/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&family=Righteous&display=swap');

*{
    margin: 0;
    padding: 0;
    scroll-behaviour: auto;
    scroll-padding-top: 3rem;
    font-family: var(--font-family-1);
}

/* Variables */
:root{
    --yellow-color: #f4e075;
    --yellow-highlight: #F9EFBA;
    --bg-color: #46090f;
    --bg-color-highlight: #993e3e;
    --font-family-1: "Righteous", sans-serif;
}

html::-webkit-scrollbar-thumb{
    border-radius: 4rem;
    background: var(--bg-color);
    border: 1px solid black;
}

body{
    background: var(--bg-color);
    font-family: var(--font-family-1);
    color: white;
}

a{
    text-decoration: none;
}

img{
    width: 100%;
}

.heading h1{
    font-size: 4.5rem;
    text-align: center;
    position: relative;
    color: white;
    text-shadow: 6px 6px 8px rgba(0, 0, 0, 10);
}

h2, h3, p, a, strong{
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 10);
}

h1{
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 10);
}

.heading h1::before,
.heading h1::after {
      background-color: var(--yellow-color);
      content: "";
      display: inline-block;
      height: 2px;
      position: relative;
      vertical-align: middle;
      width: 25%;
}

.heading h1::before {
    right: 0.5em;
    margin-left: -50%;
}

.heading h1::after {
    left: 0.5em;
    margin-right: -50%;
}

section{
    padding: 3rem 0 2rem;
}

.container{
    max-width: 1400px;
    margin: auto;
    width: 100%
}

li{
    list-style-type: none;
}

/* Header */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header.shadow{
    background: var(--bg-color);
    box-shadow: 0 8px 8px hsl(0deg 4% 15% / 10%);
    border-bottom: 2.5px solid var(--bg-color-highlight);
    border-radius: 0 0 10px 10px;
}

.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.nav-logo{
    display: none;
}

.navbar{
    display: flex;
    align-items: center;
    column-gap: 1.75rem;
}

.nav-link{
    position: relative;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    border-bottom: 4px solid transparent;
    transition: 0.3s;
}

.nav-link:hover{
    border-bottom-color: var(--bg-color-highlight);
}

.menu-icon{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    cursor: pointer;
    z-index: 200;
    border-radius: 1rem;
    border: 4px solid var(--yellow-highlight);
    background: var(--yellow-color);
    padding: 17.5px 17.5px;
    transition: 0.3s;
}

.menu-icon div{
    display: block;
    background: white;
    height: 2px;
    width: 30px;
    transition: 0.3s;
}

.move .line1{
    transform: rotate(-45deg) translate(-5px, 5px);
}

.move .line2{
    opacity: 0;
}

.move .line3{
    transform: rotate(45deg) translate(-5px, -5px);
}

.top-logo{
    display: none;
}

.logo{
    width: 90px;
}

/* Home Section */
.home{
    min-height: 800px;
    background: var(--background-color);
    position: relative;
}

.monitor-hero-bg{
    position: absolute;
    width: 99.1vw;
    min-height: 100%;
    margin-top: -3.5rem;
    border-radius: 0 0 10px 10px;
}

.tablet-hero-bg{
    display: none;
}

.phone-hero-bg{
    display: none;
}

.home-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-text{
    text-align: center;
    margin-top: 22.5rem;
    color: white;
}

.home-text h1{
    font-size: 4rem;
}

.home-text p{
    font-size: 2rem;
}

/* About Section */
.about{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 1075px;
    position: relative;
    background: var(--bg-color);
    margin-top: 150px;
}

.about-content{
    display: flex;
    flex-direction: column;
    gap: 0rem;
}

.about-paragraph{
    position: relative;
    text-align: center;
    font-size: 1.35rem;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 4rem;
}

.about-container{
    display: flex;
    justify-content: space-between;
    position: relative;
    background: var(--yellow-highlight);
    border: 4px solid var(--yellow-color);
    border-radius: 1rem;
    margin-top: 2.5rem;
}

