@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
  width: 100% !important;
  font-family: 'Roboto', sans-serif;
  overflow-y: scroll;
  scroll-behavior: smooth;
  background: rgb(20, 20, 20); /* fallback for old browsers */
}
* {
  margin: 0;
  padding: 0;
}
i {
  margin-right: 10px;
}
.navbar-logo {
  padding: 0px;
  color: #fff;
}

.logoname{
    margin-left: 1rem;
  }

.navbar-mainbg{
  background-color: #2C2929;
  width: 100% !important;
  padding:0;
  padding-left:0rem;
  padding-right:0 !important;
  margin-left:0;
  margin-right:0;
  margin-top:0rem;
  border-radius:0rem;
  
  
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}
#navbarSupportedContent ul {
  padding: 0px;
  margin-right: 6rem !important;
}
@media (max-width: 991px) {
  #navbarSupportedContent ul{
    margin-right: 0px !important;
  }
}
#navbarSupportedContent ul li a i {
  margin-right: 10px;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}
#navbarSupportedContent ul li a {
  color: rgb(214, 214, 214);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 16px 16px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
#navbarSupportedContent > ul > li.active > a {
  color: #E60EBA;
  background-color: transparent;
  transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: rgb(22, 21, 21);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: rgb(22, 21, 21);
  bottom: 10px;
}
.hori-selector .right {
  right: -25px;
}
.hori-selector .left {
  left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2C2929;
}
.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}
.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}
@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }
  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
  .hori-selector .right {
    right: 10px;
  }
  .hori-selector .left {
    top: -25px;
    left: auto;
  }
  .hori-selector .right {
    bottom: -25px;
  }
  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}
/* Icon 3 */

#nav-icon3 {
  width: 30px;
  height: 10px;
  position: relative;
  margin: 20px auto;
 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

 #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.firsthome{
  width:100% !important;
  padding-left:1rem;
  padding-right:1rem;
}
.firstbodytext{
  margin-top:1rem;
  color: aliceblue;
  font-size: 0.75rem;
  width:100%;
  font-family: "luna";
}

.firsthomeOne{
  background-image: none;
  background-repeat:no-repeat;
  background-size:cover;
  height:auto;
  padding-top: 6rem;
}
.firsthomeTwo{
  background-image: url(./images/mm.svg);
  background-repeat:no-repeat;
  background-size:cover;
  height:auto;
  padding-top: 1rem;
}

.landingimageTwo{
  margin-top: 1rem;
}

