@font-face {
    font-family: 'Gotham Light';
    src: url('fonts/gotham-light-1361523255.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Regular';
    src: url('fonts/GothamMedium_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/Gotham-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham black';
    src: url('fonts/Gotham-Black.otf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
    background-color: #0B0B0B;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav_bar {
    position: relative;
    width: 95%;

    justify-content: space-between;
    align-items: center;
}
.image_mobile{
       display: none !important;
}
.slide_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the image covers the entire area */
    z-index: -1;
    /* Ensure the image is behind the navbar content */
}

.navbar_content {
    position: relative;
    z-index: 1;
    /* Ensure the navbar content is above the image */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5% 5%;
    /* Adjust padding as needed */
}

.logo {
    height: 1.5rem;
    /* Adjust logo height as needed */
    width: auto;
}

.link_nav {
    font-family: 'Gotham Light', sans-serif;
    text-decoration: none;
    color: white;
    font-size: 21px;
    /* Adjust font size */
    line-height: 22px;


}

.link_nav:hover {
    font-family: 'Gotham Bold', sans-serif;
    color: #A3C027;
    /* Adjust link color */

}

.social_media {
    font-family: 'Gotham Light', sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    /* To make it a circle */
    background-color: white;
    /* Background color for the circle */
    padding: 5px;
    /* Adjust padding as needed */
}

.social_media:hover {
    font-family: 'Gotham Bold', sans-serif;
    text-decoration: none;
    background-color: #A3C027;
    /* Adjust link color */

}

.social_media i {
    font-size: 20px;
    /* Adjust icon size */
    color: black;
}

.burger_icon {
    display: none;
    /* Hide the burger menu icon by default */
}

.close_button {
    display: none;
    /* Hide the close button by default */
}

.div_first_slide {
   position: relative;
    width: 90%;
    align-items: center;
    padding: 14vh 5vw;
    color: white;
    padding-bottom: 20%;

}

.title_first_slide {
  font-family: 'Gotham Bold', sans-serif;
    font-size: 2.7vw;
    letter-spacing: -1.32px;
    line-height: 48px;
    width: 25vw;

}

.content_first_slide {
    font-family: 'Gotham Light', sans-serif;
    font-size: 1.25vw;
    letter-spacing: -0.63px;
    line-height: 27px;
    width: 25vw;
    font-weight: lighter;

}

.div_second_slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container{
    height : 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slide_2 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;

    /* Make it positioned relative */
    z-index: 0;
    /* Set a lower z-index for slide_2 */
}

.content_second_slide {
   position: absolute;
    top: 36%;
    left: 25vw;
    transform: translate(-50%, -50%);
    width: 24vw;
    color: #0B0B0B;
    padding: 20px;

}

.title_second_slide {
   font-family: 'Gotham Bold', sans-serif;
    font-weight: 300;
    font-size: 2vw;
    line-height: 2vw;
    letter-spacing: -1.32px;

}

.text_second_slide {
   font-family: 'Gotham Light', sans-serif;
    font-size: 1.1vw;
    line-height: 26px;
    letter-spacing: -0.63px;


}

.multi_images {
   width: 90vw;
    color: white;
    display: flex;
    padding-bottom: 10%;
    margin-top: -5%;
    transform: translate(5vw, 0%);
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.multi_images>div {
    width: 20%;
    flex: 1;
    /* Make each item grow to fill the available space */
    padding: 20px;
    /* Add spacing around each item */
}

.multi_images>div img {
    width: 95%;
    border-radius: 1vw;
}

.multi_images>div h1 {
    width: 100%;
    font-family: 'Gotham Bold', sans-serif;
    font-size: 31px;
    line-height: 42px;
    letter-spacing: -0.78px;
}

.multi_images>div p {
    width: 100%;
    font-family: 'Gotham Light', sans-serif;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: -0.57px;
}

.slide_3 {
    border-radius: 10%;
    width: 90%;
    height: 546px;
}

.PADEL_COURt_MAINTENANCE {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.top_PADEL_COURt_MAINTENANCE {
    width: 40%;
    position: absolute;
    /* Position the content absolutely */
    top: 20%;
    /* Position from the top */
    left: 50%;
    /* Position from the left */
    transform: translate(-50%, -50%);
    /* Center the content horizontally and vertically */
    text-align: center;
    /* Align text in the center */
    color: white;
    /* Set text color to white */
    z-index: 1;
    /* Ensure the content is above the image */
}

.top_PADEL_COURt_MAINTENANCE h1 {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.05px;
}

.top_PADEL_COURt_MAINTENANCE p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.53px;
}

.slide_4 {
  position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 55vw;
}

.description_left {
   position: absolute;
    top: 42%;
    left: 14%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 10%;
    text-align: left;
}

.description_left2 {
    position: absolute;
    top: 63%;
    left: 14%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 10%;
    text-align: left;
}

.description_right {
    position: absolute;
    top: 44%;
    left: 85%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 10%;
    text-align: left;
}

.description_left h1,
.description_left2 h1,
.description_right h1 {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 21px;
    line-height: 21px;
}

.description_left p,
.description_left2 p,
.description_right p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 21px;
}

.bottom_PADEL_COURt_MAINTENANCE {
    width: 40%;
    position: absolute;
    /* Position the content absolutely */
    top: 80%;
    /* Position from the top */
    left: 50%;
    /* Position from the left */
    transform: translate(-50%, -50%);
    /* Center the content horizontally and vertically */
    text-align: center;
    /* Align text in the center */
    color: white;
    /* Set text color to white */
    z-index: 1;
    /* Ensure the content is above the image */
}

.bottom_PADEL_COURt_MAINTENANCE h1 {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.05px;
}

.bottom_PADEL_COURt_MAINTENANCE p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.53px;
}

.slide_5 {
    filter: grayscale(100%);
    width: 100%;
    padding-top: 40%;
}

.big_div_bg_white {
    display: flex;
    width: 85%;
    color: #0B0B0B;
}

.big_div_bg_white>div {

    flex: 1;
    margin-left: 5%;
    left: 50%;
    /* Position from the left */
    transform: translate(18%, -20%);
}

.big_div_bg_white img {
    width: 100%;
    border-radius: 2vw 2vw 0vw 0vw;
}

.bg_white1 {
    width: 30.5%;
    background-color: white;
    border-radius: 10%;
    text-align: left;
}

.big_div_bg_white h1 {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 26px;
    line-height: 21px;
    letter-spacing: -0.65px;
}

.big_div_bg_white p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.45px;
    padding-bottom: 5%;
}

