body{
    background-color: #f1f6f6;
    height:100vh;
    .glass-card {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(229, 231, 235, 0.5);
        }
}
html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(111, 94, 115, 0.444);
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.378);
}
body {
    font-family: "Outfit", sans-serif;
}

.navbar-container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 10px;
    z-index: 1000;
}

.navbar {
    width: 95%;
    max-width: 1400px;
    padding: 10px 25px;
    background: rgba(213, 225, 225, 0.85);
    backdrop-filter: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.logo-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    border-radius: 50%;
    border: 4px solid #d5e0e0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.084);
}

.logo-text {
    font-weight: 700;
    color: #1a202c;
}
.nav-links {
    gap: 2rem;
    align-items: center;
}

.nav-item {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-item:hover {
    color: #e53e3e;
}
.crisis-btn {
    text-decoration: none;
    background: #e53e3e;
    color: white !important;
    padding:3px 6px;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(229, 62, 62, 0.3);
    transition: all 0.3s ease;
}
.crisis-btn:hover {
    background: #c53030;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(229, 62, 62, 0.4);
}
.mobile-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}
.mobile-toggle span {
    width: 25px;
    height: 3px;
    background: #4a5568;
    border-radius: 2px;
}
.page1{
    height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tagline1{
     font-family: "Alan Sans", sans-serif;
}
.tagline2{
    font-family: "Quantico", sans-serif;
}
.btn-rsk-anl {
  font-family: "Arvo", serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight:600;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  border-bottom: 1px solid black;
  box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.btn-rsk-anl:hover {
  background-color: #23c483;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.btn-rsk-anl:active {
  transform: translateY(-1px);
}
.hrt{
      font-family: "Great Vibes", cursive;
      color:red;
}
.underline_1 {
    border-radius: 50%;
    border-top: 4px solid rgb(174, 210, 248);
    align-items: center;
}
.toggle2 {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition-duration: .5s;
}
.bars {
  width: 100%;
  height: 6px;
  background-color: rgb(92, 176, 255);
  border-radius: 6px;
}
#bar5 {
  transition-duration: .8s;
}
#bar4,#bar6 {
  width: 80%;
}
#checkbox2:active + .toggle2 .bars {
  position: absolute;
  transition-duration: .5s;
}
#checkbox2:active + .toggle2 #bar5 {
  transform: scaleX(0);
  transition-duration: .5s;
}
#checkbox2:active + .toggle2 #bar4 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}
#checkbox2:active + .toggle2 #bar6 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}
#checkbox2:active + .toggle2 {
  transition-duration: .5s;
  transform: rotate(180deg);
}
.nav-box{
    z-index:20;
    height:150px;
    width:200px;
    border:2px solid white;
    border-radius:10px;
    box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.247);
    position:fixed;
    background: rgba(61, 21, 73, 0.227);
    backdrop-filter: blur(10px);
    right:25px;
    top:60px;
}
.ftr-img{
  border-radius: 50%;

}
