*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

html,body{
    height: 100%;
    width: 100%;
}

/* -------------------------------- */
#cursor{
    height: 20px;
    width: 20px;
    background-color: #ac532f;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
}
#cursor-blr{
    height: 400px;
    width: 400px;
    background-color: #ac522f62;
    border-radius: 50%;
    position: fixed;
    filter: blur(40px);
    z-index: 9;
}
/* -------------------------------- */
#nav{
   height: 100px;
   width:100%;
   /* background-color: rgb(16, 17, 17); */
   display: flex;
   align-items: center;
   justify-content: flex-start;
   padding: 0 150px;
   gap: 40px;
   position: fixed;
   z-index: 99;
}
#nav img{
    height: 80px;
}
h4{
    text-transform: uppercase;
    font-size: 18px;
}
video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: fixed;
}
#main{
    position: relative;
    background-color: rgba(0, 0, 0, 0.568);
}
#page1{
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 10;
}
#page1 h1{
   font-size: 55px;
   font-weight: 700;
   position: relative;
}

#page1 h1::before{
   content: "FITNESS.STRENGTH.WORKOUT";
   position: absolute;
   color: black;
   top: -5px;
   left: -5px;
   -webkit-text-stroke: 2px rgba(224, 125, 67, 0.989);
   z-index: -1;
}
#page1 h2{
   font-size: 30px;
   font-weight:600;
   margin-top: 10px;
   margin-bottom: 10px;
}
#page1 p{
   font-size: 20px;
   font-weight: 400;
   width: 50%;
   font-family: Georgia, 'Times New Roman', Times, serif;
}
#page2{
   min-height: 100vh;
   width: 100%;
   z-index: 10;
}

#scroller{
   white-space: nowrap;
   overflow-x: auto;
   overflow-y: hidden;
   position: relative;
   z-index: 10;
}
#scroller::-webkit-scrollbar{
   display: none;
}
#scroller-in{
   display: inline-block;
   white-space: nowrap;
   animation-name: scroll;
   animation-duration: 10s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}

#scroller h4{
   display: inline-block;
   font-size: 80px;
   font-weight: 800;
   font-family:Verdana, Geneva, Tahoma, sans-serif;
   margin-right: 10px;
   color: transparent;
   -webkit-text-stroke: 2px rgb(220, 86, 24);
   transition: all linear 0.4s;
}
#scroller h4:hover{
   color: aliceblue;
}

@keyframes scroll {
     from{
       transform: translateX(0);
     }
     to{
       transform: translateX(-100%);
     }
}

#about-us{
   height: 65vh;
   width: 100%;
    /* background-color: red;  */
   display: flex;
   align-items: center;
   justify-content:space-around;
   padding: 0 50px;
   position: relative;
   z-index: 10;
}
#about-us img{
   height: 180px;
   width: 180px;
   border-radius: 10px;
   object-fit: cover;
   margin-top: 30px;
}
#about-us-in{
   width: 55%;
   text-align: center;
}
#about-us-in h3{
   font-size:40px;
   font-weight: 550;
   margin-top: 20px;
   margin-bottom: 25px;
   color: rgb(226, 90, 17);
}
#about-us-in p{
   font-size: 18px;
   line-height: 25px;
   font-family: Georgia, 'Times New Roman', Times, serif;
}

.slider-container{
    height: 70vh;
    width: 100%; 
    position: relative;
    z-index: 10;
    
   
    
    /* background-color: blue */
    
}
.slider-container h1{
    font-size: 40px;
    text-align: center;
    padding-top: 20px;
    color: orangered;
    font-weight: 900;
    
}
.slider-main{
    display: flex;
    align-items: center;
    justify-content:flex-end;
    gap: 30px;
    opacity: 1;
    transition: opacity 2s ease;
    position: absolute;
    z-index: 10;
}
.slider-main>img{
    /* padding: 10px;*/
    margin-top: 30px;  
    height: 350px;
    width: 500px;
    object-fit: cover;
    margin-left: 50px;
    border: 3px solid rgb(202, 89, 15);
    border-radius: 8px;
}

