/* ============================================================
    [Master Stylesheet]

	Theme Name: Fitner - Gym & Fitness HTML Template
	Theme URI: https://themeforest.net/user/raistheme
	Description: Fitner - Gym & Fitness HTML Template
	Author: raistheme
	Author URI: 
	Version: 1.0  

============================================================== */


/*
  ========================================
  Google Fonts
  [1]   Roboto Condensed
  [2]   Roboto
  [3]   Poppins
  ========================================
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap');

/*
  ========================================
  Plugins Style
  [1]   animate
  [2]   all
  [3]   aos
  [4]   magnific popup
  [5]   owl carousel
  [6]   owl theme default
  [7]   custom animation
  [8]   slick
  [9]   reset
  
  ========================================
*/

@import "css_plugins/animate.min.css";
@import "css_plugins/all.min.css";
@import "css_plugins/aos.css";
@import "css_plugins/magnific-popup.css";
@import "css_plugins/owl.carousel.min.css";
@import "css_plugins/owl.theme.default.min.css";
@import "css_plugins/custom-animation.css";
@import "css_plugins/slick.css";
@import "css_plugins/reset.css";

/*
  ========================================
        Css Style
  [1]  helper     
  [2] Menu
  [3] gym
  [4] gym-2
  [5] about 
  ========================================
*/

@import "css_section/helper.css";
@import "css_section/menu.css";
@import "css_section/gym.css";
@import "css_section/gym-2.css";
@import "css_section/about.css";

.carousel-item {
  transition: transform 0.5s ease, opacity 0.5s ease;
}



.containerr {
  max-width: 600px;
  
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



.input-group {
  margin-bottom: 30px;
}

.input-group label {
  display: block;
  margin-bottom: 10px;
}

.input-group input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.buttonn {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #2887BF;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.buttonn:hover {
  background-color: #2887BF;
}

#result {
  margin-top: 20px;
  text-align: center;
}


/* 
a{
  text-decoration: none;
  color: black;
}

a:visited{
  color: black;
} */

/* .box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
  border-radius: 5px
}

.box::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
  border-radius: 5px
} */

/* .box::-webkit-scrollbar-thumb
{
	background-color: black;
	border: 2px solid black;
  border-radius: 5px
}
 */



.notification{
 
  position: relative;
  display: inline-block;
  
}


.notBtn{
  transition: 0.5s;
  cursor: pointer
}

#fass{
  font-size: 20pt;
 
  color: rgb(255, 255, 255);
 
}

.box{
  width: 400px;
  height: 0px;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  overflow-y: scroll;
  padding: 0px;
  left: -300px;
  margin-top: 5px;
  background-color: #F4F4F4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  cursor: context-menu;
  z-index: 3;
}

#fass:hover {
  color: #5130d6;
}

.notBtn:hover > .box{
  height: 60vh
}

.content{
  padding: 20px;
  color: black;
  vertical-align: middle;
  text-align: left;
  z-index: 44;
}

.gry{
  background-color: #F4F4F4;
}

.top{
  color: black;
  padding: 10px
}

.display{
  position: relative;
}

.cont{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
}

.cont:empty{
  display: none;
}

.stick{
  text-align: center;  
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px
}

.stick:hover{
  color: black;
}

.cent{
  text-align: center;
  display: block;
}

.sec{
  padding: 25px 10px;
  background-color: #F4F4F4;
  transition: 0.5s;
}

.profCont{
  padding-left: 15px;
}

.profile{
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 75px;
  float: left;
}

.txt{
  vertical-align: top;
  font-size: 1.25rem;
  padding: 5px 10px 0px 115px;
}

.sub{
  font-size: 1rem;
  color: grey;
}

.new{
  border-style: none none solid none;
  border-color: red;
}

.sec:hover{
  background-color: #BFBFBF;
}
/* 
signin and signup */

/* profile coach */


.coontainer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.profile-image img {
  /* width: 325px; */
  height: 320px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.profile-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card-content {
  padding: 20px;
}
.buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.about-me, .message {
  background-color: #2887BF;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.message {
  background-color: #1a237e;
}

.about-me:hover {
  background-color: #2887BF;
}

.message:hover {
  background-color: #0d1b64;
}

.namee {
  font-size: 22px;
  font-weight: bold;
  color: #3c4858;
  margin: 10px 0;
}

.location, .position, .university {
  font-size: 16px;
  color: #7a7a7a;
  margin: 5px 0;
}

.card-footer {
  background-color: #f4f4f4;
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.description {
  font-size: 14px;
  color: #9a9a9a;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .coontainer {
      flex-direction: column;
      align-items: center;
  }

  .profile-image img {
      /* width: 417px; */
      height: 295px;
      margin-bottom: 15px;
      object-fit: contain;
  }

  .profile-card {
      max-width: 100%;
  }

  .card-footer {
      padding: 10px;
  }

  .buttons {
      max-width: 100%;
      justify-content: space-between;
  }
}
.profile-image img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-image img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}


.about-me, .message {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-me:hover, .message:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

body {
  line-height: 1;
  font-family: sans-serif !important;
}