.box{
    padding: 8px 8px;
    background: var(--yellow-color);
    border-radius: 0.5rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
    transition: all 1s ease-out;
    box-shadow: 4px 4px 0px rgb(0, 0, 0, 5);
}

.box img{
    max-width: 900px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
}

.swiper-pagination-bullet{
    width: 8px !important;
    height: 8px !important;
    border-radius: 0.2rem !important;
    background: var(--bg-color) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 1.5rem !important;
    background: var(--bg-color-highlight) !important;
}

/* Values Section */
.values{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 540px;
    position: relative;
    background: var(--bg-color);
}

.values-content{
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, auto));
    margin-top: 8rem;
    gap: 5rem;
}

.values-text{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 2rem;
    gap: 1rem;
    margin-right: 2rem;
    margin-left: 2rem;
}

.values-text h1{
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: var(--yellow-color);
}

.value-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.value-box img{
    width: 100px;
}

.integrity, .transparency, .perserverance, .resilience{
    padding: 10px 50px;
    border-radius: 5rem;
    border: 4px solid var(--yellow-highlight);
}

.integrity{
    background: #4B0082;
    background-image: linear-gradient(to bottom, #4B0082 5%, var(--yellow-highlight));
}

.transparency{
    background: white;
    background-image: linear-gradient(to bottom, white 5%, var(--yellow-highlight));
}

.perserverance{
    background: #FFEA00;
    background-image: linear-gradient(to bottom, #FFEA00 5%, var(--yellow-highlight));
}

.resilience{
    background: red;
    background-image: linear-gradient(to bottom, red 5%, var(--yellow-highlight));
}

/* Services Section */
.services{
    display: flex;
    text-align: center;
    min-height: 400px;
    position: relative;
    background: var(--bg-color);
    margin-top: 120px;
}

.services-container{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-top: 120px;
}

.services-content{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, auto));
    text-align: center;
    position: relative;
    gap: 2rem;
    margin-top: 120px;
}

.services-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 550px;
}

.services-box img{
    width: 200px;
    margin-bottom: 0.5rem;
    animation: pulse-scale 2s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes pulse-scale{
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.1);
      }
      100% {
        transform: scale(1);
      }
}

.services-box{
    border: 4px solid var(--yellow-highlight);
    background-image: linear-gradient(to bottom, var(--bg-color) 5%, var(--yellow-highlight));
    clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%);
    transition: 0.5s;
}

.services-box:hover{
    border: 10px solid var(--yellow-highlight);
}

.services-box h3, .services-box p{
    margin-right: 3rem;
    margin-left: 3rem;
}

.services-box h3{
    font-size: 2.5rem;
    margin-bottom: 0.25rem;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: white;
    margin-bottom: 0.75rem;
}

.services-box h3::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: 2px solid #000;
}

.services-box p{
    font-size: 1.05rem;
}

.services-contact, .members-contact{
    display: flex;
    flex-direction: columns;
    gap: 0.5rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    justify-content: center;
}

.services-contact a, .members-contact a{
    padding: 15px 15px;
    border-radius: 1.2rem;
    margin-top: 0.45rem;
    transition: all 0.3s;
}

.services-contact a:hover, .members-contact a:hover{
    padding: 12.5px 30px;
}

.services-contact a i, .members-contact a i{
    font-size: 1.5rem;
}

.services-call, .members-call{
    background: #007AFF;
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 10);
    border: 3px solid #66afff;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 2);
}

.whatsapp{
    background: #25D366;
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 10);
    border: 3px solid #7ce4a3;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 2);
}

.members-email{
    background: #696969;
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 10);
    border: 3px solid #ADADAD;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 2);
}

.whatsapp:hover{
    background: #7ce4a3;
}

.members-email:hover{
    background: #ADADAD;
}

.members-call:hover, .services-call:hover{
    background: #66afff;
}

/* Players and Members*/
.members, .players{
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
}

.members-img, .players-img{
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, auto));
}

.members-box p, .players-box p{
    font-size: 1.8rem;
}

.members-container, .players-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, auto));
    gap: 0.75rem;
    margin-top: 2rem;
    border-radius: 0.5rem;
}

