*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    --scrollbar-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.bgimg {
    background-image: url('../img/bgimg.webp');
    min-height: 100%;
    background-size: cover;
    background:linear-gradient(0deg, rgb(255 255 255), rgb(255 255 255 / 87%)), url('../img/bgimg.webp');

   }


.mainmenu{
    max-width: 1000px;
    margin: 0 auto;
}

.second-box{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}
/* .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
}
.navbar a {
    color: rgb(0, 0, 0);
    padding: 14px 20px;
    text-decoration: none;
    text-align: center;
} */
/* .navbar a:hover {
 background-color: #947E0A; 
    color: #947E0A;
} */
/* .navbar .dropdown {
    position: relative;
    display: inline-block;
} */
/* .navbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
} */
/* .navbar .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
} */
/* .navbar .dropdown-content a:hover {
    background-color: #947E0A;
    color: #f9f9f9;
} */
.navbar .dropdown:hover .dropdown-content {
    display: block;
}
.navbar .menu-icon {
    display: none;
    cursor: pointer;
}
.mainheader{
    display: flex;
    justify-items: center;
    justify-content: space-between;
}

.mainheaderbox2{
display: flex;
align-items: center;
gap: 20px;
}




.mainheaderbox2 a{
    font-size: 16px;
    text-decoration: none;
    color: black;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;


}

.mainheaderbox2 a:hover{
    text-decoration:underline;
    transition: all 0.2s ease, visibility 0s;
    color: red;
}

.headfooterbox{
display: flex;
justify-content: space-around;
justify-items: center;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.shadow{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;   
}

.footerbox img{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;  
   
}
.videobox{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;  
}
.headline{
    max-width: 600px;
}

.top{
    padding: 50px 0px;
}
.down{
    padding: 50px 0px;
}



.textcolor{
color: #947E0A;
font-weight: bold;
font-family: avenir-lt-w01_35-light1475496, sans-serif;

}


.headline p{
    padding: 20px 0px;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;

}

.headline h5{
    text-decoration:underline;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
}



.video-section {
    padding: 20px;
    text-align: center;
    background-color: #f4f4f4;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerbox ul li a{
    font-size: 12px;
    color: black;
}
.footerbox ul li a:hover{
    text-decoration: none;
    color: #947E0A;
}



.footerbox p{
    font-size: 12px;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;

}

.non-img{
    display: none;
}


.heding-title p{
    padding: 10px 0px;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
}


.dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content{
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding:10px 0px;
    z-index: 1;

  
  }
  .dropdown-content a{
    color: #ffffff;
    display: inline-block;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

/* navbarcss */


.topnav {
    /* overflow: hidden; */
    align-items: center;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  
  .topnav a {
 
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
  }
  
  /* .topnav a:hover {
    background-color: #ddd;
    color: black;
  } */
  
  /* .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
   */
  .topnav .icon {
    display: none;
  }





.brand-logo-name {
    text-decoration: none;
    color: #fff;
    font-size: 1.75rem;
    padding: 5px;
}

a {
    text-decoration: none;
    color: var(--heading-a-tag-color);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--heading-a-tag-hover-color);
}

.header {
    padding: 1.6rem 4.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(132, 144, 255, 0.2);
    width: 100%;
    height: 10vh;
}

.header img {
    height: 30px;
    padding-top: 8px;
}

.navbar-lists {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-lists li {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.navbar-lists li:last-child {
    margin-right: 0;
}

.navbar-link {
    color: var(--heading-a-tag-color);
    padding: 10px;
    transition: background-color 0.3s;
}

.icon {
    display: none;
}

.navbar-lists li:nth-child(1) i {
    color: rgb(221, 228, 215);
}

.navbar-lists li:nth-child(2) i {
    color: rgb(33, 105, 239);
}

.navbar-lists li:nth-child(3) i {
    color: rgb(11, 12, 11);
}

.dropdown-content a:nth-child(1) i {
    color: rgb(33, 105, 239);
}

.dropdown-content a:nth-child(2) i {
    color: rgb(15, 223, 36);
}

.dropdown-content a:nth-child(3) i {
    color: rgb(230, 102, 17);
}



.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .icon {
        display: flex;
        position: absolute;
        /* top: 0px; */
        right: 20px;
        z-index: 999;
        color: #0b0b0b;
        font-size: 24px;
        cursor: pointer;
        flex-direction: row-reverse;
    }
    
    .hide-footer{
        display:none;
    }

    .navbar-lists {
        display: flex;
        position: fixed;
        top: 45%;
        left: -100%;
        background-color: var(--header-green-color);
        width: 100%;
        height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transition: left 0.3s ease;
        z-index: 998;
        padding-left: 40px;
        background-color: #fff;
    }

    .navbar-lists.responsive {
        left: 0;
        margin-right: 2rem;
    }

    .navbar-lists.responsive li {
        margin: 10px 0;
    }

    .navbar-link {
        padding: 5px 20px;
        text-align: left;
        width: 100%;
    }

    .navbar-link i {
        display: none;
    }

}



#about-us-section {
    background: var(--aboutus-background-green-color);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
    padding-bottom: 20px;
    border: 3px solid var(--aboutus-border-color);
    border-radius: 5px;

}

.dark-mode #about-us-section {
    border: none;
}

.about-us-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

h2 {
    color: var(--all-h2-color);
}

.subheading {
    color: var(--aboutus-strong-color);
}

.about-us-container p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--aboutus-p-tag-color);
    text-align: left;
}

.about-us-container p:first-of-type {
    margin-top: 0;
}

.about-us-container p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .aboutus-heading {
        font-size: 2rem;
    }

    .navbar-brand{
    display: block;
}

    .about-us-container p {
        font-size: 1rem;
    }
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.dark-mode footer {
    background-color: #222;
    border-top: 2px solid #fff;
}

/* Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Button */
.dropbtn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: var(--heading-a-tag-color);
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.dropbtn:hover {
    background-color: var(--primary-color-hover);
}


.dropbtn i {
    margin-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    top: 100%;
    width: 160px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a i {
    margin-right: 5px;
}

/* .dropdown-content a:hover {
    background-color: #f1f1f1;
} */

.dropdown:hover .dropdown-content {
    display: block;
}


@media screen and (max-width: 768px) {
    .dropdown {
        display: block;
        margin-bottom: 10px;
    }
    
    .mobile-img{
        width:100%;
    }

    .dropdown-content {
        position: static;
        display: none;
        background-color: transparent;
        box-shadow: none;
        min-width: auto;
        border-radius: 0;
        width: 100%;
        top: initial;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropbtn {
        padding: 10px 20px;
    }

    .dropdown-content a {
        padding: 10px 20px;
    }

    .dropdown-content a i {
        display: none;
    }

    .dropdown:hover .dropdown-content a i {
        display: inline-block;
    }
}













  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive 
    {position: relative;
       display: block;
    
    }
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }


