* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: .2s linear;
    text-decoration: none;
    font-family: "Kanit", sans-serif;   
    font-weight: 500;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}



/* FOR HOME PADDING */
.homepage {
    padding: 2rem 9%;
}
/* FOR HOME PADDING */



/* FOR ANCHOR TAG */
a {
    text-decoration: none;
}
/* FOR ANCHOR TAG */



/* FOR HEADER PADDING */
.headerpad {
    height: 65px;
    
    animation: toptobot 2s ease-In-out forwards;
    display: flex;
    font-size: 1rem;
    color: white;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: fixed;
    top: 0; left: 0; right: 0;
    background: transparent;
    transition: background-color 0.3s ease-in-out;
    padding: 20px 15px 20px;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    justify-content: space-between;
}
@keyframes toptobot {
    from {
        opacity: 0;
        transform: translatey(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu {
    display: none;
}
/* FOR HEADER PADDING */


/* FOR HEADER DISSAPEAR WHEN SCROLLING */
header.scrolled {
    background-color: black;
    opacity: 0.98;
    
}
/* FOR HEADER DISSAPEAR WHEN SCROLLING */


/* FOR HEADER IMG */
.logotxt {
    display: flex;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
}
header img {
    height: 50px;
    margin-right: 5px;
    
}
/* FOR HEADER IMG */



/* FOR JFG TEXT LOGO IN HEADER */
.jfg {
    font-size: 1.5rem;
    
}
/* FOR JFG TEXT LOGO IN HEADER */


/* FOR NAV ANCHOR POSTIONING */
nav a {
    position: relative;
    font-size: 20px;
    color: white;
    
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    width: 150px;
    
}
/* FOR NAV ANCHOR POSTIONING */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    position: relative;
    display: inline-block;
}
nav ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
}
nav .hide1 li .dropdown {
    display: none;
    position: absolute;
    top: 140%;
    left: 0;
    background-color: #292828;
    padding: 5px 5px;
    border-radius: 5px;
    z-index: 999;
    width: 173px;
    border-top: 4px solid #c4ae89;

    overflow: hidden;
}
nav .dropdown a {
    font-size: 15px;
    padding-left: 20px; padding-right: 20px;
   
    box-sizing: border-box;
    border: 5px solid transparent;
    width: 100%;
}
nav .hide1 li:hover::after {
    content: '';
    position: absolute;
    top: 100%; /* Align with the bottom of the parent link */
    left: 0;
    width: 100%; /* Full width of the parent */
    height: 20px; /* Height of the gap */
    background: transparent; /* Invisible but hoverable */
}


nav .hide1 li .dropdown li {
    display: block;
    
}

nav .hide1 li:hover .dropdown {
    display: block;
    
}

nav .dropdown a:hover {
    border-radius: 5px;
    background-color: #3F3F3F;
    

}
/* FOR NAV ANCHOR HOVER */
nav .hover1:hover, nav .hover2:hover, nav .hover3:hover, nav .hover4:hover {
    border-radius: 5px;
    background-color: #3F3F3F;

    
}


/* FOR NAV ANCHOR HOVER */

/* FOR NAV ANCHOR (PARA MAY LINYA SA BABA NG TEXT PAG HOVER)*/
nav .hover1:after, nav .hover3:after {
	content: '';
	height: 5px;
	width: 102%;
	background: #c4ae89;
    position: absolute;
    right: 0;
    bottom: -20px;
    display: none;
}

nav .hover1:hover:after, nav .hover3:hover:after, nav .hover4:hover:after {
    display: block;
}
/* FOR NAV ANCHOR (PARA MAY LINYA SA BABA NG TEXT PAG HOVER)*/
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: black;
    box-shadow: -10x 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1rem;
    color: white;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    overflow: hidden;
    
}
.sidebar .remove {
    padding-left: 180px;
    height: 50px;
}
.down {
    position: absolute;
    padding-left: 5px;
    transition: transform 0.3s ease;
}
.homehover2 .dropdown, .homehover .dropdown {
    display: none;
}
.homehover {
    border: 5px solid transparent;
    border-radius: 15px;
    width: 100%;
}
.loginside {
    border: 5px solid transparent;
    border-radius: 15px;
    width: 100%;
    margin-top: 25px;
    justify-content: center;
    display: flex;
    
}
.loginsidebar {
    border: 5px solid transparent;
    border-radius: 15px;
    background-color: #c4ae89;
    padding-top: 2px; padding-bottom: 2px;
    padding-left: 75px; padding-right: 75px;
}
.homehover2 .dropdown.active, .homehover .dropdown.active {
    display: block;
}
.homehover2 .dropdown, .homehover .dropdown {
    background-color: #292828;
    overflow: hidden;
    padding: 10px 0px;
    width: 100%;
}
.homehover1 {
    border: 5px solid transparent;
    border-radius: 15px;
    width: 100%;
    
}
.homehover:hover, .homehover1:hover {
    border-radius: 15px;
    background-color: #3F3F3F;
    width: 100%;
}

.homehover1 .down.rotated {
    transform: translateY(0%) rotate(180deg); /* Rotate and keep centered */
}

/* FOR LOGIN BUTTON POSTIONING*/
.parentpndb {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0px;
    position: absolute;
    
}
.pndb {
    margin: 0;
    padding: 0;
    
    
}

.overlaydown {
    position: absolute;
    z-index: 2000;
    right: 15px;
    top: 45px;
}
#profiledown {
    height: 20px;
}



.mobile {
    display: none;
}
.mobile-menu {
    position: fixed;
    top: -100vh; /* hidden by default */
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: top 0.4s ease-in-out;
    z-index: 9999;
    
}

.mobile-menu.show {
    top: 0; /* slide into view */
}

.mobile-menu a {
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: white;
    font-size: 1.3rem;
}

.mobile-menu a:hover {
    background-color: #333;
}

.close-btn {
    
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    color: #facc15;
    font-weight: 700;
}
.mobile-menutop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}
.mobile-menutop img {
    height: 50px;
}
.mobile-menubot {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.mobile-menubot1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: background-color 0.3s ease;
}

.mobile-menubot1:hover {
    background-color: #f3f3f3;
}

.mobile-menubot1 a {
    flex: 1;
    padding: 1.2rem;
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.mobile-menubot1 img {
    height: 20px;
    margin-right: 1rem;
}
/* Add a nice inset border */
.mobile-menubot1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.2rem;
    right: 1.2rem;
    height: 1px;
    background-color: #e0e0e0;
}

.mobile-menubot1:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.2rem;
    right: 1.2rem;
    height: 1px;
    background-color: #e0e0e0;
}
.mobile-menubot1 a img {
    height: 20px;
    margin-left: 1rem;
}

/* Hover and active states */
.mobile-menubot1 a:hover,
.mobile-menubot1 a:focus,
.mobile-menubot1 a:active {
    background-color: #ffd865;
    color: black;
    outline: none;
}
.mobile-menubot1:hover {
    background-color: #ffc417;
}
.mobile-menubot1:hover a {
    background-color: transparent; /* prevents double layering */
}

#profile-img {
    border-radius: 50px;
    
}
.pndb img {
    height: 50px;
    margin: 0;
    
}
.login {
    padding: 3px 30px;;
    color: black;
    border-radius: 25px;
	border: 3px solid #c4ae89;
    background-color: #c4ae89;
    
}
.login:hover {
    color: white;
}
.logout {
    padding: 3px 30px;
    color: black;
    border-radius: 25px;
	border: 3px solid #c4ae89;
    background-color: #c4ae89;
}
.logout:hover {
    color: white;
}

.profiledropdown {
    top: 65px;
    position: absolute;
    z-index: 1000;
    background-color: white;
    color: black;
    right: 20px;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    padding: 10px 10px 10px;
    max-width: 280px;
    min-width: 280px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    animation: fadeDown 0.3s ease-out forwards;
    
}
@keyframes fadeDown {
    0% {
      transform: translateY(-10px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }



#bmiCalculator {
  position: absolute;  /* or fixed if you want fixed on screen */
  top: 100%;           /* just below the button */
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #ccc;
  padding: 20px;
  display: none;       /* initially hidden */
  width: 300px;        /* example width */
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  color: black;
}
.menuuser {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.calcu {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.calcu img {
    height: 40px;
    margin-top: 5px;
}
.bmi-popup {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #1e1e1e;
    border: 2px solid #facc15;
    border-radius: 10px;
    padding: 20px;
    z-index: 10;
    width: 250px;
    box-shadow: 0 0 10px #000;
    color: #fff;
}

.bmi-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bmi-content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    color: black;
    text-align: center;
}

.bmi-content label {
    font-size: 14px;
}

.bmi-content input {
    padding: 8px;
    border: none;
    border-radius: 5px;
    background-color: #2c2c2c;
    color: #fff;
}

.bmi-content button {
    padding: 10px;
    border: none;
    background-color: #facc15;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease;
}

.bmi-content button:hover {
    background-color: #eab308;
}

.bmi-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 35px;
    cursor: pointer;
    color: black;
}

.message-alert {
    background-color: #dc2626; /* red */
    color: #fff;
    padding: 15px 20px;
    margin: 20px auto;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    font-family: 'Fira Sans', sans-serif;
    box-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
    text-align: left;
    z-index: 999;
}
.red-badge {
  position: absolute;
  top: 6px;
  right: 60px;
  height: 12px;
  width: 12px;
  background-color: red;
  border-radius: 50%;
  border: 2px solid white;
}
.new-message-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #dc2626;
  color: white;
  padding: 12px 18px;
  border-radius: 30px;
  font-family: 'Fira Sans', sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  z-index: 9999;
  animation: fadeIn 0.4s ease-in-out;
}

.new-message-toast button {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.red-dot {
  position: absolute;
  top: 6px;
  left: 12px; /* adjust this if needed based on layout */
  height: 12px;
  width: 12px;
  background-color: red;
  border-radius: 50%;
  border: 2px solid white;
  z-index: 1000;
}




.profiletop {
    
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}
.profiletop h1 {
    font-size: 15px;
    
}
.profiletop p {
    font-size: 12px;
    color: #585858;
    
    max-width: 120px;
    overflow: hidden;
}
.copy {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 0px 0px;
    
}
.profiletop img {
    max-height: 70px;
    min-height: 70px;
    max-width: 70px;
    min-width: 70px;
    border-radius: 50px;
}
.profiletop1 {
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    line-height: 20px;
    
    width: 100%;
}
.profilebot1 button {
    border: none;
    background: transparent;
    padding: 0px 10px;
    margin-left: 30px;
}
.profilebot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2.5px solid #dadada;
    padding: 1px 0px;
    flex-direction: column;
}
.logout1 {
    padding: 0px 25px;
    color: black;
    font-size: 15px;
    border-radius: 5px;
}
.profilebot1 {
    display: flex;
    padding: 2px;
    max-height: 40px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border: 1px solid transparent;
}
.profilebot1:hover {
    background: #dbdbde;
    border: 1px solid black;
    border-radius: 5px;
}
.profilebot2 {
    display: flex;
    align-items: center;
   margin: 20px 0;
    width: auto;
    
}
.profilebot1 img {
    height: 15px;
}
.profilebot2 img {
    position: absolute;
    height: 20px;
}
/* FOR LOGIN BUTTON POSTIONING*/

.purchase, .bookmark {
    display: none;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1000;
    top: 20px;
        
}
.bookmark {
    display: none;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1000;
    top: 20px;
        
}
.purchase1 {
    display: flex;
    width: 50%;
    height: 80%;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    color: black;
    border: 2px solid white;
    flex-direction: column;
    gap: 10px;
}
.bookmark1 {
    display: flex;
    width: 30%;
    height: 80%;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    color: black;
    border: 2px solid white;
    flex-direction: column;
    gap: 10px;
}

.purchasetop, .bookmarktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px 5px;
    align-items: center;
    height: 10%;
}
.purchasetop h1, .bookmarktop h1 {
    margin-left: 20px;
}
.purchase img, .bookmarke img {
    height: 40px;
    
}
.purchasebot, .bookmarkbot {
    display: flex;
    gap: 5px;
    height: 90%;
}

.purchasel, .bookmarkl {
    display: flex;
    flex-direction: column;
    width: 30%;
    
    color: black;
    gap: 40px;
    align-items: center;
    padding: 10px 10px;
    border-right: 2px solid black;
    height: 90%;
}
.purchasel1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid black;
    border-radius: 10px;
    
}
.purchaser {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68%;
    height: 90%;
    
}
.bookmarkr {
    overflow: auto;
    align-items: center;
    width: 100%;
    max-height: 90%;
    gap: 5px;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    white-space: nowrap;
    scroll-behavior: smooth;
    flex-direction: column;
    position: relative;
}