.members-box, .players-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    background: var(--yellow-color);
    text-transform: uppercase;
    height: 460px;
    transition: 0.3s;
}

.players-box{
    height: 400px;
}

.players-box:hover{
    transform: scale(1.05);
}

.members-box img, .players-box img{
    width: 100%;
    height: 320px;
    object-position: center;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s;
    border-bottom: 4px solid var(--yellow-highlight);
}

.members-img, .players-img{
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.members-box .box-text{
    height: 135px;
    border-radius: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.players-box .box-text{
    height: 85px;
    border-radius: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.title-price{
    margin: auto;
    width: 100%;
    text-align: center;
}

.title-price h3{
    font-size: 1.5rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: white;
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
}

.title-price h2{
    font-size: 1rem;
}

/* Contact Section */
.contact{
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, auto));
    height: 900px;
    margin-top: 3rem;
}

.contact-content{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 0.5rem;
}

form{
    color: black;
    width: 600px;
    font-size: 1.2rem;
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);
    border: 1px solid rgba(255, 255, 255, 0.47);
    margin-top: 5rem;
}

.contact .heading h1{
    margin-bottom: -3rem;
}

input[type="text"],
input[type="email"],
textArea{
    width: 100%;
    padding: 10px;
    margin-bottom: 0.5rem;
    border-radius: 50px;
    box-sizing: border-box;
}

.input-data{
    font-size: 1rem;
    border-radius: 5rem;
    border: 3px solid var(--yellow-color);
}

.input-data::placeholder{
    color: var(--bg-color);
}

.call, .mail{
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 10);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: white;
}

.book-text{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 10);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: white;
}

button{
    padding: 0.5rem 1rem;
    background-color: var(--yellow-color);
    border-radius: 1rem;
    margin-top: 0.5rem;
    cursor: pointer;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    border: 3px solid var(--yellow-highlight);
}

form button:hover{
    transition: 0.3s ease;
    background-color: var(--yellow-highlight);
    box-shadow: 10px 6px 0.5px rgb(0, 0, 0, 5);
}

.about-grid{
    display: grid;
    position: absolute;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    width: 100%;
    height: 100%;
    grid-gap: 8px;
}

.about-grid-item1 {
  background-image: url('/static/images/register-03.jpeg');
  background-size: cover;
  background-position: center;
  grid-column: 1/4;
  grid-row: 1/2;
}

.about-grid-item2 {
  background-image: url('/static/images/register-02.jpeg');
  background-size: cover;
  background-position: center;
  grid-column: 1/2;
  grid-row: 2/5;
}

.about-grid-item3 {
  background-image: url('/static/images/register-01.jpeg');
  background-size: cover;
  background-position: center;
  grid-column: 1/5;
  grid-row: 5/5;
}

.about-grid-item4 {
  background-image: url('/static/images/register-04.jpeg');
  background-size: cover;
  background-position: center;
  grid-column: 2/4;
  grid-row: 2/5;
}

.about-grid-item5 {
  background-image: url('/static/images/register-05.jpeg');
  background-size: cover;
  background-position: center;
  grid-column: 4/6;
  grid-row: 1/3;
}

.about-grid-item6 {
  background-image: url('/static/images/register-08.jpeg');
  background-size: cover;
  background-position: center;
  grid-column: 4/5;
  grid-row: 3/5;
}

.about-grid-item7 {
  background-image: url('/static/images/register-07.jpeg');
  background-size: cover;
  background-position: left;
  grid-column: 5/6;
  grid-row: 3/6;
}

.about-grid-item8 {
  background-image: url('/static/images/register-02.jpeg');
  background-size: cover;
  background-position: center;
  grid-column: 6/8;
  grid-row: 1/6;
}

/* Location ========================================================================================================= */
.location{
    position: relative;
    padding: 5rem 0 4rem;
    height: 800px;
}

