body {
    margin: 0;
    padding: 0;
/*    background-image: url('https://img.freepik.com/free-photo/solid-green-concrete-textured-wall_53876-160652.jpg?w=1060&t=st=1693150786~exp=1693151386~hmac=2b7acb8f505db78568b2aa3c726804feed0540555a7720d72d01852dbebd801e');*/
/*    background: #023020;*/
/*    background: linear-gradient(to right,#032117,#023020);*/
/*    background-image: url('https://img.freepik.com/free-photo/dark-green-wall-backdrop-grunge-background-texture_1258-108737.jpg');*/
/*    background-image: url('darkgreen.jpg');*/
    background-image: url('https://images.unsplash.com/photo-1568696331348-b166dcf47057?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-repeat: no-repeat;  
    height: 210vh;  
    font-family: 'poppins',sans-serif;
/*    background-image: url('https://e1.pxfuel.com/desktop-wallpaper/606/510/desktop-wallpaper-dark-green-backgrounds-dark-green-grunge-aesthetic.jpg');*/
    /*background: #023020;
    background: #032117;*/;
    overflow-x: hidden;
}


.navbar{
      color: white;
      text-align: center;
    }

   a {
    color: white;
    text-decoration: none;
    position: relative;
}

a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: #FFCB74;
    transition: width 0.3s;
}

a:hover::before {
    width: 100%;
}

    .active{
        background: #FFCB74;
        padding: 10px 15px;
        color: black;
        border: 1px solid #FFCB74;
    /* Add a color shadow at the bottom */
    }

    hr{
      width: 400px;
      text-align: center;
    }

    li{
      display: inline-block;
      list-style: none;
      font-size: 15px;
      text-transform: uppercase;
      padding: 25px;
      margin-left: 10px;
      font-family: 'Montserrat', sans-serif;
    }



    .items{
        overflow: hidden;
    }
        
    .main_logo{
        position: absolute;
        top: 30px;
        margin-left: 7px;
    }



h1{
background: #BF9A55;
background: linear-gradient(to right, #BF9A55 10%, #F5EE9D 41%, #D1A95D 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
 

.custom_btn{
/*      background: #FFCB74;*/
/*      background: #FFD700;*/
      padding: 15px;
      border-radius: 8px;
      outline: none;
      border: 1px solid #F5EE9D;
      color: #F5EE9D;
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
/*    font-family: san;*/
      background: none;
}

.custom_btn:hover{
    cursor: pointer;
    transform: 0.5s;
    background: #F5EE9D;
    color: black;
/*    -moz-box-shadow: 10px 10px 2px #FFCB74;
    -webkit-box-shadow: 10px 10px 20px #FFCB74;
    box-shadow: 0px 0px 30px #FFCB74;*/
    transition: 0.1s;
    box-shadow: 0 0 30px #F5EE9D;
}


body {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: rgba(0,0,0,.1);
}

h2 {
  margin: 20px auto 80px;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}

details {
  width: 75%;
  min-height: 5px;
  max-width: 700px;
  padding: 45px 70px 45px 45px;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  box-sizing: border-box;
  backdrop-filter: blur(15px);
}

details + details {
  margin-top: 20px;
}

details[open] {
/*  transition: all 1s; /* This transition applies to all properties when the details element changes */*/
  min-height: 50px;
  /* Add transitions for properties that change when the details element is opened */
  transition: min-height 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
  backdrop-filter: blur(15px);
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}


details p {
  color: white;
  font-weight: 300;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

summary:focus {
  outline: none;
  
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 5px rebeccapurple;
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  fill: rebeccapurple;
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

.slide{
    height: 190vmin;
}

.main_footer
{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 70vh;
    flex-direction: column;
    background: #ede7f6;
    font-family: 'Poppins',sans-serif;
}

p{
    line-height: 30px;
}

footer
{
    position:relative;
    width:100%;
    height:auto;
/*    padding:50px,100px;*/
    padding: 50px;
    background:#111;
    display:flex;
    justify-content:space-evenly;
    flex-wrap: wrap;

}
footer .container
{
    display:flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
    flex-direction:row;
/*    padding-left: 100px;*/
}
footer .container .sec
{
/*  margin-right: 35px;*/
}
footer .container .sec.aboutus
{
 width: 30%;
 padding-left: 50px;
}
footer .container  h2
{
    position:relative;
    color:#fff;
    font-weight:500;
    margin-bottom: 15px;
/*    margin-left: 70px;*/
    text-align: center;
}

.third{
    position: relative;
    right: 50px;
}

footer.container h2:before
{
  content: '';
  position:absolute;
  bottom: -5px;
  left: 0;
  width:50px;
  height: 2px;
  background: #f00;    
}
footer p
{
    color:#999;
}
.sci
{
    margin-top:20px;
    display:flex;
    position: relative;
    right: 75px;
}
.sci li
{
    list-style: none;
}
.sci li a
{
    display: inline-block;
    width:40px;
    height: 40px;
    background: #222;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.sci li a:hover
{
    background:#FFCB74;
    box-shadow: 0 0 15px #FFCB74;
}
.sci li a .fa
{
    color: #fff;
    font-size: 20px;
}
.quickLinks
{
 position: relative;
 width: 25%;

}
.quickLinks ul li 
{
list-style: none;
}
.quickLinks ul li a
{
    color:#999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.quickLinks ul li a:hover
{
    color: #FFCB74;
}
.contact
{
    width: calc(40% - 60px);
    margin-right: 0 !important;
    color: #999;
}
.contact .info
{
/*    position: relative;*/
    
}
.contact .info li
{
    display: flex;
    margin-bottom: 16px;
   
    
}
.contact .info li span:nth-child(1)
{
    color:#fff;
    font-size: 20px;
    margin-right: 10px;
}
.contact .info li span
{
    color:#999;
}
.contact .info li a
{
    color:#999;
    text-decoration: none;
}
.contact .info li a:hover
{
    color:#fff;
}
.copyrightText
{
    width: 100%;
    background: #181818; 
    padding: 8px 100px;
    text-align:center;
    color:white;
    font-family: 'Poppins',sans-serif;

} 

/*@media (max-width: 991px)
{
    footer
    {
        padding: 40px;
    }
    footer .container
    {
        flex-directional:column
    }
}*/