@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400&display=swap');

/* Resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-text-color: #0a163d;
  /* --primary-text-color: red; */
  --secondary-text-color: #3c3b3b;
  --acent-color: #074d35;
  --acent-color-dark: #03261b;
  --padding-inlinesection: 20px;
}

#loading{
  position: fixed;
  width: 100%;
  height: 100%;
  background: white url("/img/icons/798.gif") no-repeat center center;
  z-index:100;
 }

body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  color: var(--primary-text-color);
}

h1 {
  font-size: 2rem;
  font-weight: bolder;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 0.5rem;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 25px;
  font-weight: 400;
  color: var(--secondary-text-color);
}

a {
  text-decoration: none;
  /* display: inline-block; */
}
ul{
  list-style:none;
}
img {
  max-width: 100%;
}

header {
  width: 100%;
  position: fixed;
  z-index: 3;
  background-color: white;
}

/* UTILITY */
.flex {
  display: flex;
  flex-wrap: wrap;
}

/* TOP HEAD 3 FLEX */
.top-head-3-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* TOP HEADER COMPANY LOGO MAKE IN INIDA TEXT ANIMATION */
.makein-logo-img {
  width: 450px;
  left: 0;
  background-color: white;
}
.comapny-logo-img {
  margin: auto;
  background-color: white;
}
.text-animation-box {
  margin-right: 25px;
  background-color: white;
  /* grid-area: text-animation-box; */
}
.animation-two-row-grid {
  /* width: 40px; */
  display: grid;
  grid-template-rows: 50px 10px;
  gap: 5px;
  justify-items: end;
}
.leading-text {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--secondary-text-color);
}
.text-shine {
  margin-left: 130px;
  margin-top: 20px;
  color: #fff;
  background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  white-space: nowrap;
}
/* TEXT Animation Frame */
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 200px;
  }

  100% {
    background-position: 250px;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 200px;
  }

  100% {
    background-position: 250px;
  }
}

@-o-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 200px;
  }

  100% {
    background-position: 250px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 200px;
  }

  100% {
    background-position: 250px;
  }
}
/* -------TOP ANIMATION TEXT CLOSE------------ */

/* NAVIGATION BAR in Grid Container */
.nav-container {
  width: 100%;
  align-content: center;
}
/* <!-- TOP-PAGE NAviGATION WITH LINK --> */
.samll-page-nav {
  background-color: #0b8c61;
  grid-area: samll-page;
  margin-top: 0px;
}
.samll-page-nav a {
  color: white;
}
.samll-page-nav a:hover {
  color: yellow;
}
.top-page-navigation h3 {
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  color: yellow;
  margin-left: 58px;
}
.flex-container {
  display: flex;
  flex-direction: row;
  width: 1235px;
  margin: auto;
}
.flex-item-left-content {
  background-color: white;
  padding: 10px;
  width: 570px;
}
/*HOME Contain clientee*/
.flex-container-bottom {
  display: flex;
  flex-direction: row;
  width: 1235px;
  margin: auto;
}
.flex-item-left-content-clientee {
  background-color: white;
  padding: 10px;
  width: auto;
}
/* Plate n Dumbell Grid */

.flex-item-left-content-plate {
  background-color: white;
  padding: 10px;
  width: 100vw;
}
.plate-disc{
  display:grid;
  grid-template-columns: subgrid;

}
.flex-item-pl-dumbel {
  display: flex;
  flex-direction:row;
  gap:10px;
  flex-wrap: wrap;
  justify-content:center;
  align-content: center;
  margin: auto;
  width: 100%;
  /* border: 1px solid gray; */
  padding: 30px;
}

.flex-item-pl-bar {
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content:center;
  align-content: center;
  margin: auto;
  width: 100%; 
}
.flex-item-pl-deck {
  display: flex;
  flex-direction:row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content:center;
  align-content: center;
  margin: auto;
  width: 100%; 
}
/* ---------Product Details ---------------  */
.machine-name {
  padding: 10px;
  width: 100vw;
  font-weight: 600;
  text-align: left;
  color: #213378;
  border-bottom-style: dotted;
  border-color: lightgrey;
  border-width: 2px;
}
/* Product Description */
#product-details {
  position: absolute;
  width: 100%;
  margin: 190px auto;
  /* z-index: 2; */
}
.special-point ul {
  list-style-type: disc;
  padding: 20px;
  color: #616060;
}
.special-point ul li {
  list-style-type: disc;
  font-size: 13px;
  padding: 3px;
}
/* --------- */
/* Dimension-Table */
.left-dimension-table td {
  width: 350px;
  margin: auto;
  border: 1px solid gray;
  text-align: center;
  padding: 3px;
}
.dimension-header {
  width: 100%;
  background-color: #213378;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;  
}
.dimension-small {
  width: 100%;
  font-size: 12px;
  text-align: center;  
}
/* ---More-Details Button--- */
.more-detail-btn-img-div {
  display: flex;
  width: 350px;
  margin-top: 30px;
  align-items: center;
  gap:10px;
}
.btn-1 {
  margin-left: 10px;
  -webkit-animation: breathing 1s ease-out infinite;
}
.download-btn{
  align-content: center;
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid lightgray;
  background-color: #515151;
  cursor: pointer;
}
.download-btn:hover{
  align-content: center;
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid lightgray;
  background-color: #353535;
}
/* ------------------------>>>>>>------- */
/* ------------->>>>>------------------>>>> */
/* ----RIGH SIDE START------------ */
.flex-item-right-image {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 700px;
  margin: 0;
}
/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  position: relative;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 5px;
  background-color: lightgray;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
  opacity: calc(70%);
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 3px 3px 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #046e47;
  opacity: calc(100%);
}
/* Caption text */
.text {
  color: rgb(68, 67, 67);
  font-size: 18px;
  font-weight: 600;
  padding: 2px 12px;
  position: absolute;
  top: 1px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}
