
body{
    background: white;
    color: black;
    transition: .2s ease-in-out;
    font-family: 'Poppins', sans-serif;

}
.body-dark-mode{
    
    background: #242526;
    color: white;
    transition: .2s ease-in-out;
}

.log-in-btn-mobile{
    background: #f26749;
    color: white;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: white;
    z-index: 10;
}
.navbar-img > img{
    height: 50px;
    object-fit: cover;
    border-radius: 20pt;
}
.list-menu > li{
    margin-inline: 15px;
}
.logo{
    font-size: 20pt;
}
.nav-mobile-menu{
    position: fixed;
    z-index: 10;
    width: 92vw;
    height: 95vh;
    border-radius: 5px;
    transform: translateX(-100vw);
    transition: .2s ease-in-out;
    background: white;
}
.list-menu-mobile{
    list-style: none;

}
.list-menu-mobile > li{
    margin-block: 10px;
}
.nav-mobile-menu-show{
    transform: translateX(0vw);
    transition: .2s ease-in-out;
}
.header-img{
    width: 90%;
}
.header-section{
    background: #f26749;
    color: white;
    border-radius: 0 0 20px 20px;
}

.recommedations-card > img{
    height: 150px;
    object-fit: cover;
    border-radius: 8pt;

}
.card-btn{
    padding-inline: 35%;
    border-radius: 12pt;
    background: #f26749;
    color: white;
}
.card-title{
    font-size: 15pt;
}
.register-btn{
    font-size: 4em;
    color: #f26749;
}
.register-section{
    font-size: 10pt;
}
.log-in-btn{
    border: 2px solid  white;
    color: white;
    background: #f26749;
    border-radius: 20pt;
    
    
}
    
}
.log-in-btn:hover{
    color: white;
    background: #f26849d2;
}

.learnMore-btn{
  transition: transform 0.5s;
  border: 2px solid white;
  color: white;
  background: #f26749;
  padding-inline: 15pt;
  border-radius: 20pt;
}
.learnMore-btn:hover{
    color: white;
}
body::-webkit-scrollbar{
    height: 5px;
    width: 8px;
    
}
body::-webkit-scrollbar-thumb{
    background: gray;
    border-radius: 20pt;
    
    
}
.pop-up-note{
    display: none;
    position: fixed;
    top: 0;
    z-index: 10;
    transform: translate(40vw, 100%);
    height: 30%;

}
.pop-up-note-show{
    display: block;
}
.card-btn > a{
    text-decoration: none;
    color: white;
}
.card-btn> a:hover{
    color: white;
}
.display-none{
    display: none;
}
.pop-up-container{
    border-radius: 12pt;
    background: #242526;

}
.pop-up-note-img{
    height: 100px;
    object-fit: cover;
    border-radius: 8pt;
}
.popUp-description{
    position: fixed;
    background: white;
    color: black;
    z-index: 10;
    top: 0;
    border-radius: 10pt;
  }
  .popUp-description >.PopUp-descBtn{
    background: none;
    border: none;
    outline: none;
    color: black;
    margin-left: 90%;
    margin-bottom: 30px;
    font-size: 25px;
  }
  .popup-false{
    transform: translateY(-100vh);
    transition: .2s ease-in-out;
  }
  .popup-true{
    display: block;
    transition: .2s ease-in-out;
    transform: translateY(0%);
  }
.btn-mobile-mode{
    border-radius: 50%;
}
.welcome-text{
    font-size: 30pt;
    font-weight: lighter;
}
.my-card{
    border-radius: 12pt;
}
.time-number{
  font-size: 25pt;
  font-weight: bold;

}
.launch-header{
  font-size: 23pt;
}
.font-size{
  font-size: 23pt;
  font-weight: normal;
}
.footerNav-list{
    list-style: none;
  }
  footer{
    border-radius: 10px 10px 0 0;
    background: #001923;
  }
  .footer-img{
    width: 60px;
  }
.footer-logo{
    font-size: 20pt;
}
.btn-pop-up-note{
    padding-inline: 80pt;
    background: #f26749;
}
.subtitle{
    font-size: 11pt;
}
@media only screen and (max-width: 767px){
    .header-img{
        width: 100%;
    }
    .register-btn{
        font-size: 3em;
        color: #f26749;
    }
    .register-section{
        font-size: 8pt;
    }
    .recommedations-card > img{
        height: 300px;
        object-fit: cover;
        border-radius: 8pt;

    }
    .time-number{
        font-size: 15pt;
    }
    .pop-up-note{
        transform: translate(20vw, 10vh);
    }
    .navbar-img > img{
        height: 40px;
        object-fit: cover;
    }
}
/*@media only screen and (main-width: 767px) and (max-width: 1024px){
    .pop-up-note{
        transform: translate(15vw, 0vh);
    }
}
*/


/*Dark mode styles and functions*/
.body-dark-mode{
    font-family: 'Comfortaa' sans-serif;
    background: #242526;
    color: white;
    transition: .2s ease-in-out;
}
.background-cards{
    background: #404040;
}
.background-mode-btn{
    color: white;
}
.nav-on-darkmode{
    color: white;
    background: none;
    backdrop-filter: blur(7px);
}
.register-btn-darkMode{
    color: #f26749;
    text-shadow: 0 0 10px #f26749;
}
.header-section-on-darkmode{
    background: #252526;
}
.nav-mobile-menu-darkmode{
    background: #242526;
    color: white;
}
.font-color{
    color: white;
}
