/* For desktop screens */
@media (min-width: 600px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* Adjust as needed */
    }
}










body {
    max-width: 1280px;
    margin: auto!important;
    padding: 0;
   background-image: url(image/bg-marquee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-origin: border-box;
    background-attachment: fixed;
    background-color: aliceblue;
}






.head-top{
        width: 100%;
    background-color: mediumseagreen;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: 400;
}





.first-ber {

    padding: 0px;
    min-height: 25px;
    overflow: ;
    display: flex;
    font-size: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
}


.first-ber i {
    font-size: 18px;
     !important
}


#ft {

    font-size: 12px;
    background-color: #f7f7f7;
    padding: 7px 10px;
    font-family: sans-serif;
    font-weight: 100;

}

.first-ber div {

    padding: 10px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
    color: black;
}


.first-ber div A {

    color: black;
}




.first-ber div u {
    display: inline-flex;
    gap: 22px;
    text-decoration: none;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}


.first-ber div ul li a {
    font-size: 12px;
}








.fa-etch {
    background-color: ;
}




































header{
    background-color: white;
    grid-template-rows: auto;
}


















/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}











.navbar{
    font-weight: 500;
    font-size: 13px;
    justify-content: ;
    width: 100%;
    background-color: white;
}


.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: unset;
    --bs-gutter-x: 0px;

}



.nav-item {
    color: black;
    background: white;
}







#dropdown-toggle {
    display: flex;
    grid-gap: 10px;
    align-content: center;
    align-items: center;
    align-self: center;
    padding: 5px;
    color: white;

}



.fa-solid,
.fas {
    font-size: 18px;
}


.navbar a {
    color: black;
}









.dropdown-item {
    display: inline-flex;
    width: 100%;
    clear: both;
    font-weight: $font-weight-normal;
    color: var(--#{$prefix} dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    padding: 10px;
    background: white;
    grid-gap: 10px;    
}






#dropdown1 {

    background-color: green;
    border-radius: 2px;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}




#dropdown1 ul{
  
    padding: 0;
     padding-top: 10px;
    background: transparent;
   width: 100%;
    border: 0;
    border-radius: none;
    box-shadow: -1px -2px 7px 0px #0000002b;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background-color: black;
}



.dropdown-item {

    color: black;
}





.nav-item dropdown{
    z-index: 1;
}



.dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}


#navh {
  
    padding: 0px 20px;
}


#navh ul {
    width: 150%;
    background: white;
    height: 300px;
    float: left;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    
}

#navh ul a {


    padding: 5px;
}


#navh ul a:hover {

    color:red;
    background-color: transparent;
}









#navh1 {
  
    padding: 0px 20px;
}



#navh1 ul {
    left: auto;
    width: 80vw;
    background: white;
    min-height: 300px;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    left: 0; 
  right: 0; 
  margin-inline: auto; 
  width: 80vw;
   
    
}

#navh1 ul a {


    padding: 5px;
}


#navh1 ul a:hover {

    color:red;
    background-color: transparent;
}


















.navbar2 {
  padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

.navbar2 a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
  
}

.subnav .subnavbtn {
  display: flex;
  grid-gap: 10px;
  border: none;
  outline: none;
    align-items: center;
}



.navbar2 a:hover, .subnav:hover .subnavbtn {
  background-color: ;
}

.subnav-content {
      display: none;
    margin-top: -10px;
    position: absolute;
    left: 100%;
    background-color: white;
    width: 200px;
    z-index: 1;
    padding: 10px auto;
    height: auto;
    max-height: 400px;
    overflow: auto;
    box-shadow: -1px -2px 7px 0px #0000002b;

}

.subnav-content a {
      display: inline-flex;
    width: 100%;
    clear: both;
    font-weight: $font-weight-normal;
    color: var(--#{$prefix} dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    padding: 10px;
    background: white;
    grid-gap: 10px;

}

.subnav-content a:hover {
  background-color: black;
  color: white;
}

.subnav:hover .subnav-content {
  display: grid;
}





















.cntact{
   width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    column-gap: 5px;
    
}



.cntact i{
  font-size: 24px;
    color: darkgreen; 
}


.cntact div{
      display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    
}


.cntact div a{
      text-decoration: none;
    color: red;
    
}






.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x:0;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}












hr {
 
 
  
    // full-width divider
    content: "";
    display: block;
    position: absolute;
    right: 0;
    max-width: 100%;
    width: 100%;
    border-top-width: 0.5px solid grey;
      z-index: 1;
}










         

        /* The modal overlay */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 100; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            background-color: rgba(0,0,0,0.6); /* Semi-transparent black background */
            /* Flexbox for centering */
            display: flex;
            justify-content: center;
            align-items: center;
            
        }

        /* The modal content box */
        .modal-content {
            background-color: #ffffff;
            padding: 2.5rem;
            padding-top: 1.5rem;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            position: relative;
            max-width: 90%;
            width: 400px;
            text-align: center;
    
            transform: translateY(-50px);
            transition: opacity 0.4s ease-out, transform 0.4s ease-out;
            
           

        }





        /* The close button */
        .close-btn {
            color: #aaa;
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 2rem;
            font-weight: bold;
            cursor: pointer;
        }

        .close-btn:hover,
        .close-btn:focus {
            color: #333;
        }


.card {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-header {
    padding: 1rem 1rem 0 1rem;
}

.nav-tabs {
    justify-content: space-around !important;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.5rem 1rem;
    color: #666;
}

.nav-tabs .nav-link.active {
    color: #000 !important;
    font-weight: 500;
    border-bottom-color: #000;
}

.input-group-text {
    border-radius: 0.5rem 0 0 0.5rem !important;
}

.btn-warning {
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.btn-warning:hover {
    background-color: #e67e00;
    border-color: #e67e00;
}

.btn-primary {
    background-color: #1877f2;
    border-color: #1877f2;
}

.btn-primary:hover {
    background-color: #156ae2;
    border-color: #156ae2;
}

.btn-outline-secondary {
    color: #333;
}

.btn-outline-secondary:hover {
    background-color: #e2e6ea;
}



/* modal end */


#logcode{
    display: none;
}

#resetcode{
     display: none;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
}

#regbtn{
    display: none;
}

#regbtn1{
    display: none;
}

#submitcode{
    display: none;
}
