/*header style*/
.pioneer_header{
    background-color:white;
   
}

.navbar{
    background-color: #71797E;
    border-radius: 1%;
}

.nav-link{
    color: white;
}

.nav-link:hover {
     color:red 
}

.maroon{
    color: #D70040;
}

.pioneer_header img{
    width:14vw;
}



/*footer style*/


.foot svg{
    color: #D70040;
}
.foot img{
    
    width: 6vw;
}

.foot li{
    font-size: 1vw;
} 

.foot{
    background-color: #E8E8E8;
    
}

.zen-foot svg{
    color: #ff4500;
}

/*zen heading*/
.zen{

    width: 100%;
    background-image: linear-gradient(to right, white , #72A0C1);
    padding: 1vh;
    margin-top: 2vh;
}

.zen img{
    float: left;
    width: 9vw;
    margin-right: 2vw;
}

.zen-heading h2{
    
    color: #72A0C1;
    font-size: 5vw;
    text-decoration: underline;
    text-decoration-color: #ff4500;
    text-decoration-thickness: 0.2vh;
    text-underline-offset: 1vh;
    
}

.zen-heading p{
    font-size: 1vw;
    color:#FF1493;
    font-weight:500;
}


/*profile*/

.profile h1{
    color: #72A0C1;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    text-decoration-color: #ff4500;
    text-decoration-thickness: 2px;
    font-size: 4vw;
    margin-bottom:2vh ;
}

.profile p{
    font-family: 'Poppins', sans-serif;
    font-size: 1.5vw;
    font-weight: 300;
}

.profile .one{
    float: right;
    width: 30vw;
    margin:5vh;
}

.profile .two{
    float: left;
    width: 30vw;
    margin:5vh;
}

.jtext p{
    text-align: justify;
}





/*back to top button style */
.top{
    height: 5vh;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #D70040; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding:1vh; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    width: fit-content;
    font-size: 2vw;
    
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  