:root {
    --btncolor: green;
    --btnhovercolor: rgb(90, 215, 90);
    --maincolor: #7bc957;
  }
  
  * {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }
  
  .dark-mod {
    background-color: black;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: white;
  }
  
  .heder-1 {
    /*background-color: blueviolet;*/
    height: 40px;
    width: 98.6vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid rgb(185, 185, 185);
  
  }
  
  .sub-heder2 {
    width: 65%;
    height: 100%;
    background-color: aqua;
  }
  
  .cont-dt {
    width: 30%;
    height: 100%;
    /*background-color: burlywood;*/
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  .cont-dt2 {
    width: 40%;
    height: 100%;
    /*background-color: burlywood;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 2px solid red;
  
  }
  
  .cont-dt-s {
    width: 40%;
    height: 100%;
    /*background-color: burlywood;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 2px solid red;
  
  }
  
  .cont-dt-s ul {
    display: flex;
    gap: 25px;
  }
  
  .cont-dt-s ul li {
    list-style: none;
    color: white;
  }
  
  .cont-dt-s ul li a {
    color: white;
  }
  
  .sub-heder1 {
    background-image: linear-gradient(green, rgb(90, 215, 90));
    height: 100%;
    display: flex;
    gap: 5px;
    color: white;
  
  }
  
  .sub-heder1-1 {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 25px;
  
  }
  .top-marq{
    height: 15px;
  
    width: 50%;
    
  }
  .btn button {
    padding: 10px;
    cursor: pointer;
  
    font-size: 15px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    border-radius: 5px;
  }
 
  .heder-2 {
    height: 15vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: green;
    position: sticky;
    top: 0;
    z-index: 11;
    opacity: 1;
  
  }
  
  .h-logo {
    width: 20%;
    height: 100%;
    /*background-color: blueviolet;*/
  }
  
  .h-menu {
    height: 100%;
    width: 60%;
    background-color: green;
  }
  
  .h-m-btn {
    width: 20%;
    height: 100%;
    /*background-color: brown;*/
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .u-btn2 {
    background-color: var(--btncolor);
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 3px;
    box-shadow: inset 0 0 0 0 red;
    transition: ease-out 0.3s;
    outline: none;
  }
  
  .u-btn2:hover {
    box-shadow: inset 200px 0 0 0 var(--btnhovercolor);
    color: white;
  }
  
  .u-btn {
    background-color: var(--btncolor);
    padding: 15px 40px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 3px;
    box-shadow: inset 0 0 0 0 red;
    transition: ease-out 0.3s;
    outline: none;
  
  }
  
  
  
  #darkbtn2 {
    height: 40px;
    width: 100px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: black;
    display: none;
    z-index: 99;
    cursor: pointer;
    margin-right: 5px;
  
  }
  #darkbtn2:hover{
    color: white;
  }
  .u-btn:hover {
    box-shadow: inset 250px 0 0 0 var(--btnhovercolor);
    color: white;
  }
  
  .h-menu {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  
  .h-menu ul {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
  }
  
  .h-menu ul li {
    list-style: none;
    color: white;
    font-size: 15px;
    font-weight: 600;
  }
  
  .h-menu ul li a {
    color: white;
    text-decoration: none;
  }



  
  .top-marq {
    height: 35px;
    width: 100%;
    margin-top: 0.5%;
    
    display: flex
  }
  
  .top-mark-1 {
    width: 90%;
    margin-left: -15%;
  }
  
  .top-marq h4 {
    font-size: 15px;
    padding: 0.2%;
    background-color: green;
    color: white;
  }
  
  .top-marq marquee {
    font-size: 25px;
    padding: 5px;
    background-color: white;
    color: green;
  }
  
  .manu-2 {
    padding: 10px;
    display: flex;
    gap: 25px;
  }
  
  
  .m-2-logo {
    margin: 0;
  }
  
  .m-2-name {
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
    width: 60%;
    color: green;
  }
  
  .m-2-link {
    align-items: center;
    width: 35%;
    /*border: 1px solid red;*/
    display: flex;
    padding: 2%;
    gap: 20%;
  }
  
  .m-2-link a {
    padding: 15px;
    background-color: green;
    color: white;
    height: 25px;
    border-radius: 30px;
    text-decoration: none;
  }
  footer {
    width: 98.6vw;
    height: 55vh;
    background-color: white;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .main-fotter {
    height: 88%;
    width: 95%;
    /* border: 1px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  
  /*.footer1 {
    width: 23.75%;
    height: 100%;
    /*border: 1px solid white;
  }*/
  
  .f-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }
  
  .scl-md ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  .scl-md ul {
    list-style: none;
  
  }
  
  .scl-md ul li a i {
    font-size: 23px;
    color: white;
    border-radius: 50%;
  
  }
  
  .scl-md ul li a i:hover {
    box-shadow: 0 0 5px #0ef, 0 0 25px #0ef, 0 0 50px #0ef, 0 0 100px #0ef;
  }
  
  .f-2 {
    display: flex;
  
    align-items: center;
    flex-direction: column;
  }
  
  .f-2 h3 {
    font-size: 25px;
    color: white;
    padding: 10px;
    /*border-bottom: 4px solid red;*/
  
  }
  
  .q-link ul {
    gap: 30px;
    padding: 10px;
    margin-top: -10px;
  
  }
  
  .q-link ul li {
    list-style: none;
    margin: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .q-link ul li a {
    text-decoration: none;
    font-size: 20px;
    color: white;
  }
  
  .q-link ul li i {
    font-size: 25px;
    color: white;
  }
  
  .q-link ul li span {
    font-size: 15px;
    margin-left: 40px;
    margin-top: -20px;
    color: white;
    font-weight: 600;
  
  }
  
  .cntct-us-f {
    /*border: 1px solid red;*/
    width: 80%;
    height: 100%;
  
  }
  
  .cntct-us-f form {
    height: 95%;
    width: 90%;
  }
  
  .cntct-us-f form input {
    margin: 6px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #0ef;
    width: 220px;
  }
  
  .cntct-us-f form label {
    color: white;
    font-weight: 800;
  }
  
  .cntct-us-f form input:focus {
    border: 1px solid #438823;
  }
  
  #submit {
    padding: 5px 5px;
    margin-left: 50px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  
  
  .copyright-ariya {
    height: 11%;
    width: 100%;
    border-top: 2px solid gray;
    /*background-color: aqua;*/
    display: flex;
    justify-content: space-between;
  }
  
  .c-a {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
    color: white;
    
  }
  
  .extralink{
    width: 30%;
    font-size: 15px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 5px;
  }
  .extralink a{
    text-decoration: none;
    color: white;
  }
  .c-b {
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 15px;
    color: white;
    
  }
  
  .c-b a {
    font-size: 15px;
    text-decoration: none;
    color: aqua;
  }
  .c-b h4{
    font-size: 12px;
  }
  
  .c-b a:hover {
    text-decoration: underline;
    text-decoration-color: red;
  }
  
  .go-top a {
    bottom: 50px;
    right: 25px;
    position: fixed;
    background-color: var(--btncolor);
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: greenyellow;
    cursor: pointer;
    border-radius: 5px;
  
  }
  
  .go-top a:hover {
    height: 36px;
    width: 30px;
  }
  
  #go-t-top {
    display: none;
    z-index: 99;
  }
  
  .coursor-a{
    position: fixed;
    left: 200px;
    top: 200px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid red;
    pointer-events: none;
    transform: translate(-50%, -50%);
    background-color: #438823;
    opacity: .3;
    
    transition: .1s;
  }
  .coursor-a2{
    position: fixed;
    left: 200px;
    top: 200px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid red;
    background-color: pink;
    pointer-events: none;
    transform: translate(-50%, -50%);
   
  }

  
  footer {
    color: green;
    background-color: white;
  }
  
  .scl-md ul li a i {
    color: green;
  }
  
  .f-2 h3 {
    color: green;
  }
  
  .q-link ul li a {
    color: green;
  }
  
  .q-link ul li i {
    color: green;
  }
  
  .q-link ul li span {
    color: green;
  }
  
  .cntct-us-f form label {
    color: green;
  }
  
  .copyright-ariya {
    height: 11%;
    width: 100%;
    border-top: 2px solid gray;
    /*background-color: aqua;*/
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .c-a{
    color: white;
  }
  .c-b{
    color: white;
  }
  /*.extralink a{
    color: green;
  
  }*/
  .foter-line{
    height: 10px;
    width: 95%;
    background-color: green;
    margin-left: 2.5%;
    margin-bottom: 15px;
  }

 