.location-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.address i{
    font-size: 2.5rem;
    padding: 6px;
    background: var(--yellow-color);
    border-radius: 0.5rem;
    color: var(--bg-color);
    margin-top: 0.5rem;
    border: 1px solid black;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.address{
    position: relative;
    color: white;
    font-size: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid white;
    animation-name: pulse;
    animation: pulse-scale 2s infinite;
    animation-timing-function: ease-in-out;
    margin-top: 4rem;
}

.address i a{
    padding-left: 0.5rem;
    border-bottom: 1px solid white;
}

iframe{
    position: relative;
    border-radius: 1rem;
    height: 550px;
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 10px 10px;
    background: var(--yellow-color);
    box-shadow: 8px 18px 0px rgb(0, 0, 0, 5);
}

/* Footer Content */
.footer{
    position: relative;
    display: flex;
    border-top: 5px solid var(--yellow-highlight);
    background: var(--yellow-color);
    margin-top: 7rem;
}

.footer-content{
    display: flex;
    flex-direction: columns;
    gap: 5rem;
    justify-content: center;
}

.footer-content h1{
    margin-bottom: 0.75rem;
}

.footer-box, .links{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-box h2{
    font-weight: 600;
}

.footer-box a{
    font-size: 1.1rem;
    color: var(--text-color);
    text-align: center;
}

.footer-box strong{
    margin-bottom: 1rem;
}

.footer-box a p, .office-digits{
    border-bottom: 2px solid var(--bg-color);
}

.footer-box ul li a:hover{
    color: var(--bg-color);
    transition: all 0.3s ease-in-out;
}

.footer-digits, .footer-mail, .footer-location, .footer-account{
    margin-bottom: 1rem;
    margin-top: 0.2rem;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 10);
}

.footer-box strong{
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: white;
}

.footer-logo{
    width: 200px;
    border-radius: 2rem;
    padding-top: 25px;
    border: 4px solid var(--bg-color-highlight);
    background-color: var(--bg-color);
}

.footer-logo:hover{
    background-color: var(--bg-color-highlight);
}

.social{
    margin-top: 1.5rem;
}

.social .bx{
    padding: 10px 10px;
    background: var(--bg-color);
    border-radius: 0.5rem;
    font-size: 1.5rem;
    border: 2px solid var(--bg-color-highlight);
}

.social .bx:hover{
    background: var(--bg-color-highlight);
}

.copyright{
    font-size: 1.2rem;
}

.copy{
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid var(--bg-color);
    background: var(--yellow-color);
}

.design, .copyright{
    background: var(--yellow-color);
    font-size: 1.2rem;
}

.designer{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 30px;
}

.designer a{
    color: white;
}

.designer strong{
    border-bottom: 1px solid var(--bg-color);
}


/* ================================================================================================================================================================================================================*/
/* Making Responsive */

@media (max-width: 1550px){

    .container {
        width: 85%;
        margin: 0 auto;
    }

    .monitor-hero-bg{
        display: none;
    }

    .tablet-hero-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: -3rem;
        border-radius: 0 0 10px 10px;
    }

    /* About Section */
    .about-content{
        gap: 2rem;
    }

    /* Services Section */
    .services{
        margin-top: 20rem;
    }

    .services-box{
        height: 600px;
    }

    /* Players Section  */
    .players .heading h1{
        margin-bottom: 2rem;
    }

}

@media (max-width: 1349px){

    .footer-content{
        gap: 3rem;
    }

}

@media (max-width: 1236px){

    .heading h1{
        font-size: 4rem;
    }

    .heading h1::before,
    .heading h1::after {
          width: 20%;
    }

    .tablet-hero-bg{
        margin-top: 0rem;
    }

    /* About Section */
    .about{
        margin-top: 0rem;
    }

    /* Values Section */
    .values{
        height: 1000px;
    }

    .values-content{
        grid-template-columns: repeat(2, minmax(200px, auto));
    }

    /* Footer Section */
    .footer-content{
        flex-direction: column;
    }

}

