#one{
    
     background-image: url('../images/Bg.jpeg');  
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}
hr{
    border-top: 5px dotted #000;
    background:none;
}
.nextHeading{
    padding-top: 5%;
    font-size: 4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
#greet{
    text-align: center;
    align-items: center;
    align-self: center;
    font-size: 1.25rem;
}
.navbar-brand{
    font-size: 1.5rem;
    font-weight: 500;
}
nav{
    font-size: 1.25rem;
}
body{
    background-image:url('../images/cool-background.png');
    background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.main{
    margin-top: 20%;
    margin-left: 20%; 
    height: fit-content;
    width: 40%;
    background-color: #c7ffd8;
    opacity: 80%;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    padding: 10px;
    font-size: 2.6vw;
    z-index: 3;
     position: absolute; 
}
#mainimg{
    padding-top: 50px;
    z-index: 1;
    position: absolute;
    width: 100%;

}
#mainhead{
    color: red;
    font-weight: bolder;
}
#two{
    text-align: center;
    padding-top: 1%;
}

#carouselExampleControls{   
background: none;
    margin: auto;
    text-align: center;
    align-items: center;
    padding: 1%;
}
/* .carousel-item img{
    width: 50% !important;
    margin: auto;
} */

@media screen and (max-width: 800px) {
    .main{
        align-self: center;
        height: fit-content;
        width: 80vw;
        align-items: center;
        text-align: center;
        font-size: 2rem;
        position: absolute;
        margin-left: 10%;
        margin-right: auto;

    }
}
@media screen and (max-width: 1000px){
#foot-1{
    display:block !important;
}
.foot-2{
    margin-left: 10px;
    text-align: center;
    display: block !important;
}
#secondImg{
    display: block !important;
}
#firstImg{
    display: none;
}
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 100%;
  border: 3px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '→';
  font-size: 55px;
  color: black;
  padding-top: 3px;
}

.carousel-control-prev-icon:after {
  content: '←';
  padding-top: 20px !important;
  font-size: 55px;
  color: black;
}
.footer{
    padding: 1%;
    background-color: rgba(128, 128, 128, 0.541);
}
#foot-1{
    display: inline !important;
    font-size: 0.8rem;
}


.fas{/* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; 
    border: 2px solid #000;
    border-radius: 50%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 17px;
    padding-right: 17px;
    background-color: #000;
    color: white;
}
#myBtn{
    display: none;
}
.fas:hover{
    background:none;
    color: #000;

}
#secondImg{
    margin: auto;
    display: none;
}
li{
    margin: 10px;
}
.bottom a{
    color: white;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}
.bottom a:hover{
    color: #c7ffd8;
    padding-bottom: 5px;
    border-bottom: 3px solid #c7ffd8;
}
.fa
{
    padding: 10px;
    padding-left: 0%;
    font-size: 1.1rem;
}
tr{
    margin-bottom: 50px !important;
}

td a{
    color: white;
    text-decoration: none;
}
td a:hover{
    color: #c7ffd8;
}