
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #F8F5F0;
  font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;

  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  font-family: 'Cinzel', serif;
  font-family: 'Roboto', sans-serif;
  color: rgb(0, 0, 0);

}
h5{
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  font-weight: 100;
}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

nav.navbar {
  background-color: #232323e4;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 15px !important;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color:#FFC326 !important;
  transform: scale(1.05);
  border-bottom: #FFC326 solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../photos/img1.jpeg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height:800px;
}

.carousel2 {
  background: url('../photos/img2.jpeg') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel3 {
  background: url('../photos/img3.jpeg')  rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel-caption {
  margin-bottom: 9%;
  text-align: center;
  
}

.carousel-caption h1 {
  text-shadow: 3px 3px 4px #EEC78C;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-size: 80px !important;
  font-weight: 500;
  margin-bottom: 5%;
}

.carousel-caption h6 {
  margin-bottom: 0px;

  font-style: italic;
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: 100;


}

.button {
  position: relative;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #FFC326 !important;
  border-radius: 5px;
  background: #18315300;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #FFC326;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.2em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.button:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.row1{

background: #FFC326
}
.info-box{
  margin: 40px 40px 20px 70px;
}
.info-box1{
  margin: 40px 40px 20px 50px;
  background: url('../photos/black-car-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.about-section{
  background: url('../photos/background.png') rgba(20, 19, 19, 0);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

}

.qualities{
  background:#000000;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  margin-top: 100px;
  padding-bottom: 100px;
}
.text-box{
  border: 1px solid #FFC326;
  padding: 40px;

}
.text-box:hover i{
color: #ffffff !important;
}
.text-box:hover{
  background-color: #FFC326;
  transition: 0.3s;
}
.text-box1{
  border: 1px solid #FFC326;
  background-color: #FFC326;

  padding: 40px;

}
.text-box1 i{
  color: #ffffff !important;
}
.service-box{
  padding: 40px;
  background: white;
}
.service-box1{
  padding: 40px;
  background: #FFB92B;
}
.moving-image {
     
  position: relative;

  animation: moveUpDown 5s linear infinite; /* Change 2s to control the speed of movement */
}
.moving-image1 {
     
  position: relative;

  animation: moveUpDown 12s linear infinite; /* Change 2s to control the speed of movement */
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Adjust the distance you want the image to move up */
  }
}
.contact{
  background-image: url('../photos/background1.png');
  background-color: #FFB92B;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding-top: 100px;
    padding-bottom: 100px;
}

.gym-bg{
  background: url('../photos/new.jpg') rgba(0, 0, 0, 0.4);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
padding-top: 150px;
padding-bottom: 150px;
color: #ffffff;
text-shadow: 3px 3px 4px #EEC78C;
}

.gym-bg1{
  background:#FFB92B;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
padding-top: 100px;
padding-bottom: 100px;
margin-top: -60px;
color: #ffffff;
text-shadow: 3px 3px 4px #EEC78C;
}

.gym-bg2{
  background: url('../photos/new1.jpg') rgba(0, 0, 0, 0.4);
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
padding-top: 150px;
padding-bottom: 150px;
margin-top: -60px;
color: #ffffff;
text-shadow: 3px 3px 4px #EEC78C;
}
/*Gallery.html*/
.section-background{
  background: url('../photos/img3.jpeg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
padding-top: 150px;
padding-bottom: 150px;
}

/*contact.html*/
.section-background1{
  background: url('../photos/img14.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
padding-top: 150px;
padding-bottom: 150px;
}
#success_message{ display: none;}

#contact_form{
  border: solid 1px #FFC326;
  padding: 100px;
  background: url('../photos/background.png') rgba(20, 19, 19, 0);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

/*aboutus.html*/
.section-background2{
  background: url('../photos/WhatsApp Image 2024-02-13 at 13.30.55 (3).jpeg') rgba(20, 19, 19, 0.733);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
padding-top: 150px;
padding-bottom: 150px;
}
.contact1{
  background-image: url('../photos/background1.png');
  background-color: #FFB92B;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding-top: 50px;
height: 300px;
}
.about{
  position: relative;
  margin-top: -200px;
}

.prices{
background: #FFB92B;
padding-top: 100px;
padding-bottom: 100px;
}



form {
  border: solid 1px #FFC326;
  padding: 100px;
  background: url('../photos/background.png') rgba(20, 19, 19, 0);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
label {
  display: block;
  margin-bottom: 8px;
}
input, textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-wrapper{
  display: flex;
  border: 1px solid #FFC326;
  padding: 10px;
}

@media(max-width:1024px){
  nav.navbar{
    height: auto;
  }
  .col1{
position: relative;
margin-left: -20px;
padding-top: 50px;
  }
}
@media(max-width:990px){
  .gym-bg, .gym-bg1, .gym-bg2{
    background-attachment: scroll;
  }
.links a h6{
  border:none !important
}
  .button-col, .map-col{
    justify-content: center !important; text-align: center !important; align-items: center !important;
  }
  .row2{
    justify-content: center;
    text-align: center;
  }
  nav.navbar{
    height: auto;
  }
  #contact_form{
    padding: 20px !important;
  }
  .form-group{
    display: block !important;

  }
  .carousel-caption {
    margin-bottom: 49%;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
    text-shadow: 3px 3px 4px #EEC78C;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 50px !important;
    font-weight: 500;
    margin-bottom: 5%;
  }
  
  .carousel-caption h6 {
    margin-bottom: 0px;
  
    font-style: italic;
    font-size: 18px;
    letter-spacing: 7px;
    font-weight: 100;
  
  
  }
  .col1{
    clip-path: none !important;
    margin-left: 0px !important;
padding-top: 0px !important;
  }
}