
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body {
        font-family: "Space Grotesk", sans-serif;
        
        font-weight: 900
        ;
    line-height: 1.6;
   
        overflow-x: hidden;
    

}

body.dark-mode {
    background-color: #333;
    color: #fff;
}


.navbarspace{
    padding: 80px;
}
.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}




.logo img {
    display: flex;
    width: 400px;
    height: auto;
    margin-right: 10px;
    padding-right: 100px;
    
    justify-content: center;
    transform: translateY(15%) translateX(-30%);
    

    
}







.container {
    position: relative;
    width: 100%;
    
  }
  .carousel {
    display: flex;
    transition: transform 0.5s ease;

  }
  .soundcloudslide {
    flex: 0 0 80%;
    max-width: 90%;
    margin: 0 auto;
    scroll-snap-align: start;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: none;
    transition: cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 5vw;
}

  .soundcloudslide.active {
    display: block;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .controls3 {
    display: flex;
    justify-content: space-between; /* Positions buttons at opposite ends */
    align-items: center;
    margin-top: 150px; /* Controls space above buttons */
    margin-bottom: 3px; /* Controls space below buttons */
    position: relative;  /* Reference positioning */
    width: 100%; /* Adjust width as needed */
    /* top: auto; (Removed for testing)*//* Remove unnecessary offset *//* 'top' is ignored here because 'relative' positioning is used */
    /* transform: translateY(11px); (Removed for testing)*//* Moves the entire button container down by X px */
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .controls3 {
        flex-direction: column; /* Stack buttons */
        justify-content: center;
        align-items: center; /* Center-align buttons */
        margin-top: 20px; /* Adjust spacing above */
    }

    .controls3 button {
        width: 80%; /* Make buttons easier to tap */
        margin: 5px 0; /* Space between buttons */
    }

    .soundcloudslide {
        padding-bottom: 20px; /* Add space below the embed box */
    }
    
    .soundcloudslide blockquote {
    margin-bottom: 100px; /* Ensure sufficient space for smaller screens */
    }
}

.controls3 button {
    background-color: #ff3131;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin: 0 10px;
    position: relative; /* Ensure buttons are positioned relative to .controls3 */
}

    body{
        overflow-x: hidden;
    }
    .hero {
        background-color: #f4f4f4;
        padding: 50px 0;
        text-align: center;
        background: url('Abbey Rd.jpg') center center fixed no-repeat;
        object-fit: cover;
    
        
    }
    .hero h2{
        
        -webkit-backdrop-filter: blur(1px);
backdrop-filter: blur(1px);
    }

    .controls3{
        margin-top: -90px;
        margin-left:-10px;
    }
        .about{
        font-size:22px !important;}

        .whatwedo h2{
            max-height: 200px;
            margin-top: -90px;
            margin-left:25px;

        }

        .whatwedo{
            margin-left: auto !important;
            margin-right: auto !important;
            float: none !important;
            width: 80% !important;
            font-size: small !important;
            font-weight: 700 !important;

        }
        .what-we-do .soundcloud iframe {
            max-width: 1400px;
            width: 120%;
        }

        #navbar {
            transform: scale(0.75);
            transform-origin: top left;
        }
