@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.rusa-one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 400px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.rusa-one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.rusa-one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.rusa_main h1{
    color: white;
    font-weight: 200;
    text-transform: uppercase;
}

.btn-carrer{
    scrollbar-width: 20px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .rusa-link {
    max-width: 139px;
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .rusa-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }

  .rusa-studio{
    color: white;
    letter-spacing: 5px;
  }
  .custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }

.heading{
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    color: #4ca5b3;
}

.paragraph {
    width: 70%;
    text-align: justify;
    display: block; /* Ensure it's treated as a block element */
    white-space: normal; /* Allow wrapping */
}


.visual-border-main{
    display: flex;
    justify-content: center;
    align-items: center;
}


.visual-border {
    width: 80%;
    height: 2px;
    background-color: #000000;
    margin-top: 115px;
}

.hr {
    border: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.6;
    margin: 10px 0;
}

.hpc-info-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-padding{
    padding-left: 10%;
    padding-right: 10%;
}

@media (max-width: 768px) {

    .paragraph {
        width: 100%;
    }
    .rusa-one .about-molecule-one{
        display: none;
    }
    .rusa-one .about-molecule-two{
        display: none;
    }
}