@media (max-width: 1078px){

    /* Navbar */
    .nav{
        padding: 14px 0;
        justify-content: space-between;
        height: 100px;
    }

    header{
        background: var(--bg-color);
        box-shadow: 0 8px 8px hsl(0deg 4% 15% / 10%);
        border-bottom: 2.5px solid var(--bg-color-highlight);
        border-radius: 0 0 10px 10px;
    }

    .menu-icon{
        display: flex;
    }

    .nav-logo{
        display: block;
        width: 75px;
    }

    .navbar{
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        min-height: 100vh;
        background: var(--bg-color);
        border-left: 4px solid var(--bg-color-highlight);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
        transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .open-menu{
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .nav-link{
        display: block;
        margin: 0.3rem 0;
    }

    .logo{
        display: none;
    }

    .top-logo{
        display: block;
        width: 75px;
        margin-top: 10rem;
    }

    .heading h1::before,
    .heading h1::after {
          width: 17%;
    }

    /* Home Section */
    .tablet-hero-bg{
        display: none;
    }

    .phone-hero-bg{
        display: flex;
        position: absolute;
        width: 99.1vw;
        min-height: 100%;
        margin-top: 0rem;
        border-radius: 0 0 10px 10px;
    }

    /* About Section */
    .box{
        margin-right: 1rem;
        margin-left: 1rem;
    }

    /* Services Section */
    .services-content{
        grid-template-columns: repeat(1, 100%);
        gap: 1.5rem;
        justify-content: center;
    }

    .services-box{
        height: 450px;
    }

    /* Contact Section */
    form{
        width: 400px;
    }

}

@media (max-width: 940px){

    .heading h1::before,
    .heading h1::after {
          width: 15%;
    }

    .heading h1{
        font-size: 3.5rem;
    }

    /* Members and Players Section */
    .members-box{
        height: 450px;
    }

    .players-box{
        height: 400px;
    }

    .members-box img, .players-box img{
        height: 320px;
    }

    .members-box .box-text{
        height: 150px;
    }

    .players-box .box-text{
        height: 80px;
    }

}

@media (max-width: 825px){

    .heading h1::before,
    .heading h1::after {
          width: 13%;
    }

    .heading h1{
        font-size: 3.05rem;
    }

    /* Values Section */
    .values{
        height: 925px;
    }

}

@media (max-width: 675px){

    /* About Section */
    .box img{
        height: 400px;
    }

    .heading h1::before,
    .heading h1::after {
          width: 10%;
    }

    .heading h1{
        font-size: 2.8rem;
    }

    /* Values Section */
    .values{
        height: 1200px;
    }

    .values-content{
        grid-template-columns: repeat(1, minmax(200px, auto));
        margin-top: 1rem;
        gap: 0rem
    }

    .value-box img{
        width: 75px;
        margin-top: 3rem;
    }

    .services .heading h1{
        margin-bottom: -2rem;
    }

    /* Members Section */
    .members-contact a{
        padding: 6px 25px;
    }

}

@media (max-width: 550px){

    .heading h1::before,
    .heading h1::after {
          display: none;
    }

    .heading h1{
        font-size: 2.5rem;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-decoration-color: var(--yellow-color);
    }

    .home-text{
        margin-top: 18rem;
    }

    .home-text h1{
        font-size: 3.5rem;
    }

    .home-text p{
        font-size: 1.6rem;
    }

    /* About Section */
    .about{
        height: 950px;
    }

    .about-paragraph{
        font-size: 1.15rem;
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }

    .box img{
        height: 350px;
    }

    /* Values Section */
    .values{
        height: 1330px;
    }

    /* Services Section */
    .services{
        min-height: 700px;
        height: 1400px;
        margin-top: 20rem;
    }

    .services .heading h1{
        margin-bottom: -3rem;
    }

    .services-container{
        margin-top: 80px;
    }

    .services-box{
        height: 400px;
    }

    .services-box img{
        width: 150px;
    }

    .services-box h3{
        font-size: 1.8rem;
    }

    .services-box p{
        font-size: 1rem;
    }

    /* Players and Members Section */
    .members, .players{
        margin-top: 4rem;
    }

    .members-container, .players-container{
        margin-top: 4.5rem;
    }

    .members-box{
        height: 360px;
    }

    .players-box{
        height: 300px;
    }

    .members-box img, .players-box img{
        height: 235px;
    }

    .members-box .box-text{
        height: 150px;
    }

    .players .heading h1{
        margin-bottom: -1rem;
    }

    /* Contact Section */
    form{
        width: 325px;
    }

    .input-data{
        font-size: 0.95rem;
    }

    .call, .mail{
        font-size: 1.25rem;
    }

    .book-text{
        font-size: 2rem;
    }

    button{
        font-size: 1.25rem;
    }

    /* Location Section */
    .location{
        height: 600px;
    }

    .address{
        font-size: 1.25rem;
    }

    iframe{
        height: 450px;
    }

    /* Footer Section */
    .footer-content{
        gap: 2rem;
    }

    .footer-content h1{
        margin-bottom: 0.75rem;
    }

    .footer-box h2{
        font-weight: 600;
    }

    .footer-box a{
        font-size: 1rem;
    }

    .footer-logo{
        width: 150px;
    }

    .social{
        margin-top: 1.2rem;
    }

    .social .bx{
        font-size: 1.3rem;
    }

    .copyright{
        font-size: 1rem;
    }

    .design, .copyright{
        font-size: 1.1rem;
    }

}

@media (max-width: 425px){

    /* Home Section */
    .home-text{
        margin-top: 18rem;
    }

    .home-text h1{
        font-size: 3rem;
    }

    .home-text p{
        font-size: 1.4rem;
    }

    /* About Section */
    .about-paragraph{
        font-size: 1.1rem;
    }

    .box img{
        height: 325px;
    }

    /* Values Section */
    .values{
        height: 1450px;
    }

    /* Members Section */
    .members{
        margin-top: 2rem;
    }

    /* Services Section */
    .services{
        height: 1550px;
    }

    .services-box{
        height: 440px;
    }

    .services-box img{
        width: 125px;
    }

    .services-box h3{
        font-size: 1.7rem;
    }

    .services-box p{
        font-size: 0.95rem;
    }

    .services-contact a{
        padding: 12.5px 30px;
    }

    /* Contact Section */
    form{
        width: 275px;
    }

    .input-data{
        font-size: 0.85rem;
    }

    .call, .mail{
        font-size: 1.15rem;
    }

    .book-text{
        font-size: 1.85rem;
    }

    button{
        font-size: 1.15rem;
    }

}

@media (max-width: 400px){

    .phone-hero-bg{
        min-height: 100%;
        margin-top: -5rem;
    }

    /* Home Section */
    .home-text{
        margin-top: 17rem;
    }

    .home-text h1{
        font-size: 2.8rem;
    }

    .home-text p{
        font-size: 1.2rem;
    }

    /* About Section */
    .about{
        margin-top: -5rem;
    }

    .members-contact a{
        padding: 6px 25px;
    }

}

@media (max-width: 380px){

    /* About Section */
    .about-paragraph{
        font-size: 1rem;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    .box img{
        height: 260px;
    }

    /* Values Section */
    .values{
        height: 1550px;
    }

    /* Members Section */
    .members-container, .players-container{
        margin-top: 4rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    }

    .players-box{
        height: 280px;
    }

    .members-box{
        height: 340px;
    }

    .members-box img, .players-box img{
        height: 225px;
    }

    .title-price h3{
        font-size: 1.15rem;
    }

    .title-price h2{
        font-size: 0.95rem;
    }

}

@media (max-width: 350px){

    /* About Section */
    .about{
        margin-top: -9rem;
        height: 900px;
    }

    .box{
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    /* Values Section */
    .values{
        height: 1650px;
    }

    /* Services Heading */
    .services .heading h1{
        margin-bottom: -4rem;
    }

    .services{
        height: 1500px;
    }

    /* Players Section  */
    .players .heading h1{
        margin-bottom: -1rem;
        margin-top: 2rem;
    }

    /* Contact Section */
    form{
        width: 225px;
    }

    .call, .mail{
        font-size: 1.05rem;
    }

    .book-text{
        font-size: 1.65rem;
    }

}