.slider-content{
    height: 100%;
    width: 100%;
    margin-left: 20px;
}
.slider-content h1{
    font-size: 40px;
    padding: 20px;
    color: rgb(228, 112, 18);
    /*  */
}
.slider-content p{
    font-size: 25px;

}


#cards-container{
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
}
.card{
    height: 80%;
    width: 25%;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease 0.7s; 
}
#card1{
    background-image: url(https://images.unsplash.com/photo-1578874691223-64558a3ca096?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG9\0by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=435&q=80);
    background-size: cover;
}
#card2{
    background-image: url(https://images.unsplash.com/photo-1623874106686-5be2b325c8f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=387&q=80);
    background-size: cover;
}
#card3{
    background-image: url(https://images.unsplash.com/photo-1588286840104-8957b019727f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=870&q=80);
    background-size: cover;
}
.overlay{
    height: 100%;
    width: 100%;
    background-color: rgb(236, 98, 52);
    padding: 30px;
    opacity: 0;
    transition: all ease 0.7s;
}
.overlay h4{
    color: black;
    font-size: 40px;
    margin-bottom: 5px;
}
.overlay p{
    color: black;
    font-size: 15px;
}
 .card:hover .overlay{
    opacity: 1;
} 
  .card:hover{
    transform: rotate3d(0,1,0,25deg);
}  
#green-div{
    position: relative;
    z-index: 10;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(https://images.unsplash.com/photo-1557800634-95f2a96fbd64?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=465&q=80);
}
#green-div h4{
    width: 50%;
    font-size: 39px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
    font-weight: 500;
}
#green-div img{
    height: 100%;
    object-fit: cover;
}
#page3{
    height: 100vh;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}
#page3 p{
    font-size: 30px;
    font-weight: 550;
    width: 50%;
    text-align: center;
    position: absolute;
    z-index: 10; 
    
}
#page3 img{
    position: absolute;
    height: 60px;
}
#page3 #colon1{
    left: 20%;
    top: 20%;
}
#page3 #colon2{
    right: 25%;
    bottom: 18%;
}

 .prevBtn,
.nextBtn{
    font-size: 4rem;
    width: 40px;
    height: 40px;
    max-width: 45px;
    max-height: 45px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease;
} 

 .nextBtn{
    color: red;
    position: absolute;
    z-index: 10;
    top: 50%;
    right:8%;
}

.prevBtn{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 93%;
} 

#page4{
    height: 40vh;
    width: 100%; 
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 70px;
     position: relative;
}
#page4 h1{
    font-size: 65px;
    position: absolute;
    top: -10%;
    font-weight: 900;
    color: #0c0c0c;
    -webkit-text-stroke: 3px #e2ddda;
}

.elem{
    height: 70%;
    width: 26%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.elem h2{
    height: 100%;
    width: 100%;
    background-color: rgb(214, 99, 27);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: black;
    font-weight: 900;
    position: absolute;
    z-index: 10;
    transition: all ease 0.5s;
}
.elem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.1;
    transition: all ease 0.5s;
}

.elem:hover h2{
    color: #fff;
    background-color: transparent;
}
.elem:hover img{
    scale: 1;
}
#footer{
    height: 45vh;
    width: 100%;
    background: linear-gradient(to left bottom, #b14e03dc 0%, #0a3f65 80%) ;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
    padding: 0 100px;
}
#f1 img {
    height: 70px;
  }
  #f1,
  #f2,
  #f3,
  #f4 {
    width: fit-content;
    position: relative;
    z-index: 99;
    /* background-color: red; */
  }
  #f2 h3 {
    font-size: 1.6vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    margin-bottom: 8px;
  }
  
  #f3 h3 {
    font-size: 1.6vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    margin-bottom: 8px;
  }
  #f4 h4 {
    font-size: 1vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
  }