.bg_white1 p,
.bg_white1 h1,
.bg_white2 p,
.bg_white2 h1 {
    width: 90%;
    padding-left: 5%;

}

.bg_white2 {
    width: 37%;
    background-color: white;
    border-radius: 10%;
}

.multi_pic_title {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.05px;
}

.multi_pic_coontent {
    font-family: 'Gotham Light', sans-serif;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -0.53px;
    width: 24vw;
    padding-bottom: 1vw;
}

.slid1_milti_img,
.slid2_milti_img {


    width: 40%;
    flex: 1;
}

.slid1_milti_img img,
.slid2_milti_img img {
    width: 90%;
    margin-left: 5%;
}

.big_div_video {
    width: 90%;
    display: flex;
    color: white;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;


}

.big_div_video>div {
    transform: translate(23%, 0%);
}

.title_content {
    text-align: left;
}

.multi_pic_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    flex: 1;
    text-align: left;
}

.images_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    /* Adjust the space between the images as needed */
}

.div_video {
    width: 20%;
    flex: 1;
    margin-left: 10%;
}

.div_video img {
    width: 70%;
    margin-left: 5%;
}

.slid1_milti_img h1,
.slid2_milti_img h1 {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.53px;
}

.slid1_milti_img p,
.slid2_milti_img p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.45px;
}

.slide_7 {
    filter: brightness(0.25);
    width: 100%;
    padding-top: 25%;
    height: auto;
    display: block;
}

.div_form_video {
    position: relative;
}

.div_form {
    display: flex;
    position: absolute;
    top: 44%;
    /* left: 0px; */
    transform: translateX(10%);
    color: white;
    width: 90%;

}

.form_description {
    flex: 1;
    margin-left: 4%;
    margin-top: 5%;
}

.form {
    flex: 1;

}

form {
    float: left;
    width: 50%;
}