/* Target the scrollbar for Webkit-based browsers */
.bookmarkr::-webkit-scrollbar {
    height: 3px; /* Height of the horizontal scrollbar */
    width: 4px;
}

/* Scrollbar track (the area behind the scroll thumb) */
.bookmarkr::-webkit-scrollbar-track {
    background: black; /* Dark background color */
    border-radius: 5px; /* Optional: rounded corners */
}

/* Scrollbar thumb (the draggable part) */
.bookmarkr::-webkit-scrollbar-thumb {
    background: red; /* Red scroll thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
}

/* Hover effect for the scrollbar thumb */
.bookmarkr::-webkit-scrollbar-thumb:hover {
    background: #ff5555; /* Brighter red on hover */
}
.purchaser1 {
    
    display: flex;
    
    width: 70%;
}
.nofound {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nofound img {
    height: 200px;
}
.purchasel h1, .bookmarkl h1 {
    font-size: 15px;
}


.purchaser2 {
    display: none;
}

.bookmark-item {
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: black;
    color: white;
    max-width: 90%; 
    min-width: 90%;
    height: 20%;
    overflow: clip;
    gap: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.bookmark-item img {
    height: auto;
    max-width: 100px;
    min-width: 100px;
    
    object-fit: cover;
}
.bookmark2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bookmark2 button {
    width: 50%;
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    background: transparent;
}
/* FOR HOME BACKGROUND IMAGE, HOME_ICON, TAGLINES, AND LEARNMORE BUTTON POSTIONING*/
.homepage {
    
    display: flex;
    align-items: center;
    background-image: url('assets/bg1.jpg');
    background-size: cover;
    min-height: 100vh;
	width: 100%;
    
}
.tagline.active, .logoicon.active {
    animation: bottotop 1s ease-In-out forwards;
}
@keyframes bottotop {
    from {
        opacity: 0;
        transform: translatey(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.homepage .tagline {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-top: 200px;
}
.homepage .conquer {
    color: #c4ae89;
	font-size: 60px;

}
.homepage .tagline2 {
	margin-top: 0px;
	font-size: 20px;
}
.homepage .getfit {
    color: white;
    background-color: transparent;
    padding: 10px 25px; 
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
	border: 3px solid #c4ae89;
    
}
.homepage .getfit:hover {
    background-color: #c4ae89;
    color: black;
}
.homepage .logoicon {
    position: absolute;
	margin-top: 150px;
	height: 400px;
	margin-left: 690px;
}



/* FOR HOME BACKGROUND IMAGE, HOME_LOGO, TAGLINES, AND LEARNMORE BUTTON POSTIONING*/
.alertoverlay {
    top: 0;
    position: absolute;
    
    display: none;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    
}
.alert {
    position: fixed;
    width: 25%;
    height: 15%;
    background: white;
    z-index: 1000;
    display: flex;
    color: black;
    border-radius: 10px;
    flex-direction: column;
    padding: 10px;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.alert1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    width: 100%;
    flex-wrap: wrap;
}
.alert1 h1 {
    font-size: 15px;
}
.alert1 a {
    font-size: 15px;
    border: none;
    background: none;
    color: blue;
    cursor: pointer;
}
.alert button {
    width: 40%;
    border-radius: 10px;
    cursor: pointer;
}


/* PAGE 2 OR TRAINING SECTION */
.trainingsection {
    background-image: url('assets/page2bg.png');
    background-size: cover;
    min-height: 100vh;
	width: 100%;
    justify-content: center;
    align-items: center;
    
}

.trainingsection .title1 {
    
    padding-top: 100px;
    text-align: center;
    font-size: 50px;
    color: white;
    letter-spacing: 0.5rem;
    text-shadow: 
        2px 2px 0px #000,   /* Shadow to the right and down */
        -2px -2px 0px #000, /* Shadow to the left and up */
        2px -2px 0px #000,  /* Shadow to the top-right */
        -2px 2px 0px #000;
}
.title1.active, .training_divoffspring1.active, .label.active, .text_trainingsection.active, .title.active, .training_divparent1 button.active {
    animation: bottotop 1.5s ease-In-out forwards;
}

@keyframes bottotop {
    from {
        opacity: 0.5;
        transform: translatey(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.container.active {
    animation: righttoleft 1s ease-In-out forwards;
}
@keyframes righttoleft {
    from {
        opacity: 0.5;
        transform: translatex(40px);
    }
    to {
        opacity: 1;
        transform: translatex(0);
    }
}
.trainingsection .training_divparent1 {
    position: relative;
    padding-bottom: 200px;
    width: 70%;
    margin: 80px auto;
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
    
    
}

.trainingsection .training_divparent1 .training_divoffspring2 {
    flex-direction: column;
    display: flex;
    gap: 20px;
    
}
.trainingsection .training_divparent1 .training_divoffspring2 .label {
    color: white;
    font-size: 35px;
}
.trainingsection .training_divparent1 .training_divoffspring1 {
    overflow: hidden;
    border: 5px solid transparent;
    border-radius: 25px;
    height: 300px;
    width: 600px;
    
    
}
.trainingsection .training_divparent1 .training_divoffspring1 img {
    flex-direction: column;
    display: flex;
    overflow: hidden;
    height: 300px;
    width: 600px;
    transition: transform 0.3s ease;
}
.trainingsection .training_divparent1 .training_divoffspring1:hover .imgpage2 {
    transform: scale(1.2); 
    
}




.trainingsection .training_divparent1 .training_divoffspring2 .container {
    background-color: #33414e;
    width: 400px;
    height: 100px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    border: 8px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}
.trainingsection .training_divparent1 .training_divoffspring2 .container:hover {
    transform: translate3d(0, -1px, 0) scale(1.10);
    transition: 0.6s;
}
.trainingsection .training_divparent1 .training_divoffspring2 .container h4 {
    font-size: 30px;
    line-height: 1;
    justify-content: center;
    margin-top: 45px;
    display: flex;
    
    
}

.trainingsection .training_divparent1 .training_divoffspring2 .container img {
    height: 100%;
    width: 40%;
    float: right;
    object-fit: cover;
    display: block;
}
.trainingsection .training_divparent1 .training_divoffspring2 a {
    color: white;
}


.trainingsection .training_divparent1 .text_trainingsection {
    color: white;
    padding-top: 330px;
    position: absolute;
    pointer-events: none;
    width: 600px;
}

.trainingsection .training_divparent1 button {
    font-size: 15px;
    color: black;
    background-color: white;
    padding: 10px 25px; 
    margin-top: 35px;
    cursor: pointer;
    border-radius: 25px;
	border: 2px solid transparent;
}
.trainingsection .training_divparent1 button:hover {
    border: 2px solid white;
    background-color: black;
    color: white;
	
}








.pricingpage .title {
    padding-top: 150px;
    text-align: center;
    font-size: 50px;
    color: white;
    letter-spacing: 0.5rem;
    text-shadow: 
        2px 2px 0px #000,   /* Shadow to the right and down */
        -2px -2px 0px #000, /* Shadow to the left and up */
        2px -2px 0px #000,  /* Shadow to the top-right */
        -2px 2px 0px #000;
}

.pricingpage {
    background-image: url('assets/vector.jpg');
    background-size: cover;
    min-height: 100vh;
	width: 100%;
}

.page3 {
    margin: auto;
    padding: 50px;
    border: 5px solid transparent;
    display: flex;
    height: 500px;
    justify-content: center;
    gap: 100px;

}


.page3 .page31, .page311 {
    display: flex;
    margin: 5px;
    padding: 30px;
    border: 5px solid transparent;
    border-radius: 25px;
    width: 300px;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: inline-flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    background-color: #EAEAEA;
    opacity: 0;
}

.page31 h1, .page311 h1 {
    font-size: 20px;  
    font-family: "Montserrat", sans-serif;
    
}
.page31 p span, .page311 p span {
    font-size: 40px;
    vertical-align: middle;
    line-height: 1;
    top: -0.2em;
    position: relative;
    font-weight: 400;
}

.page31 p, .page311 p {
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
}
.page31 .perks, .page311 .perks {
    font-weight: 400;
    font-size: 20px;  
    font-family: "Montserrat", sans-serif;
    padding-top: 30px;
}

.page31 a, .page311 a {
    color: black;
    margin-top: 40px;
    border: 2px solid black;
    padding: 5px 10px;
}

.page31 a:hover, .page311 a:hover{
    color: black;
    margin-top: 40px;
    border: 2px solid black;
    background-color: #c4ae89;
    padding: 5px 10px;
}
.page31.active {
    animation: lefttoright 1.5s ease-In-out forwards;
}
@keyframes lefttoright {
    from {
        opacity: 0.5;
        transform: translatex(-400px);
    }
    to {
        opacity: 1;
        transform: translatex(0);
    }
}
.page311.active {
    
    animation: righttoleft 1.5s ease-In-out forwards;
}
@keyframes righttoleft {
    from {
        opacity: 0;
        transform: translatex(400px);
    }
    to {
        opacity: 1;
        transform: translatex(0);
    }
}
.aboutuspage {
    margin: 50px;
}
.title4 {
    font-size: 50px;
    font-weight: 600;
    
}
.page4 {

    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 50px;
    gap: 10px;;
    justify-content: space-between;
    
    
}
.page4 .child2 .aboutusinfo {
    padding: 10px 10px;
    padding-top: 50px;
   
    display: flex;
    flex-wrap: wrap;
}
.page4 .child2 {
    display: flex;
    gap: 10px;
}
.page4 .page41 {
    display: flex;
    padding: 20px;
    border: 5px solid transparent;
  
    width: 100%;
    align-items: center;
    flex-direction: column;
    position: relative;

}
.aboutusinfo p {
    font-family: "Montserrat", sans-serif;
   
}

.page41 button {
    font-size: 15px;
    color: black;
    background-color: white;
    padding: 10px 25px; 
    margin-top: 15px;
    cursor: pointer;
    border-radius: 25px;
	border: 3px solid black;
}
.page41 img {
    height: 80px;
    margin-right: 300px;
    margin-top: 50px;
}
.page41 button:hover {
    background-color: #c4ae89;
}
.map {
    border: 5px solid transparent;
   
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.page42 {
    display: flex;
   
    justify-content: space-evenly;
    width: 100%;
}
.page421 {
    text-align: center;
    display: flex;
    padding: 15px;
    border: 5px solid transparent;
    
    width: 100%;
    align-items: center;
    flex-direction: column;
    position: relative;
    
}
.page421 h1 {
    padding-top: 10px;
}
.page421 p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
 
    
}
.page421 img {
    height: 30px;
}





.divider {
    position: relative;
}
.connect {
    background: black;
}
.connect h2 {
    color: white;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
}


.custom-shape-divider-top-1731654248 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1731654248 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 121px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1731654248 .shape-fill {
    fill: #001122;
}







.contact {
    
    padding: 0px 100px;
    display: flex;
    justify-content: center;
    
}
.contact1 {
    width: 100%;
    border-top: 1px solid black;
    
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
   
}
.contact2 {
    
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
    align-items: center;
    max-height: 500px;
}
.contact2 h1 {
    font-size: 40px;
    
}
.contact2 p {
    text-transform: lowercase;
    font-weight: 350;
    font-size: 20px;
}
.contact2 a {
    text-transform: lowercase;
    font-weight: 350;
    font-size: 20px;
    color: red;
}
.contact3 {
    
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
    align-items: flex-start;
}
.contact3 h1 {
    font-size: 40px;
}
.contact4 form {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    
}
.contact form input, textarea {
    margin-bottom: 10px;
    border: 2px solid transparent; 
    border-radius: 15px;
    padding: 10px 20px;
    width: 300px;
    background-color: #dedede;
    text-transform: none !important; 
}
.contact form input:hover, textarea:hover {
    border: 2px solid black ; 
}
.contact .submit {
    margin-top: 20px;
    background-color: red;
    color: white;
    font-size: 20px;
    border: 3px solid transparent;
}
.contact .submit:hover {
    border: 3px solid black;
}
.submitbtn {
    margin-top: 20px;
    background-color: red;
    color: white;
    font-size: 20px;
    border: 3px solid transparent;
    padding: 10px 10px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.submitbtn:hover {
    border: 3px solid black;
}
.footer {
    background-color: black;
    color: white;
}
.f1 {
    display: flex;
    padding: 30px 20px;
    justify-content: space-evenly;
}
.f2 {
    
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 200px;
}
.f2 img {
    height: 30px;
}
.f3 {
    display: flex;
    flex-direction: column;
    vertical-align: top;
    
}
.f3 a img {
    height: 35px;
    width: 35px;
    cursor: pointer;
}
.f3img {
    align-self: center;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.f3about p {
    font-weight: 200;
    padding-bottom: 5px;
    color: #c4c4c4;
}
.f3about p:hover {
    font-weight: 200;
    padding-bottom: 5px;
    color: white;
    
}
.f3about {
    margin-top: 20px;
    
}
.btop {
    gap: 30px;
    display: flex;
    justify-content: flex-end;
}
.btop a {
    display: flex;
    gap: 20px;
    color: white;
}
.btop img {
    height: 20px;
    transform: translateY(0%) rotate(180deg);
}
.btop1 {
    margin-top: 20px; margin-bottom: 20px;
    display: flex;
    

}
.btop1 p {
    color: #4f4f4f;
}
.btop2 {
    margin-top: 20px; margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.outro {
    padding-top: 10px; padding-bottom: 10px;
    color: #4f4f4f;
    text-align: center;
}
@media (max-width: 1400px) {
    .text_trainingsection p {
        width: 450px;
    }
}
@media (max-width: 360px) {
    .page41 img {
        padding-left: 25px;
    }
    
}
@media (max-width: 768px) {
    .headerpad {
        padding: 1.2rem 5%;
        justify-content: space-between;
    }
    .menu {
        display: block;
    }
    .hide1 {
        display: none;
    }
    .login {
        display: none;
    }
    .homepage .tagline {
        color: white;
        font-size: 20px;
        font-weight: bold;
        margin-top: 200px;
    }
    .homepage .conquer {
        color: #c4ae89;
        font-size: 40px;

    }
    .homepage .tagline2 {
        margin-top: 0px;
        font-size: 10px;
    }
    .homepage .getfit {
        color: white;
        background-color: transparent;
        padding: 10px 25px; 
        margin-top: 20px;
        cursor: pointer;
        border-radius: 25px;
        border: 3px solid #c4ae89;
    }
    .trainingsection .title1 {
        padding-top: 100px;
        text-align: center;
        font-size: 20px;
        color: white;
        letter-spacing: 0.5rem;
        text-shadow: 
            2px 2px 0px #000,   /* Shadow to the right and down */
            -2px -2px 0px #000, /* Shadow to the left and up */
            2px -2px 0px #000,  /* Shadow to the top-right */
            -2px 2px 0px #000;
    }
    .trainingsection .training_divparent1 .training_divoffspring1 {
        display: none;
    }
    .trainingsection .training_divparent1 {
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }
    
    .trainingsection .training_divparent1 .text_trainingsection {
        display: none;
        
    }
    .pricingpage {
        padding-bottom: 400px;
    }
    .page3 {
        padding-top: 500px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
        gap: 20px;
    }
    .homepage .logoicon {
        display: none;
    }
    .aboutuspage {
        margin: 0;
        padding: 0;
    }
    .page4 {
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    
    .aboutuspage .map {
        display: none;
    }
    .title4 {
        font-size: 20px;
        font-weight: 600;
    }
    .page4 .page41 {
        display: flex;
        padding: 20px;
        border: 5px solid transparent;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
        width: 100%;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: 2px solid red;
    }
    .page41 p {
        font-size: 10px;
        border: 2px solid red;
    }
    .page41 img {
        height: 45px;
    }
    .page41 button {
        font-size: 15px;
        color: black;
        background-color: white;
        padding: 5px 15px; 
        margin-top: 15px;
        cursor: pointer;
        border-radius: 25px;
        border: 3px solid black;
        width: 120px;
        margin-left: 55px;
    }
    .trainingsection .training_divparent1 .training_divoffspring2 .container {
        background-color: #33414e;
        width: 300px;
        height: 100px;
        margin: 0 auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        border: 8px;
        border-radius: 10px;
        overflow: hidden;
    }
    .trainingsection .training_divparent1 .training_divoffspring2 .container h4 {
        font-size: 20px;
        line-height: 1;
        padding: 25px 25px;
    }
    .trainingsection .training_divparent1 .training_divoffspring2 .container h4 span {
        font-size: 15px;
        line-height: 1;

    }
}