.navbarspace{
height: px;}
        nav {
            
            text-align: center !important;

            
            ;/* Reduced padding for mobile */
        }
       
        nav li {

     

            font-size: 12px;
        }
            .testimonial,
            .testimonial blockquote,
            .testimonial cite {
                font-size: large !important;
                overflow: hidden !important; 
                word-wrap: break-word !important;
                word-wrap: break-word !important;
    white-space: pre-wrap !important;
    word-break: break-word !important;
    transform: translateX(320vh) !important;

        font-size: small !important;
        font-weight: 400 !important;
    
}

            
            

    
        

    @media (max-width: 1024px){
        nav ul{
            width: calc(100% - 161px) !important;
            float: left !important; 
        font-size: 15px  !important;
           font-weight: 400; }
        body{
        min-height: 640vw !important;}
        
    nav img{
        margin-left: 170px;
        margin-top: 5px;
        margin-bottom: 5px;
    width: 250px !important;}

    .nav-links{
       transform: translateY(15%) translateX(-10%) !important ;
       padding: 0 !important;
       font-size: 12px !;

        }
    }


    @media (max-width: 1366px) {
        nav ul {
            font-size: 15px  !important;
            font-weight: 400;
            width: calc(100% - 161px) !important;
            float: left !important;
            justify-content: center !important;
        }
        body {
            min-height: 640vw !important;
        }
        nav img {
            margin-left: 170px;
            margin-top: 5px;
            margin-bottom: 5px;
            width: 250px !important;
        }
        .hero img {
            margin-top: 0 !important;
        }
        .whatwedo {
            margin-left: 9vh !important;
            margin-right: 12vh !important;
            max-width: 80vw !important;
        }
    }
    

    @media (max-width: 667px) {
        nav .nav-links{transform: translateY(55%) translateX(-50%) !important ;

            }

            nav li{
            font-weight: 700;}

        .logo img{transform: translateY(55%) translateX(-40%) !important;}

        .testimonial cite,
        .testimonial blockquote {
            font-size: small !important;
            font-weight: 400 !important;
        
    }
}




    @media (max-width: 768px) {
        .testimonial cite, .testimonial blockquote{
            transform: translateY(-80%) !important;}
            .testimonial cite,
            .testimonial blockquote {
                font-size: small !important;
                font-weight: 400 !important;
            
        }
    
        nav ul {
            font-size: small  !important;
            font-weight: 400;
            margin: 0 !important;
            padding: 0 !important;
            list-style: none !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            transform: translateX(-35vw) translateY(5.5vw) !important;
            width: 100% !important;
            overflow-x: hidden !important;
            display: flex !important;
            align-self: center !important;
            flex-direction: column !important;
            margin-bottom: -6vw;
        }
        
        li{
            font-size: small  !important;}
        .logo img {
            display: flex;
            width: 400px;
            height: auto;
            margin-right: 10px;
            padding-right: 100px;
            justify-content: center;
            transform: translateY(55%) translateX(-20%) ;
        }
        
        .hero {
            padding: 50px 0;
            text-align: center !important;
            background-size: cover !important;
            background-attachment: scroll !important;
            background-repeat: no-repeat !important;
        }
        .hero h2 {
            -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
        }
        /* .controls3 {
            margin-top: -90px;
            margin-left: -10px;
        } */
        .about {
            font-size: 22px !important;
        }
        .whatwedo h2 {
            max-height: 200px;
            margin-top: -90px;
            margin-left: 25px;
        }
        .whatwedo {
            margin-left: auto !important;
            margin-right: auto !important;
            float: none !important;
            width: 80% !important;
            font-size: small !important;
            font-weight: 700 !important;
        }
        .what-we-do .soundcloud iframe {
            max-width: 1400px;
            width: 120%;
        }
        #navbar {
            transform: scale(0.75);
            transform-origin: top left;
        }
        .navbarspace {
            height: 0 !important;
        }
        nav {
            text-align: center !important;
            padding: 0 !important;
        }

        .testimonial,
        .testimonial blockquote,
        .testimonial cite {
            font-size: large !important;
            overflow: hidden !important;
            word-wrap: break-word !important;
            white-space: pre-wrap !important;
            word-break: break-word !important;

                font-size: small !important;
                font-weight: 400 !important;
            
        }
    
        }
        .testimonials {
            padding: 50px 0;
        }
        .testimonials h2 {
            margin-bottom: 20px;
            font-size: xx-large;
        }
        .testimonial {
            padding: 20px;
            background-color: #c6c6c6;
            margin-bottom: 0px;
            border-radius: 5px;
            font-size: xx-large;
        }
        .testimonial blockquote {
            margin-top: 150px;
            font-size: xx-large;
        }
        .testimonial cite {
            margin-top: 150px;
            font-weight: bold;
            font-size: xx-large;
        }
    
#typewriter-text {
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    max-width: 800px;
    font-weight: 800;
    border: #333 solid;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vh;
    padding-bottom: 10vh;
    background-color: #b5b5b5;
    min-height: 220px;
    font-size: 23px;
    
       
    
}


.controls3 button:hover {
    background-color: #e02626;
}

    
nav {
    background-color: #ffffff;
    color: #000000;
    padding: 5px 0;
    border: #000000 2px solid;
    border-bottom: #ff3131 3px solid;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
}

.what-we-do-testimonials .controls button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    
}

.what-we-do-testimonials .controls button:hover {
    background-color: #555;
}


.whatwedo{

    margin-left: 20vh;
    margin-right: 0vh;
    max-width: 80vw;

}

nav {
    background-color: #ffffff;
    color: #000000;
    padding: 0px 0;
    border: #000000 2px solid;
    border-bottom: #ff3131 3px solid;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #ffffff;
       
    
    
   
}

.testimonials {
    background-color: #f4f4f4;
    padding: 50px 0;
    text-align: center;
}

.testimonials h2 {
    margin-bottom: 20px;
    
}
.carousel3 .soundcloudslide {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #737373;
    

}


.controls3 button:hover {
    background-color: #e02626;
}

.carousel {  /*Testimonial outer colour*/
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
    background-color: #f4f4f4;
   
}




.testimonial-slide {
    display: none;

    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border: #333 solid; 
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #b5b5b5;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.testimonial-slide.active {
    display: block;
    opacity: 1;
}

.controls {
    margin-top: 20px;
}



.controls button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.controls button:hover {
    background-color: #555;
}

nav ul {
    list-style: none;
    text-decoration: none;
    

}




