* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
/*     background-image: url('https://img.freepik.com/free-photo/dirty-old-wallpaper-textured-backdrop_53876-128512.jpg?t=st=1693150373~exp=1693150973~hmac=71da4a0a062f32e87403d0f8000a150019dcc1569620008e4da93894b02d4be0');*/
/*    background-image: url('https://images.unsplash.com/photo-1524492412937-b28074a5d7da?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80');*/
/*    background: url('https://images.unsplash.com/photo-1524492412937-b28074a5d7da?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80');        */
    background-image: url('homeBG2.jpg');
/*    background-color: rgb(90 70 50 / 0.6);*/
/*    backdrop-filter: blur(10px);*/
/*    backdrop-filter: brightness(0.5);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 120vh;
    width: 100%;
/*    height: 100vh;*/
}


.outercontainer {
    height: 125vh;
    width: 100%;
    display: flex;
    justify-content: center;
/*    align-items: center;*/
    position: relative;
    top: 55px;
}

.images {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.outerflex {
    height: 60vh;
    width: 100%;
    padding: 20px 20px;
}

h1{
    color: white;
    text-transform: uppercase;
    text-align: center;     
    position: relative;
    bottom: 30px;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    height: 400px;
    width: 333px;
    transition: filter 0.3s;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
	padding: 50px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s, backdrop-filter 0.3s;
    transform: scale(0.9);
    backdrop-filter: blur(10px);
    color: white;
    text-align: center;
    font-size: 20px;
}


.overlay p {
    color: white;
    font-size: 24px;
    opacity: 0;
    transform: translateY(20px); /* Start with text below the overlay */
    transition: opacity 0.3s, transform 0.3s, ease-in-out 0.3s; /* Added ease-in-out */
    cursor: pointer;
}

p{
    font-size: 20px;
    color: #FFCB74;
}

.image-container:hover img {
    filter: blur(5px);
}

.image-container:hover .overlay {
    opacity: 0.6;
    transform: scale(1);
    backdrop-filter: blur(0);
}

.image-container:hover .overlay p {
    opacity: 1;
    transform: translateY(0); /* Animate text to its original position */
}

 .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;
    }

.cen{
    text-align: center;
    color: white;
}

.tailwind{
    height: 155vh;
    width: 100%;
/*    background-image: url('https://images.unsplash.com/photo-1506012787146-f92b2d7d6d96?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80');*/
    background: #121212;
    background-size: cover;
    background-position: center;
}

.main_footer
{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 65vh;
    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%;
}
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: 40px;
}
.sci li
{
    list-style: none;
}
.sci li a
{
    display: inline-block;
    width:40px;
    height: 40px;
    background: #222;
    display:flex;
    color: #FFCB74;
    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;
position: relative;
left: 70px;
}
.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;
    left: 65px;
}
.contact .info li
{
    display: flex;
    margin-bottom: 16px;
    position: relative; 
}

.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;

} 