*{
    margin:0;
    padding:0;
    box-sizing: border-box;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
   
  }
  
  .icon {
    padding: 10px;
    color: rgb(6, 6, 107);
    min-width: 50px;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    background-color: white;
  }
  
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 0px 20px 20px 0px;
    background-color: white;
  }
  .input-field1 {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 0px 0px 0px 0px;
    background-color: white;
  }
  .input-field2 {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 0px 20px 20px 0px;
    background-color: white;
  }
 
  /* Set a style for the submit button */
  .btn {
    background-color: rgb(6, 6, 107);
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 80%;
   
    border-radius: 30px;
  }
  
  .btn:hover {
    opacity: 1;
    color:rgb(6, 6, 107);
    background-color: black;
  }
  .bttn {
    background-color: rgb(6, 6, 107);
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 350px;
   
    border-radius: 30px;
  }
  
  .bttn:hover {
    opacity: 1;
    color:rgb(6, 6, 107);
    background-color: black;
  }
  .i1{
    color:white;
    text-decoration: none;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  
  @media screen and (min-width: 601px) {
    div.example {
      font-size: 80px;
    }
  }
  
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  @media screen and (max-width: 600px) {
    div.example {
      font-size: 30px;
    }
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(6, 6, 107);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
  
    .sidenav a {
      font-size: 18px;
    }
  }
  
  .sidebar-brand {
    height: 90px;
    text-align: center;
  
  }
  
  .sidebar-menu a {
    padding-left: 0.1rem;
    display: block;
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
    text-align: left;
  
  }
  
  .sidebar-menu a span:first-child {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  
  .sidebar-menu li {
    width: 100%;
    margin-bottom: 1.7rem;
    padding-left: 1rem;
  
  }
  
  .sidebar-menu a:hover {
    background-color: white;
    padding-top: .8rem;
    padding-bottom: .8rem;
    color: red;
    border-radius: 30px 30px 30px 30px;
    padding-left: 1rem;
    font-weight: bolder;
  }
  
  .dropdown-btn1 {
    float: right;
  
    display: block;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    color: black;
    margin-top: 1rem;
    padding-right: 1rem;
  }
  
  .dropdown-container1 {
    display: none;
    
    position: absolute;
    right: 0;
    top: 6%;
    border: 1px solid black;
    padding: 1rem;
    
    padding-right: 3rem;
    background-color: white;
    border-radius: 10px;
    z-index: 1;
    font-weight: bolder;
  
  }
  .i15{
    text-decoration: none;
    color:black;
  }
  .i16{
    border-radius: 50%;
    border: 1px solid gray;
    padding: .5rem;
    background-color: rgb(240, 230, 230);
  }
  
  
  
  .bttn3{
    border: none;
    width: 100%;
    height:50px;
    background-color: white;
    
    font-weight: lighter;
    border: 1px solid rgb(4, 4, 92);
    border-radius: 20px;
    
  }
  
  .bttn1 {
  
    border-radius: 1px;
    background-color: orangered;
    color: white;
    z-index: 1;
    border-radius: 10px;
    padding: .5rem;
    text-decoration: none;
  }
  
  .bttn1:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
  }
  
  
  #nav {
    width: 100%;
    background-color: white;
  }
  
  #nav .col {
    text-align: center;
    font-size: 15px;
    font-weight: bolder;
  }
  
  #nav .col a {
    text-decoration: none;
    color: rgb(4, 4, 92);
    font-size: 15px;
  }
  
  #nav .col a:hover {
    text-decoration: none;
    color: black;
    font-size: 15px;
  }
  
  .i2 {
    text-decoration: none;
    color: rgb(4, 4, 92);
    font-size: 30px;
  }
  
  
  .header {
   background-image: linear-gradient(rgb(4, 4, 92),black);
    color:white;
  }
  
  .i3 {
    text-decoration: none;
    color: white;
  }
  
  .i4 {
    font-size: 40px;
  }
  
  .checked {
    color: orange;
  }
  
  .star {
    font-size: 8px;
    color: rgb(185, 180, 180);
  }
  
  .small-img-group {
    display: flex;
    justify-content: space-between;
  }
  
  .small-img-col {
    flex-basis: 30%;
    cursor: pointer;
  }
  
  /* .color-switcher{
    background: rgb(197, 89, 89);
    z-index: 1000;
    width:200px;
    padding: 10px;
    right:0;
  }
  .color-switcher h3{
    color:rgb(143, 7, 7);
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    padding: 5px 0;
    text-align: center;
  }
  .color-switcher .switcher-btn{
    position: absolute;
  } */
  
  
  :root {
    --primary-color: #00c618;
  }
  
  
  /* Progressbar */
  .progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
  }
  
  .progressbar::before,
  .progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: -1;
  }
  
  .progress {
    background-color: var(--primary-color);
    width: 0%;
    transition: 0.3s;
  }
  
  .progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .progress-step::before {
    counter-increment: step;
    content: counter(step);
  }
  
  .progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666;
  }
  
  .progress-step-active {
    background-color: var(--primary-color);
    color: #f3f3f3;
  }
  
  /* Form */
  .form {
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 0.35rem;
    padding: 1.5rem;
  }
  
  .form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
  }
  
  .form-step-active {
    display: block;
  }
  
  
  
  @keyframes animate {
    from {
      transform: scale(1, 0);
      opacity: 0;
    }
  
    to {
      transform: scale(1, 1);
      opacity: 1;
    }
  }
  
  /* Button */
  .btns-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
 
  #nav1 {
    width: 100%;
  }
  
  #nav1 .col {
  
    text-align: center;
    font-weight: bolder;
  }
  
  .i5 {
    text-decoration: none;
    color: black;
    font-size: 10px;
  }
  
  .i6 {
    background-color: rgb(2, 3, 129);
    background-image: linear-gradient(rgb(4, 4, 92), black);
    color: white;
    font-size: 30px;
    border-radius: 10px;
    padding-top: 5px;
    width: 80px;
    height: 40px;
  }
  
  .i9 {
    font-size: 1rem;
  }
  
  .i7 {
    font-size: 1rem;
    background-color: green;
    color: white;
    border-radius: 40% 40% 40% 0%;
    padding: 1rem;
  }
  
  .i8 {
    font-size: .8rem;
    background-color: rgb(4, 4, 92);
    color: white;
    border-radius: 40% 40% 40% 0%;
    padding: .8rem;
  }
  
  .i10 {
    font-size: .8rem;
    background-color: red;
    color: white;
    border-radius: 40% 40% 40% 0%;
    padding: .8rem;
  }
  
  .i11 {
    font-size: .8rem;
    background-color: green;
    color: white;
    border-radius: 40% 40% 40% 0%;
    padding: .8rem;
  }
  
  .i12 {
    font-size: .8rem;
    background-color: gray;
    color: white;
    border-radius: 40% 40% 40% 0%;
    padding: .8rem;
  }
  /* carddeff */
  
  .cardeff {
    position: relative;
    background: linear-gradient(0deg, white, white);
    
  }
  
  .cardeff:before,
  .cardeff:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, gray, #000ff0, green, #ffff00, #ff0000, pink, #0000ff, #00ff00, skyblue, #ffff);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: steam 20s linear infinite;
  }
  
  @keyframes steam {
    0% {
      background-position: 0 0;
    }
  
    50% {
      background-position: 400% 0;
    }
  
    100% {
      background-position: 0 0;
    }
  }
  
  .cardeff:after {
    filter: blur(50px);
  }
  .maincard{
    
    background-color: rgb(2, 2, 51);
    animation-name: example;
    animation-duration: 9s;
    color: white;
    border-radius: 5px;
    animation-iteration-count: infinite;
  }
  
  @keyframes example {
    from {background-color: rgb(2, 2, 51);}
    to {background-color: rgb(2, 2, 51);}
  }
  
  
  .title{
    font-family: sans-serif;
    color: rgb(6, 6, 107);
    text-align: center;
  }
  .tabContainer{
    width: 100%;
    height: 100%;
  }
  .tabContainer .buttonContainer{
    height: 15%;
  }
  .tabContainer .buttonContainer button{
    width: 33.33%;
    height: 100%;
    float: left;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 10px;
    font-family: sans-serif;
    font-size: 18px;
    background-color: #eee;
    
  }
  .tabContainer .buttonContainer button:hover{
    background-color: white;
    
  }
  .tabContainer .tabPanel{
    height: 100%;
    background-color: gray;
    color: black;
    text-align: center;
    padding-top: 105px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 22px;
    display: none;
  }
  
  
  /* popup */
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 30;
    top: 20%;
    left: 10%;
    right: 10%;
    border: 3px solid #f1f1f1;
    z-index: 9;
    border-radius: 1rem;
    background-color: rgb(246, 244, 248);
  }
  
  /* Add styles to the form container */
  .form-container {
    width: 100%;
  }
  
  /* Full-width input fields */
  .form-container input[type=text],
  .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus,
  .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: rgb(4, 4, 92);
    color: white;
    padding: 16px 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    text-align: center;
  }
  
  .form-container .btnc1 {
    background-color: rgb(4, 4, 92);
    color: white;
    padding: 16px 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    text-align: center;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: rgb(6, 6, 107);
    width: 20%;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover,
  .open-button:hover {
    opacity: 1;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .tabone {
    overflow: hidden;
  }
  
  /* Style the buttons inside the tab */
  .tabone button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border: 2px solid #00b0ff;
  }
  
  /* Change background color of buttons on hover */
  .tabone button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tabone button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontenton {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }
  
  .inc {
    padding: .2rem 1.5rem;
    font-size: 1.7rem;
    border: none;
  
  }
  
  .maz {
    margin: 1vw 5vw;
  }
  
  
  
  /* CSS */
  .button-71 {
    background-color: rgb(2, 2, 51);
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-71:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
  }
  
  .button-71:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset,
     rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
  }
  
  @media (min-width: 768px) {
    .button-71 {
      padding: 16px 48px;
    }
  }
  
  /* button */
  
  /* CSS */
  .button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: rgb(2, 2, 51);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-85:before {
    content: "";
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
  }
  
  @keyframes glowing-button-85 {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(2, 2, 51);
    left: 0;
    top: 0;
    border-radius: 10px;
  }
     
   /* i */
   .i15{
    text-decoration: none;
    color:black;
  }
  .i16{
    border-radius: 50%;
    border: 1px solid gray;
    padding: .5rem;
    background-color: rgb(240, 230, 230);
  }

/* CSS */
.button-90 {
  color: #fff;
  padding: 15px 25px;
  border-radius: 100px;
  background-color: rgb(6, 6, 107);
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  cursor: pointer;
}


   
    
/* CSS */
.button-2 {
  background-color:gray;
  border-radius: 8px;
  border-width: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-3 {
  background-color:rgb(2, 3, 129);
  border-radius: 8px;
  border-width: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 5px;
  width:100%;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