nav ul li {
    display: inline;
    margin-right: 20px;
    list-style: none;
    text-decoration: none;
    font-size: 26px;
}

nav ul li a {
    color: #000000;
    list-style: none;
    text-decoration: none;
    

}



.nav-links{
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    bottom: 60px;
    font-size: x-large;
    left: 295px;
    padding-left: 200px;

}


.hero {
    background-color: #f4f4f4;
    padding: 70px 0;
    text-align: center;
    background: url('Abbey Rd.jpg') center center fixed no-repeat;
    object-fit: contain;



}


@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}



.about h2 {
    background: linear-gradient(to right, white, #ff3131, #ff3131,#ff3131, white);
    display: flex;
    justify-content: center;
    border-top: #000000 2px solid;
    animation: gradientMove 5s linear infinite;
    
}

label{
font-weight: 600;}

@keyframes gradientMove { 
    0% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

    
.hero span{
    color: #ff3131;
    font-family: "DancingScript-VariableFont_wght.ttf";
font-weight: bold;
font-style: italic;
}

.hero h2 {
    margin-bottom: 20px;
    color: #ffffff;


}

.hero p {
    margin-bottom: 40px;
    color: #fff;
    font-weight: bolder;
}
.whatwedo { /*What we do Showcase Section*/
    background-color: #f4f4f4;
    padding: 10px 0;
    text-align: center;
    font-family: Arial, sans-serif;
border: #ff3131 2px solid;
border-bottom: transparent ;
    font-weight: 900;
}

.whatwedo h2 {
    margin-bottom: 20px;
    font-size: 34px;
    padding-top: 130px;
    padding-right: 30px;
}
.whatwedo h2 span{
   



color: #ff3131;}

.what-we-do .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    
    
}

.what-we-do .soundcloud,
.what-we-do .articles {
    flex: 1;
    max-width: 400px;
    margin: 0 20px;
    ;
}
.what-we-do{
border-top: #ff3131 solid 3px;
}

.what-we-do .soundcloud iframe {
    width: 100%;
    height: 300px;
    border: none;
    ;
}
.what-we-do .articles{
padding-left: 50px;
}
.what-we-do .articles h3 {
    margin-bottom: 10px;
    padding-top: 20px;
}

.what-we-do .articles ul {
    list-style: none;
    padding: 0;
}

.what-we-do .articles ul li {
    margin-bottom: 10px;
}

.what-we-do .articles ul li a {
    color: #ff3131;
    text-decoration: none;
}

.what-we-do .articles ul li a:hover {
    text-decoration: underline;
}


.btn {
    display: inline-block;
    background-color: #ff3131 ;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
}

.btn:hover {
    background-color:  #921010;
}

.services {
    padding: 10px 0;
    background-color: #d8d8d8;
    border-top: #ff3131 3px solid;
}

.services h2 {
    margin-bottom: 20px;
}

.services p {
    margin-bottom: 40px;
}

.service {
    margin-bottom: 20px;
}

.service h3 {
    margin-bottom: 10px;
}


.about {
    padding: 50px 0;
    font-size: x-large;

       
    
    font-weight: 900;
    margin-bottom: 20px;

    
    
}

.about h2 {
    margin-bottom: 45px;
    font-size: xx-large;

   
}


.courses {
    padding: 80px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.courses h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.courses .services-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.courses .course {
    max-width: 300px;
    margin: 20px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.courses .course h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.courses .course h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.courses .course p {
    font-size: 16px;
    margin-bottom: 20px;
}

.courses .course .btn {
    background-color: #ff3131;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.courses .course .btn:hover {
    background-color: #e60000;
}


.our-aims {
    background-color: #ffffff;
    padding:100px 0;
    
        margin-top: -70px;
    
   
    
}

.our-aims span{
    color: #ff3131;




}
.our-aims .container {
    text-align: center;
}

.our-aims h2 {
    margin-bottom: 25px;
    font-size: xx-large;
    font-weight: bolder;

}

.our-aims .aim {
    margin-bottom: 20px;
}

.our-aims .aim h3 {
    margin-bottom: 10px;
}





.testimonials {
    background-color: #f4f4f4;
    padding: 50px 0;
}



.testimonials h2 {
    margin-bottom: 20px;
    font-size: xx-large;
}

.testimonial {
    padding: 20px;
    background-color: #c6c6c6;
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: xx-large;

    
}




.testimonial blockquote {

    margin-top: 150px; 
    font-size: xx-large;
}

.testimonial cite {
    margin-top: 150px;

    font-size: xx-large;
}


.contact {
    padding: 50px 0;
    font-size: xx-large;
}

.contact h2 {
    margin-bottom: 20px;

}

.contact form input,
.contact form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: large;

}
.contact p{
    padding-bottom: 20px;
}

.contact form button {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.contact form button:hover {
    background-color: #951212;
}


footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
} 