.form_title {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 68px;
    line-height: 78px;
    text-align: left;
    letter-spacing: -1.7px;
    width: 70%;
}

.form_content {
    font-family: 'Gotham Light', sans-serif;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.45px;
    width: 70%;
}

input {
    width: 90%;
    margin-top: 2%;
    background-color: #0B0B0B;
    font-family: 'Gotham Light', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    background-color: rgb(255, 255, 255, 0.05);
    border: none;
    display: block;
    border-bottom: 0.3rem solid transparent;
    transition: all 0.3s;
    border-radius: 10px;
}

input[type="submit"] {
    background-color: rgb(255, 255, 255, 1);
    color: #0B0B0B;
    font-family: 'Gotham Bold', sans-serif;
    width: 101%;
}

input::placeholder {
    color: white;
}

.lastone {
    width: 76%;
    margin-top: -5%;
    z-index: 2;
    transform: translateX(20%);
}

.lastone img {
    border-radius: 10px;
    width: 90%;
}

.content_lastone {
    font-family: 'Gotham black', sans-serif;
    font-size: 3vw;
    line-height: 58px;
    letter-spacing: -1.7px;
    text-align: left;
    color: #121212;
    position: absolute;
    top: 36%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 30%;
}

.PADEL_COURT_MAINTENANCE {
    position: relative;
    width: 90%;
    text-align: center;
    transform: translate(5%, 0%);
}

.PADEL_COURT_MAINTENANCE img {
    width: 100%;
    /* Ensure the image fills the container */
    display: block;
    /* Ensure the image is a block element */
    border-radius: 30px;
}

.PADEL_COURT_MAINTENANCE .big_title_ADEL_COURT_MAINTENANCE {
   position: absolute;
    top: 32%;
    left: 24vw;
    transform: translate(-50%, -50%);
    color: black;
    width: 38vw;
    text-align: left;
}

.PADEL_COURT_MAINTENANCE .lil_title_ADEL_COURT_MAINTENANCE {
  position: absolute;
    top: 74%;
    left: 24%;
    transform: translate(-50%, -50%);
    color: black;
    width: 40%;
    text-align: left;
}

.lil_title_ADEL_COURT_MAINTENANCE {
    display: flex;
    /* Use flexbox for layout */
    justify-content: space-between;
    /* Distribute items evenly along the main axis */
}

.lil_title_ADEL_COURT_MAINTENANCE>div {
    flex: 1;
    /* Each div takes equal width */
    padding: 20px;
    position: relative;
    /* Add padding to create space between divs */
}


.big_title_ADEL_COURT_MAINTENANCE h1 {
 font-family: 'Gotham black', sans-serif;
    font-size: 2vw;
    line-height: 1vw;
    letter-spacing: -1.05px;
    color: #0B0B0B;
}

.big_title_ADEL_COURT_MAINTENANCE p {
   letter-spacing: -0.53px;
    font-family: 'Gotham Light', sans-serif;
    font-size: 1.1vw;
    line-height: 26px;
    color: #0B0B0B;
    width: 32vw;
}

.lil_title_ADEL_COURT_MAINTENANCE h1 {
   letter-spacing: -0.53px;
    font-family: 'Gotham black', sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #0B0B0B;
}

.lil_title_ADEL_COURT_MAINTENANCE p {
    letter-spacing: -0.45px;
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #0B0B0B;
}

.lil_title_ADEL_COURT_MAINTENANCE>div:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 16%;
    bottom: 0;
    right: 0;
    width: 1.5px;
    height: 66%;
    background-color: #000;
}

@media (max-width: 1100px) {

    /* Hide the navbar links on smaller screens */
    .link_nav,
    .social_media {
        display: none;

    }

    /* Show the burger menu icon on smaller screens */
    .burger_icon {
        display: block;
    }

    .close_button {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 9999;
        background-color: black;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
    }
}

