* {
    margin: 0;
    padding: 0;
}

@import "tailwindcss";

html::-webkit-scrollbar {
    background-color: white;
    width: 8px;
    box-shadow: inset 0px 0px 5px black;
  }
  
  html::-webkit-scrollbar-thumb {
    background-color: #7b85b0;
    border-radius: 30px;
  }

.nav {
    display: flex;
    flex-direction: column;
    /* position: sticky; */
    top: 0;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.cont {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    justify-content: space-between;
}

.cont:first-of-type {
    background-color: #ff553c;
    z-index: 1;
}

.cont:nth-child(2) {
    padding: 8px 100px;
    /* box-shadow: 0px 0px 2px #7b85b0; */
    background-color: white;
}

.cont:nth-child(3) {
    /* padding: 8px 100px; */
    box-shadow: 0px 0px 2px #7b85b0;
    background-color: white;
    overflow-x: scroll;
    scrollbar-width: none;
    width: auto;
}

.cont:nth-child(3)>a {
    margin: 0px 20px;
    /* Adjust margins for balanced spacing */
    display: block;
    padding: 5px 0px;
    max-width: 200px;
    /* Limit the maximum width to maintain consistency */
    text-align: center;
    /* Align text inside the block */
    white-space: nowrap;
    /* Prevent text wrapping if necessary */
    position: relative;
}

.cont:nth-child(3)>a::after {
    content: '';
    width: 0;
    height: 2px;
    transition: all 0.4s ease;
    position: absolute;
    background-color: #ff553c;
    bottom: 0;
    left: 0;
}

.cont:nth-child(3)>a:hover::after {
    width: 100%;
}


.cont>div>a {
    color: white;
    text-decoration: underline;

}

.cont>div {
    width: fit-content;
    margin: auto;
}

.cont:nth-child(2)>div:last-of-type {
    position: relative;
    margin: 0;
}

.cont img {
    width: 10rem;
}

.cont>ul {
    /* display: flex; */
    position: relative;
    list-style: none;
    column-gap: 2.5rem;
}

.cont>ul>li>span {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(40, 40, 40);
    padding: 7px 12px;
    cursor: pointer;
    transition: all 0.4s linear;
    border-radius: 8px;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

.cont>ul>li>span ion-icon {
    margin-left: 5px;
}

.cont>ul>li:nth-child(2)>span {
    outline: none;
    border: transparent;
    border-top-width: 2px;
}

.cont>ul>li>span:hover {
    background-color: #f1f1f1;
}

.sub {
    position: absolute;
    display: flex;
    flex-direction: column;
    display: none;
    top: 120%;
    list-style: none;
    background-color: white;
    box-shadow: 0px 0px 5px #7b85b0;
    border-radius: 8px;
    padding: 10px;
    max-height: 85vh;
    width: 34%;
    z-index: 2;
}

.sub li a {
    color: black;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.4s linear;
}

.sub li a:hover {
    background-color: #f1f1f1;
}

.cont button {
    display: flex;
    outline: none;
    padding: 8px;
    border: none;
    font-size: 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s linear;
    z-index: 2;
    position: relative;
}

.cont button ion-icon {
    transition: all 0.4s linear;

}

.waterLayer {
    display: none;
    position: fixed;
    width: 100% !important;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.submenu {
    position: absolute;
    flex-direction: column;
    list-style: none;
    background-color: white;
    box-shadow: 0px 0px 5px #7b85b0;
    border-radius: 8px;
    padding: 5px;
    max-height: 85vh;
    min-width: 12rem;
    right: 0px;
    margin-top: 12px;
    z-index: 2;
    overflow-y: scroll;
    scrollbar-width: none;
}

.submenu li a {
    color: #747474;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.4s linear;
}

.submenu li a:hover {
    background-color: #f1f1f1;
}

.hero {
    background-image: url(/assets/img/about.png);
    background-size: contain;
    background-position: center center; 
    background-repeat: no-repeat;
    
}
.choose {
    position: relative;
}
.sec3{
    position: relative;
}
.chotiscroll::-webkit-scrollbar-thumb{
    background: #814dff;
}
.chotiscroll::-webkit-scrollbar{
    width: 1px;
}








/* 
.bg-container {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
                url('/img/form.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 7rem 3rem; 
    border-radius: 1.5rem; 
    border: 2px solid #f2a2dc; 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); 
    width: 50%;
    max-width: 100%; 
    background-blend-mode: lighten; 
}
.bg-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1; 
    border-radius: 1.5rem; 
}

.bg-container > * {
    position: relative;
    z-index: 2;
} */




body{
    overflow-x: hidden;
}
  
  .background {
    /* width: 100vw;
    height: 100vh;
    background: #3E1E68; */
  }
  
  .background span {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    background-color: transparent;
    position: fixed;
    animation-name: move;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: -1;
  }
  
  .background span:nth-child(1) {
    color: #583C87;
    top: 10%;
    left: 20%;
    animation-duration: 12s;
    animation-delay: -8s;
    transform-origin: -10vw 15vh;
    box-shadow: 40vmin 0 10vmin #583C87;
  }
  
  .background span:nth-child(2) {
    color: #E45A84;
    top: 50%;
    left: 70%;
    animation-duration: 14s;
    animation-delay: -12s;
    transform-origin: 20vw -10vh;
    box-shadow: -40vmin 0 15vmin #E45A84;
  }
  
  .background span:nth-child(3) {
    color: #FFACAC;
    top: 80%;
    left: 40%;
    animation-duration: 16s;
    animation-delay: -6s;
    transform-origin: -15vw 25vh;
    box-shadow: 40vmin 0 12vmin #FFACAC;
  }




  .background span:nth-child(4) {
    color: #6A4C93;
    top: 30%;
    left: 60%;
    animation-duration: 13s;
    animation-delay: -10s;
    transform-origin: 10vw -20vh;
    box-shadow: -30vmin 0 8vmin #6A4C93;
  }
  
  .background span:nth-child(5) {
    color: #D44D77;
    top: 70%;
    left: 10%;
    animation-duration: 15s;
    animation-delay: -14s;
    transform-origin: -25vw 10vh;
    box-shadow: 35vmin 0 11vmin #D44D77;
  }
  
  .background span:nth-child(6) {
    color: #FF9F9F;
    top: 20%;
    left: 80%;
    animation-duration: 11s;
    animation-delay: -9s;
    transform-origin: 15vw -15vh;
    box-shadow: -25vmin 0 9vmin #FF9F9F;
  }
  
  .background span:nth-child(7) {
    color: #4B3869;
    top: 60%;
    left: 30%;
    animation-duration: 17s;
    animation-delay: -7s;
    transform-origin: -5vw 20vh;
    box-shadow: 45vmin 0 13vmin #4B3869;
  }
  
  .background span:nth-child(8) {
    color: #E35A7F;
    top: 40%;
    left: 90%;
    animation-duration: 12s;
    animation-delay: -11s;
    transform-origin: 25vw -5vh;
    box-shadow: -35vmin 0 10vmin #E35A7F;
  }
  
  .background span:nth-child(9) {
    color: #FFB6B6;
    top: 10%;
    left: 50%;
    animation-duration: 14s;
    animation-delay: -13s;
    transform-origin: -20vw 15vh;
    box-shadow: 30vmin 0 12vmin #FFB6B6;
  }
  
  .background span:nth-child(10) {
    color: #5A437A;
    top: 80%;
    left: 20%;
    animation-duration: 16s;
    animation-delay: -8s;
    transform-origin: 10vw -25vh;
    box-shadow: -40vmin 0 14vmin #5A437A;
  }
  
  .background span:nth-child(11) {
    color: #D44D77;
    top: 30%;
    left: 70%;
    animation-duration: 13s;
    animation-delay: -10s;
    transform-origin: -15vw 10vh;
    box-shadow: 25vmin 0 9vmin #D44D77;
  }
  
  .background span:nth-child(12) {
    color: #FFACAC;
    top: 60%;
    left: 40%;
    animation-duration: 15s;
    animation-delay: -12s;
    transform-origin: 20vw -20vh;
    box-shadow: -30vmin 0 11vmin #FFACAC;
  }
  
  .background span:nth-child(13) {
    color: #6A4C93;
    top: 20%;
    left: 90%;
    animation-duration: 11s;
    animation-delay: -9s;
    transform-origin: -10vw 25vh;
    box-shadow: 35vmin 0 10vmin #6A4C93;
  }
  
  .background span:nth-child(14) {
    color: #E45A84;
    top: 50%;
    left: 10%;
    animation-duration: 17s;
    animation-delay: -7s;
    transform-origin: 15vw -15vh;
    box-shadow: -45vmin 0 13vmin #E45A84;
  }
  
  .background span:nth-child(15) {
    color: #FF9F9F;
    top: 70%;
    left: 60%;
    animation-duration: 12s;
    animation-delay: -11s;
    transform-origin: -25vw 10vh;
    box-shadow: 40vmin 0 12vmin #FF9F9F;
  }
  
  .background span:nth-child(16) {
    color: #4B3869;
    top: 40%;
    left: 80%;
    animation-duration: 14s;
    animation-delay: -13s;
    transform-origin: 10vw -20vh;
    box-shadow: -25vmin 0 9vmin #4B3869;
  }
  
  .background span:nth-child(17) {
    color: #D44D77;
    top: 10%;
    left: 30%;
    animation-duration: 16s;
    animation-delay: -8s;
    transform-origin: -20vw 15vh;
    box-shadow: 30vmin 0 11vmin #D44D77;
  }
  
  .background span:nth-child(18) {
    color: #FFB6B6;
    top: 80%;
    left: 50%;
    animation-duration: 13s;
    animation-delay: -10s;
    transform-origin: 25vw -5vh;
    box-shadow: -35vmin 0 10vmin #FFB6B6;
  }
  
  .background span:nth-child(19) {
    color: #5A437A;
    top: 30%;
    left: 20%;
    animation-duration: 15s;
    animation-delay: -12s;
    transform-origin: -15vw 20vh;
    box-shadow: 45vmin 0 14vmin #5A437A;
  }
  
  .background span:nth-child(20) {
    color: #E35A7F;
    top: 60%;
    left: 70%;
    animation-duration: 11s;
    animation-delay: -9s;
    transform-origin: 10vw -25vh;
    box-shadow: -30vmin 0 12vmin #E35A7F;
  }
  
  /* Add more nth-child rules as needed for the amount of particles */
  
  @keyframes move {
    100% {
      transform: translate3d(0, 0, 1px) rotate(360deg);
    }
  }