.Registeredbtn{
  border: 0.5px Solid  #DA08EC;
  color: #f0f0f0;
 
  background-color: transparent;
  padding-top:0.4rem;
  padding-bottom: 0.4rem;
  padding-left:2.8rem;
  padding-right:2.8rem;
  border-radius:0.2rem;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.Registeredbtn:hover{
  border: 0.5px Solid  #DA08EC;
  color: #f0f0f0;
 
 background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
  padding-top:0.4rem;
  padding-bottom: 0.4rem;
  padding-left:2.8rem;
  padding-right:2.8rem;
  border-radius:0.2rem;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.secondhome{
  background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
  width:100% !important;
  height: auto;
  margin-top:1.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
}
.landingimagThree{
  margin-top: -10rem;
  display: none;
}
.Aboutfitme{
  font-size: 2.5rem;
  font-family: cursive;
  font-weight: bolder;
  margin-top:2rem;
  color:rgb(22, 21, 21);

  
}
.Aboutfitmefitme{
  color:rgb(228, 228, 228);
}
.thirdhome{
  background-image: url(./images/gymnman.svg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 0rem;
  padding-top:4.2rem;
  padding-bottom:4rem;
  padding-left:1rem;
  padding-right:1rem;
}
.thirdhomefirsttext{
  font-size:1.2rem;
  font-family: cursive;
  color: #E60EBA;
  font-weight: bold;
  margin-left: 0.31rem;
}
.RegisteredbtnLogin{
  border: 0.5px Solid  #DA08EC;
  color: rgb(228, 228, 228);
 
  background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
  padding-top:0.2rem;
  padding-bottom: 0.2rem;
  margin-left:0rem;
  padding-left:2.2rem;
  padding-right:2.2rem;
  border-radius:0.2rem;
  animation-timing-function: ease-in;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 .RegisteredbtnLogin:hover{
  border: 0.5px Solid  #DA08EC;
  color: rgb(228, 228, 228);
 
  background: linear-gradient(259.75deg, #DA08EC 2.07%, rgba(240, 14, 193, 0.95) 53.5%);
  padding-top:0.2rem;
  padding-bottom: 0.2rem;
  
  padding-left:2.2rem;
  padding-right:2.2rem;
  border-radius:0.2rem;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.firsthomeLogin{
  position: fixed;
  background-image: url(./images/gymnman.svg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 0rem;
  overflow-y: none !important;
  padding-top:4rem;
  padding-left:1rem;
  padding-right:1rem;
}
.contactform{
  width:100%;
  margin-top:3rem;
}
.space{
  background-color: transparent;
  color: aliceblue;
  border: 0.6px solid #e0e0e0;
}
.space:focus{
  background-color: transparent;
  color: aliceblue;
}
.logintalk{
  margin-top:1rem;
  color: aliceblue;
  font-size: 0.75rem;
  width:100%;
  font-family: "luna";
}
.loginbtnlogin{
  border: 0.5px Solid  #DA08EC;
  color: rgb(228, 228, 228);
 
  background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
  padding-top:0.4rem;
  padding-bottom: 0.4rem;
  width: 100%;
  padding-left:2.2rem;
  padding-right:2.2rem;
  border-radius:0.2rem;
  animation-timing-function: ease-in;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.radiooption{
  color: aliceblue;
  font-size: 0.75rem;
  font-family: "luna";
}
.alreadyhaveanaccount{
  color: aliceblue;
  font-size: 0.75rem;
  font-family: "luna";
}
.xx{
  background-image: url(./images/gymnman.svg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  
}
.xxbody{
  width: 100% !important;
  background-image: url(./images/gymnman.svg) ;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6rem !important;
}
.contactformlogin{
  width:100%;
  margin-top:3rem;
}
.regimage{
  display: none;
}
.exerciseCartegoriesText{
  color: #e0e0e0;
  font-family: "luna";
  font-family: 0.75rem;
}



/* horizontal scrolling */




@media (min-width:576px)  {
  .firsthome{
    width:100% !important;
    padding-left:9rem;
    padding-right:9rem;
  }
  .firstbodytext{
    margin-top:1rem;
    color: aliceblue;
    font-size: 0.75rem;
    width:100%;
  }
  
  .firsthomeOne{
    background-image: none;
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    padding-top: 6rem;
  }
  .firsthomeTwo{
    background-image: url(./images/mm.svg);
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    padding-top: 1rem;
  }
  
  .landingimageTwo{
    margin-top: 1rem;
  }
  
  .Registeredbtn{
    border: 0.5px Solid  #DA08EC;
    color: #f0f0f0;
   
    background-color: transparent;
    padding-top:0.4rem;
    padding-bottom: 0.4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .Registeredbtn:hover{
    border: 0.5px Solid  #DA08EC;
    color: #f0f0f0;
   
   background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.4rem;
    padding-bottom: 0.4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .secondhome{
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    width:100% !important;
    height: auto;
    margin-top:1.5rem;
    padding-left:1rem;
    padding-right:1rem;
  }
  .landingimagThree{
    margin-top: -10rem;
    display: none;
  }
  .Aboutfitme{
    font-size: 3.5rem;
    font-weight: bolder;
    margin-top:2rem;
    color:rgb(22, 21, 21);
  
    
  }
  .Aboutfitmefitme{
    color:rgb(228, 228, 228);
  }
  .thirdhome{
    background-image: url(./images/gymnman.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 0rem;
    margin-bottom: 6rem;
    padding-top:4.2rem;
    padding-bottom:4rem;
    padding-left:1rem;
    padding-right:1rem;
  }
  .thirdhomefirsttext{
    font-size:1.2rem;
    font-family: cursive;
    color: #E60EBA;
    font-weight: bold;
    margin-left: 0.31rem;
  }
  .RegisteredbtnLogin{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    margin-left:4rem;
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    animation-timing-function: ease-in;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
   .RegisteredbtnLogin:hover{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 2.07%, rgba(240, 14, 193, 0.95) 53.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .firsthomeLogin{
    position: fixed;
    background-image: url(./images/gymnman.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 0rem;
    overflow-y: none !important;
    padding-top:4rem;
    padding-left:1rem;
    padding-right:1rem;
  }
  .contactform{
    width:100%;
    margin-top:3rem;
  }
  .regimage{
    display: none;
  }
  .xxbody{
    width: 100% !important;
    background-image: url(./images/gymnman.svg) ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6rem !important;
  }
  .RegisteredbtnLogin{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    margin-left:0rem;
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    animation-timing-function: ease-in;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  
  
}






@media (min-width:768px)  {
  .firsthome{
    width:100% !important;
    padding-left:2rem;
    padding-right:2rem;
  }
  .firstbodytext{
    margin-top:1rem;
    color: aliceblue;
    font-size: smaller;
    width:100%;
  }
  
  
  .firsthomeOne{
    background-image: none;
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    padding-top: 20rem;
  }
  .firsthomeTwo{
    background-image: url(./images/mm.svg);
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    padding-top: 6rem;
  }
  
  .landingimageTwo{
    margin-top: 3rem;
  }
  
  .Registeredbtn{
    border: 0.5px Solid  #DA08EC;
    color: #f0f0f0;
   
    background-color: transparent;
    padding-top:0.4rem;
    padding-bottom: 0.4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .Registeredbtn:hover{
    border: 0.5px Solid  #DA08EC;
    color: #f0f0f0;
   
   background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.4rem;
    padding-bottom: 0.4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .secondhome{
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    width:100% !important;
    height:auto;
    margin-top:4.5rem;
    padding-left:2rem;
    padding-right:2rem;
  }
  .landingimagThree{
    margin-top: -10rem;
    display: block;
  }
  .Aboutfitme{
    font-size: 3.5rem;
    font-weight: bolder;
    margin-top:3rem;
    color:rgb(22, 21, 21);
  
    
  }
  .Aboutfitmefitme{
    color:rgb(228, 228, 228);
  }
  .thirdhome{
    background-image: url(./images/gymnman.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 0rem;
    margin-bottom: 6rem;
    padding-top:7.2rem;
    padding-bottom:4rem;
    padding-left:9rem;
    padding-right:9rem;
  }
  .thirdhomefirsttext{
    font-size:2rem;
    font-family: cursive;
    color: #E60EBA;
    font-weight: bold;
    margin-left: 0rem;
  }
  .RegisteredbtnLogin{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    margin-left:4rem;
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    animation-timing-function: ease-in;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
   .RegisteredbtnLogin:hover{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 2.07%, rgba(240, 14, 193, 0.95) 53.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .firsthomeLogin{
    position: fixed;
    background-image: url(./images/gymnman.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 0rem;
    overflow-y: none !important;
    padding-top:4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
  }
  .contactform{
    width:90%;
    margin-top:3rem;
  }
  .regimage{
    display: block;
  }
  .xxbody{
    width: 80% !important;
    background-image: url(./images/gymnman.svg) ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6rem !important;
  }
  .RegisteredbtnLogin{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    margin-left:0rem;
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    animation-timing-function: ease-in;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  
}










@media (min-width:992px)  {
  .logoname{
    margin-left: 6rem;
  }
  .firsthome{
    width:100% !important;
    padding-left:9rem;
    padding-right:9rem;
  }
  .firstbodytext{
    margin-top:1rem;
    color: aliceblue;
    font-size: smaller;
    width:100%;
  }
  .firsthomeOne{
    background-image: none;
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    padding-top: 20rem;
  }
  .firsthomeTwo{
    background-image: url(./images/mm.svg);
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    padding-top: 6rem;
  }
  
  .landingimageTwo{
    margin-top: 3rem;
  }
  
  .Registeredbtn{
    border: 0.5px Solid  #DA08EC;
    color: #f0f0f0;
   
    background-color: transparent;
    padding-top:0.4rem;
    padding-bottom: 0.4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .Registeredbtn:hover{
    border: 0.5px Solid  #DA08EC;
    color: #f0f0f0;
   
   background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.4rem;
    padding-bottom: 0.4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .secondhome{
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    width:100% !important;
    height: auto;
    margin-top:5.5rem;
    padding-left:9rem;
    padding-right:9rem;
  }
  .landingimagThree{
    margin-top: -10rem;
  }
  .Aboutfitme{
    font-size: 3.5rem;
    font-weight: bolder;
    margin-top:3rem;
    color:rgb(22, 21, 21);
  
    
  }
  .Aboutfitmefitme{
    color:rgb(228, 228, 228);
  }
  .thirdhome{
    background-image: url(./images/gymnman.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 0rem;
    margin-bottom: 6rem;
    padding-top:7.2rem;
    padding-bottom:4rem;
    padding-left:9rem;
    padding-right:9rem;
  }
  .thirdhomefirsttext{
    font-size:2rem;
    font-family: cursive;
    color: #E60EBA;
    font-weight: bold;
    margin-left: 0rem;
  }
  .RegisteredbtnLogin{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    margin-left:4rem;
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    animation-timing-function: ease-in;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
   .RegisteredbtnLogin:hover{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 2.07%, rgba(240, 14, 193, 0.95) 53.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .firsthomeLogin{
    position: fixed;
    background-image: url(./images/gymnman.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 0rem;
    overflow-y: none !important;
    padding-top:4rem;
    padding-left:9rem;
    padding-right:9rem;
  }
  .contactform{
    width:100%;
    margin-top:3rem;
  }
  .regimage{
    display: block;
  }
  .xxbody{
    width: 80% !important;
    background-image: url(./images/gymnman.svg) ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6rem !important;
  }
  .RegisteredbtnLogin{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    margin-left:4rem;
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    animation-timing-function: ease-in;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
}











@media (min-width:1200px)  {
  .logoname{
    margin-left: 6rem;
  }
  .firsthome{
    width:100% !important;
    padding-left:9rem;
    padding-right:9rem;
  }
  .firstbodytext{
    margin-top:1rem;
    color: aliceblue;
    font-size: smaller;
    width:80%;
  }
  .firsthomeOne{
    background-image: none;
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    padding-top: 20rem;
  }
  .firsthomeTwo{
    background-image: url(./images/mm.svg);
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    padding-top: 6rem;
  }
  
  .landingimageTwo{
    margin-top: 3rem;
  }
  
  .Registeredbtn{
    border: 0.5px Solid  #DA08EC;
    color: #f0f0f0;
   
    background-color: transparent;
    padding-top:0.4rem;
    padding-bottom: 0.4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .Registeredbtn:hover{
    border: 0.5px Solid  #DA08EC;
    color: #f0f0f0;
   
   background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.4rem;
    padding-bottom: 0.4rem;
    padding-left:2.8rem;
    padding-right:2.8rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .secondhome{
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    width:100% !important;
    height:50vh;
    margin-top:3.5rem;
    padding-left:9rem;
    padding-right:9rem;
  }
  .landingimagThree{
    margin-top: -10rem;
  }
  .Aboutfitme{
    font-size: 3.5rem;
    font-weight: bolder;
    margin-top:6rem;
    color:rgb(22, 21, 21);
  
    
  }
  .Aboutfitmefitme{
    color:rgb(228, 228, 228);
  }
  .thirdhome{
    background-image: url(./images/gymnman.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140vh;
    margin-top: 0rem;
    padding-top:10.2rem;
    
    padding-left:9rem;
    padding-right:9rem;
  }
  .thirdhomefirsttext{
    font-size:2rem;
    font-family: cursive;
    color: #E60EBA;
    font-weight: bold;
    margin-left: 0rem;
  }
  .RegisteredbtnLogin{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    margin-left:5.3rem;
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    animation-timing-function: ease-in;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
   .RegisteredbtnLogin:hover{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 2.07%, rgba(240, 14, 193, 0.95) 53.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .firsthomeLogin{
    position: fixed;
    background-image: url(./images/gymnman.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 0rem;
    overflow-y: none !important;
    padding-top:4rem;
    padding-left:9rem;
    padding-right:9rem;
  }
  .contactform{
    width:60%;
    margin-top:3rem;
  }
  .regimage{
    display: block;
  }
  .xxbody{
    width: 80% !important;
    background-image: url(./images/gymnman.svg) ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6rem !important;
  }
  .RegisteredbtnLogin{
    border: 0.5px Solid  #DA08EC;
    color: rgb(228, 228, 228);
   
    background: linear-gradient(259.75deg, #DA08EC 16.07%, rgba(240, 14, 193, 0.95) 73.5%);
    padding-top:0.2rem;
    padding-bottom: 0.2rem;
    margin-left:4rem;
    padding-left:2.2rem;
    padding-right:2.2rem;
    border-radius:0.2rem;
    animation-timing-function: ease-in;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
}