@media (min-width : 1980px) {
    .link_nav {

        font-size: 24px;
        /* Adjust font size */
        line-height: 28px;
        /* Adjust line height */
    }

    .title_first_slide {
        padding-top: 5%;
        font-size: 60px;
        letter-spacing: -1.32px;
        line-height: 68px;
        width: 30%;

    }

    .content_first_slide {

        font-size: 35px;

        line-height: 37px;
        width: 30%;

    }

    .title_second_slide {

        font-size: 53px;

        line-height: 48px;

    }

    .text_second_slide {

        font-size: 25px;

        line-height: 27px;

    }

    .multi_images>div h1 {

        font-size: 41px;
        line-height: 52px;

    }

    .multi_images>div p {

        font-size: 33px;
        line-height: 39px;

    }

    .top_PADEL_COURt_MAINTENANCE h1,
    .bottom_PADEL_COURt_MAINTENANCE h1 {

        font-size: 53px;

        line-height: 48px;
    }

    .top_PADEL_COURt_MAINTENANCE p,
    .bottom_PADEL_COURt_MAINTENANCE p {
        font-size: 35px;

        line-height: 37px;
    }

    .description_left h1,
    .description_left2 h1,
    .description_right h1 {

        font-size: 31px;
        line-height: 31px;
    }

    .description_left p,
    .description_left2 p,
    .description_right p {
        font-size: 26px;
        line-height: 26px;
    }

    .big_div_bg_white h1 {

        font-size: 36px;
        line-height: 38px;

    }

    .big_div_bg_white p {

        font-size: 28px;
        line-height: 30px;

    }

    .slid1_milti_img h1,
    .slid2_milti_img h1 {

        font-size: 31px;
        line-height: 37px;

    }

    .slid1_milti_img p,
    .slid2_milti_img p {

        font-size: 24px;
        line-height: 26px;

    }

    .multi_pic_title {

        font-size: 52px;
        line-height: 58px;

    }

    .multi_pic_coontent {

        font-size: 31px;
        line-height: 37px;

    }

    .form_content {
        font-size: 31px;
        line-height: 44px;
    }

    .form_title {

        font-size: 58px;
        line-height: 78px;
    }

    input {

        font-size: 1.9rem;
    }

    .content_lastone {

        font-size: 71px;
        line-height: 78px;
    }

    .big_title_ADEL_COURT_MAINTENANCE h1 {

        font-size: 52px;
        line-height: 55px;
    }

    .big_title_ADEL_COURT_MAINTENANCE p {

        font-size: 28px;
        line-height: 36px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE h1 {

        font-size: 25px;
        line-height: 26px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE p {

        font-size: 22px;
        line-height: 25px;
    }
}

@media (min-width : 1331px) and (max-width:1600px) {
    .link_nav {

        font-size: 16px;
        /* Adjust font size */
        line-height: 22px;
        /* Adjust line height */
    }

    .title_first_slide {

       font-size: 2.5vw;
    line-height: 2.5vw;
    width: 23vw;

    }

    .content_first_slide {

      font-size: 1.2vw;
    line-height: 27px;
    width: 21vw;

    }

    .title_second_slide {

        font-size: 23px;
        line-height: 23px;

    }

    .text_second_slide {

        font-size: 18px;
        line-height: 19px;

    }

    .multi_images>div h1 {

        font-size: 18px;
        line-height: 22px;

    }

    .multi_images>div p {
        font-size: 18px;
        line-height: 23px;

    }

    .top_PADEL_COURt_MAINTENANCE h1,
    .bottom_PADEL_COURt_MAINTENANCE h1 {

        font-size: 28px;
        line-height: 39px;
    }

    .top_PADEL_COURt_MAINTENANCE p,
    .bottom_PADEL_COURt_MAINTENANCE p {
        font-size: 14px;
        line-height: 16px;
    }

    .description_left h1,
    .description_left2 h1,
    .description_right h1 {

        font-size: 16px;
        line-height: 18px;
    }

    .description_left p,
    .description_left2 p,
    .description_right p {
        font-size: 14px;
        line-height: 14px;
    }

    .big_div_bg_white h1 {
        font-family: 'Gotham Bold', sans-serif;
        font-size: 26px;
        line-height: 21px;
        letter-spacing: -0.65px;
    }

    .big_div_bg_white p {

        font-size: 16px;
        line-height: 19px;

    }

    .multi_pic_title {

        font-size: 36px;
        line-height: 42px;

    }

    .multi_pic_coontent {

        font-size: 19px;
        line-height: 25px;

    }

    .slid1_milti_img h1,
    .slid2_milti_img h1 {

        font-size: 19px;
        line-height: 24px;

    }

    .slid1_milti_img p,
    .slid2_milti_img p {

        font-size: 16px;
        line-height: 19px;

    }

    .form_content {
        font-size: 18px;
        line-height: 22px;
    }

    .form_title {

        font-size: 36px;
        line-height: 42px;
    }

    input {

        font-size: 1rem;
    }

    input[type="submit"] {

        width: 109%;
    }

    .content_lastone {

        font-size: 43px;
        line-height: 47px;
    }

    .big_title_ADEL_COURT_MAINTENANCE h1 {

        font-size: 32px;
        line-height: 35px;
    }

    .big_title_ADEL_COURT_MAINTENANCE p {

        font-size: 17px;
        line-height: 31px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE h1 {

        font-size: 17px;
        line-height: 21px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE p {

        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width : 1101px) and (max-width:1330px) {
    .link_nav {

        font-size: 14px;
        /* Adjust font size */
        line-height: 22px;
        /* Adjust line height */
    }

    .title_first_slide {

       font-size: 2vw;
    line-height: 2.5vw;
    width: 19vw;

    }

    .content_first_slide {
font-size: 1.5vw;
    line-height: 20px;
    width: 19vw;

    }

    .title_second_slide {

        font-size: 23px;

        line-height: 25px;

    }

    .text_second_slide {

        font-size: 18px;

        line-height: 18px;

    }

    .multi_images>div h1 {

        font-size: 16px;
        line-height: 20px;

    }

    .multi_images>div p {

        font-size: 14px;
        line-height: 17px;

    }

    .top_PADEL_COURt_MAINTENANCE h1,
    .bottom_PADEL_COURt_MAINTENANCE h1 {

        font-size: 23px;

        line-height: 25px;
    }

    .top_PADEL_COURt_MAINTENANCE p,
    .bottom_PADEL_COURt_MAINTENANCE p {
        font-size: 18px;

        line-height: 18px;
    }

    .description_left h1,
    .description_left2 h1,
    .description_right h1 {

        font-size: 14px;
        line-height: 14px;
    }

    .description_left p,
    .description_left2 p,
    .description_right p {
        font-size: 12px;
        line-height: 12px;
    }

    .big_div_bg_white h1 {

        font-size: 16px;
        line-height: 18px;

    }

    .big_div_bg_white p {

        font-size: 14px;
        line-height: 16px;

    }

    .multi_pic_title {

        font-size: 26px;
        line-height: 42px;

    }

    .multi_pic_coontent {

        font-size: 17px;
        line-height: 21px;

    }

    .slid1_milti_img h1,
    .slid2_milti_img h1 {

        font-size: 17px;
        line-height: 21px;

    }

    .slid1_milti_img p,
    .slid2_milti_img p {

        font-size: 14px;
        line-height: 17px;

    }

    .form_content {
        font-size: 17px;
        line-height: 21px;
    }

    .form_title {

        font-size: 26px;
        line-height: 42px;
    }

    input {

        font-size: 1rem;
    }

    input[type="submit"] {

        width: 114%;
    }

    .content_lastone {

        font-size: 33px;
        line-height: 37px;
    }

    .big_title_ADEL_COURT_MAINTENANCE h1 {

        font-size: 22px;
        line-height: 25px;
    }

    .big_title_ADEL_COURT_MAINTENANCE p {

        font-size: 14px;
        line-height: 17px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE h1 {

        font-size: 12px;
        line-height: 15px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE p {

        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width:1100px) and (min-width:850px) {

    .title_first_slide {
       padding-top: 5vh;
    font-size: 4vw;
    line-height: 5vw;
    width: 30vw;

    }

    .content_first_slide {

        font-size: 2vw;
    line-height: 3vw;
    width: 30vw;

    }

    .title_second_slide {

        font-size: 16px;

        line-height: 17px;

    }

    .text_second_slide {

        font-size: 12px;

        line-height: 13px;

    }

    .multi_images>div h1 {

        font-size: 16px;
        line-height: 20px;

    }

    .multi_images>div p {

        font-size: 14px;
        line-height: 17px;

    }

    .top_PADEL_COURt_MAINTENANCE h1,
    .bottom_PADEL_COURt_MAINTENANCE h1 {

        font-size: 18px;
        line-height: 20px;
    }

    .top_PADEL_COURt_MAINTENANCE p,
    .bottom_PADEL_COURt_MAINTENANCE p {
        font-size: 12px;
        line-height: 18px;
    }

    .description_left h1,
    .description_left2 h1,
    .description_right h1 {

        font-size: 12px;
        line-height: 12px;
    }

    .description_left p,
    .description_left2 p,
    .description_right p {
        font-size: 10px;
        line-height: 10px;
    }

    .big_div_bg_white h1 {

        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.65px;
    }

    .big_div_bg_white p {

        font-size: 12px;
        line-height: 14px;

    }

    .multi_pic_title {

        font-size: 20px;
        line-height: 28px;

    }

    .multi_pic_coontent {

        font-size: 15px;
        line-height: 19px;

    }

    .slid1_milti_img h1,
    .slid2_milti_img h1 {

        font-size: 15px;
        line-height: 19px;

    }

    .slid1_milti_img p,
    .slid2_milti_img p {

        font-size: 12px;
        line-height: 15px;

    }

    .form_content {
        font-size: 15px;
        line-height: 19px;
    }

    .form_title {

        font-size: 20px;
        line-height: 28px;
    }

    input {

        font-size: 1rem;
    }

    input[type="submit"] {

        width: 114%;
    }

    .content_lastone {

        font-size: 23px;
        line-height: 27px;
    }

    .lastone {

        margin-top: 9%;
    }
    .big_title_ADEL_COURT_MAINTENANCE h1 {
        font-size: 19px;
        line-height: 18px;
    }

    .big_title_ADEL_COURT_MAINTENANCE p {

        font-size: 12px;
        line-height: 14px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE h1 {
        font-size: 11px;
        line-height: 12px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE p {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width:849px) {
    .container{
    height : 90vh;
}

    .title_first_slide {
       padding-top: 0vh;
    font-size: 3vw;
    line-height: 35px;
    width: 90vw;

    }

    .content_first_slide {
font-size: 2.3vw;
    line-height: 26px;
    width: 80vw;

    }

    .slide_2 {
        width: 180%;
        margin-left: -15%;

    }

    .title_second_slide {

        font-size: 14px;

        line-height: 15px;

    }

    .text_second_slide {

        font-size: 10px;

        line-height: 11px;

    }
.multi_images {
    width: 90vw;
    color: white;
    display: flex;
    padding-bottom: 10%;
    margin-top: -5%;
    transform: translate(8vw, 0%);
    flex-wrap: nowrap;
    flex-direction: column;
    /* height: 65vh; */
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .multi_images>div {
        width: 80vw;
     
    }
.multi_images>div img {
    border-radius: 3vw;
}
    .content_second_slide {

        top: 36%;
        left: 36%;
        width: 50%;
    }
.PADEL_COURT_MAINTENANCE .big_title_ADEL_COURT_MAINTENANCE {
   position: absolute;
    top: 52%;
    left: 44vw;
    transform: translate(-50%, -50%);
    color: black;
    width: 50vw;
    text-align: CENTER;
}
    .div_first_slide {

        padding-bottom: 60%;

    }

    .top_PADEL_COURt_MAINTENANCE {
      width: 90%;
    top: 15%;
    }

    .bottom_PADEL_COURt_MAINTENANCE {
        width: 90%;
        top: 87%;
    }

    .description_right,
    .description_left,
    .description_left2 {

        width: 20%;
    }

    .description_left2 {
           margin-top: 4%;
    }

    .slide_5 {

     width: 100%;
    padding-top: 80%;
    }
   .PADEL_COURT_MAINTENANCE {
    height: 50vh;
    position: relative;
    width: 90%;
    text-align: center;
    transform: translate(5%, 0%);
}
.PADEL_COURT_MAINTENANCE img {
    height: 50vh;
    width: 100%;
    display: block;
    border-radius: 30px;
}

    .top_PADEL_COURt_MAINTENANCE h1,
    .bottom_PADEL_COURt_MAINTENANCE h1 {

        font-size: 18px;
        line-height: 20px;
    }

    .top_PADEL_COURt_MAINTENANCE p,
    .bottom_PADEL_COURt_MAINTENANCE p {
        font-size: 12px;
        line-height: 18px;
    }

    .description_left h1,
    .description_left2 h1,
    .description_right h1 {

        font-size: 12px;
        line-height: 12px;
    }

    .description_left p,
    .description_left2 p,
    .description_right p {
        font-size: 10px;
        line-height: 10px;
    }

    .big_div_bg_white {

        flex-direction: column;
        /* Change flex-direction to column for stacking */
        align-items: center;
        /* Center align items horizontally */
    }

    .big_div_bg_white h1 {
      font-family: 'Gotham Bold', sans-serif;
    font-size: 3vw;
    line-height: 16px;
    letter-spacing: -0.65px;
    }

    .big_div_bg_white p {
       font-family: 'Gotham Light', sans-serif;
    font-size: 2.5vw;
    line-height: 23px;
    }

    .big_div_bg_white>div {
        width: 100%;
        /* Set width to 40% for each item */
        margin-bottom: 5%;
        /* Add margin between items */
        transform: none;

    }

    .big_div_bg_white {

        width: 95%;
    }

    .multi_images>div h1 {

        font-size: 22px;
        line-height: 30px;

    }

    .multi_images>div p {

        font-size: 16px;
        line-height: 20px;
    }

    .multi_pic_title {

        font-size: 20px;
        line-height: 28px;

    }

    .multi_pic_coontent {
font-size: 1.9vw;
    line-height: 19px;
    width: 100VW;

    }

    .slid1_milti_img h1,
    .slid2_milti_img h1 {

        font-size: 15px;
        line-height: 19px;

    }

    .slid1_milti_img p,
    .slid2_milti_img p {

        font-size: 12px;
        line-height: 15px;

    }

    .big_div_video {

        display: block;
    }

    .multi_pic_3 {

        width: 95%;
    }

    .big_div_video>div {
        transform: translate(9%, 0%);
    }

    .div_video img {
        width: 90%;
        margin-left: 0%;
    }

    .div_video {
        width: 90%;
    }

    .div_form {
        display: block;
        position: unset;

        transform: translateX(13%);
    }

    .form_description {

              margin-top: 50vh;
    }

    .form_content {
        font-size: 15px;
        line-height: 19px;
    }

    .form_title {

        font-size: 20px;
        line-height: 28px;
    }
    .image_laptop{
        display:none !important;
    }
.image_mobile{
    display : block !important;
}
    input {

        font-size: 1rem;
    }

    input[type="submit"] {

        width: 114%;
    }

    .form_title {

        text-align: center;

        width: 90%;
    }

    .form_content {

        width: 90%;
        text-align: center;
    }

    form {
        align-items: center;
        width: 85%;
    }

    input[type="submit"] {
        width: 106%;
    }

    .content_lastone {

        font-size: 23px;
        line-height: 27px;
    }

    .lastone {

        margin-top: 9%;
    }

    .content_lastone {
      font-size: 3vw;
    line-height: 16px;
    top: 91%;
    }

    .lastone img {

        margin-top: 5%;
    }
    .big_title_ADEL_COURT_MAINTENANCE h1 {
       font-size: 3vw;
    line-height: 12px;
    width: 50vw;
    }
    .PADEL_COURT_MAINTENANCE .lil_title_ADEL_COURT_MAINTENANCE {
   position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90%;
    text-align: left;
}
.lil_title_ADEL_COURT_MAINTENANCE>div:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 29%;
    bottom: 0;
    right: 0;
    width: 1.5px;
    height: 40%;
    background-color: #000;
}

    .big_title_ADEL_COURT_MAINTENANCE p {
        font-size: 10px;
        line-height: 12px;
            width: 50vw;
    }

    .lil_title_ADEL_COURT_MAINTENANCE h1 {
        font-size: 9px;
    line-height: 10px;
    }

    .lil_title_ADEL_COURT_MAINTENANCE p {
        font-size: 8px;
    line-height: 10px;
    }
}

.mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.95);
    z-index: 9999;
}

.mobile_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.mobile_menu ul li {
    margin-bottom: 20px;
}

.mobile_menu ul li a {
    font-family: 'Gotham Bold', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.mobile_menu ul li .social_media{
    display : flex;
}

.close_button {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.embed_content{
   display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 85%;
    color : #fff;
}