/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  padding: 2px 2px;
  margin: 5px 5px 0px 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1s ease;
}
.dot:hover {
  background-color: #213378;
  height: 12px;
  width: 12px;
  margin: 5px 5px 0px 5px;
}
.active {
  background-color: #213378;
  height: 15px;
  width: 15px;
  margin: 1px 5px 0px 5px;
}
/* Fading animation */
/* .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 1
  }
  to {
    opacity: 1
  }
} */
/* -------BOTTOM DIV----------- */
.bottom-flex-container {
  display: flex;
  flex-direction:row;
  gap:30px;
  width: 1235px;
  margin: 10px auto 50px auto;
  /* background-color: lightgray; */
}
.flex-item-E-M {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  border: 1px solid gray;
}
.flex-item-dip-chinup {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  align-items: center;
  /* width: 1235px; */
  margin: 10px auto 50px auto;
  border: 1px solid gray;
}
/* Exercises -IMAGE */
.exercises-table-div {
  width: 250px;
  text-align: center;  
}
.adj-exercises-table-div {
  width: 100%;
  text-align: center;
   
}
.musclegroup-img{
  text-align: center;
  align-items: center;
}
iframe {
  display:block;
  width:100%;
  height:100%;  
}
.youtube-vdo-div{
  display: inline;
  width: 50%;
  height: 300px;
}
.proname {
  color: rgb(68, 67, 67);
  font-size: 14px;
  font-weight: 600;
  padding: 2px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}
/* FOOTER */
.footer-container {
  background-color: lightgray;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  margin: auto;
}
.div-align-center {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
/* BUTTON */
/* .btn-1{
  margin: auto;
  -webkit-animation: breathing 1s ease-out infinite
} */
.float-button-div {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 1px;
  width: 120px;
  height: 80px;
  bottom: 0px;
  right: 10px;
}
.call-btn {
  width: 55px;
  height: 55px;
  /* background-color: #25367a; */
  background-color: #046e47;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 40px;
  border-radius: 10px;
  padding: 1px;
  text-align: center;
  -webkit-animation: breathing 5s ease-out infinite
}
.call-btn:hover {
  width: 58px;
  height: 58px;
  /* background-color: #046e47; */
  background-color: #25367a;
  color: yellow;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 45px;
  border-radius: 10px;
  padding: 1px;
  text-align: center;
  box-shadow: 5px 5px 5px black;
}
/* bREATHING ANIMATION */
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* -----------Page Loader-----------------------  */

/* ----------------------------- */

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 1080px) {
  h1 {
    font-size: 1.5rem;
    font-weight: bolder;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1rem;
  }
  p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: var(--secondary-text-color);
  }
  /* TOP Header Grid LOGO-TEXT Animation-MENU */
  header {
    width: 100%;
    position: relative;
    z-index: 3;
    background-color: white;
  }
  .text-animation-box,
  .makein-logo-img,.text{
    display: none;
  }
  .comapny-logo-img {
    padding: 20px;
    max-width: 320px;
  }
  .samll-page-nav {
    background-color: #0b8c61;
    grid-area: samll-page;
    text-align: center;
    margin-top: 0px;
  }
  .samll-page-nav a {
    color: white;
  }
  .samll-page-nav a:hover,
  a:active {
    color: yellow;
  }
  .top-page-navigation h3 {
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    color: yellow;
    margin: auto;
  }
  /* Product Details */
  #product-details {
    margin: 10px auto;
  }
  .flex-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .machine-name {
    padding: 10px;
    width: 100vw;
    font-weight: 600;
    text-align: center;
    color: #213378;
  }
  .flex-item-right-image {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .flex-item-left-content {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .slideshow-container {
    width: auto;
    position: relative;
    margin: auto;
  }

/*HOME Contain Clientee*/
.flex-container-bottom {
  flex-direction: column-reverse;
  width: auto;
  padding: 10px;
}
.flex-item-left-content-clientee{
  padding: 20px;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    background-color: #9b9b9b;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    opacity: calc(50%);
  }
  .prev:hover,
  .next:hover {
    background-color: #046e47;
  }
  .div-align-center {
    margin: auto;
  }
  /* ----Home Page----- */
.left-dimension-home{
  width: 80vw;
  margin: auto;
  /* text-align:left; */
  padding: 10px;
}
  /* -------BOTTOM DIV----------- */
.bottom-flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction:column;
  gap: 10px;
  width: 100%;
  justify-content:center;
}
.flex-item-E-M {
  display: flex;
  flex-direction:column;
  gap: 30px;
  flex-wrap: wrap;
  justify-content:center;
  align-content: center;
  margin: auto;
  width: 85%;
  border: 1px solid gray;
  padding: 30px;
}
.youtube-vdo-div{
  display: inline;
  width: 100%;
  margin-top: 10px;;
}
.proname {
  color: rgb(68, 67, 67);
  font-size: 14px;
  font-weight: 600;
  padding: 2px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}
.flex-item-dip-chinup {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  align-items: center;
  /* width: 1235px; */
  margin: 10px auto 50px auto;
  border: 1px solid gray;
}
}

