*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav{
    background-color: rgba(246, 198, 135, 0.287);
 
}
/* adding new nav */
.row{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav-in{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    
}
.nav-in li{
    list-style: none;
   
}

.nav-in li a{
    position: relative;
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
 
    text-decoration: none;
    text-transform: uppercase;
    color: #262626;
    font-weight: bold;
    transition: 0.5s;
}
.nav-in li a:hover{
color: #fff;
}

.nav-in li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: scaleY(2);
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}
.nav-in li a:hover::before{
    transform: scaleY(1.2);
    opacity: 1;
}




.nav-in li a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    background-color: #222;
    border-bottom: 1px solid #000;
    transform: scale(0);
    z-index: -1;
    border-radius: 100px;
    transition: 0.5s;
}
.nav-in li a:hover::after{
    transform: scaleY(1);
    border-radius: 0;
}

/* adding new nav top whatsapp*/

/* .navbar-nav>a{
margin: 0 30px;
color: black;
font-weight: 430;

} */
a{
    text-decoration: none;
    color: black;
}

/* .navbar-nav>a:hover{
    transition: 0.4s;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 4px solid ;
    color: black;
    background-color: rgba(255, 255, 255, 0.959);
    box-shadow: 3px 3px 5px rgba(53, 51, 51, 0.13);
}  */
/* add css */

.slider{
    
    background: rgb(0,98,87);
    background: linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(255, 242, 198) 100%);

    }
    .animation{
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .first{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .headline{
        position: absolute;
        top: 65%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0.301);
        padding: 6px;
        border-radius: 6px;
        /* box-shadow: 2px 2px 5px 3px rgba(255, 255, 255, 0.486); */
        margin-left: 5px;
       
    }

/* add css */





.contact-top{
    text-align: center;
    color: white;
    background-color: rgb(20, 19, 18);
    padding: 6px 0px;
    
}

.logo-div{
    height: 60px;
}
/* .logo-search{
   height: 60px;
    width:100% ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap ;
} */
/* .logo{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
   
} */
/* .search-login{
    display: flex;
    justify-content: flex-end;
    width: 50%;
   
}
.search-login>div{
    margin:0px 8px ;
}
.search-login button{
    padding:5px 10px;
    border: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.144) ;

}
*/
.logo>img{
    height: 80%;
} 


/* ul>li>a{
    text-decoration: none;
    color: rgb(22, 20, 20);
 
    border-radius: 5px;
} */
/* ul>li>a:hover{
    transition: 0.4s;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 4px solid ;
    color: black;
    background-color: rgba(255, 255, 255, 0.205);
    box-shadow: 3px 3px 5px rgba(53, 51, 51, 0.13);
} */
.row{
    text-align: center;
}
.recent{
    margin-top: 30px;
    margin-bottom: 30px;
   
   
}
.recent>h3{
    padding: 20px 0px;
}
/* .card{
    margin-bottom: 30px;
    border: none !important;
    outline: none;
} */
.formals>h3{
    padding: 20px 0px;
}




.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: blanchedalmond;
    padding: 30px 0px;
}
.footer-top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    
}
.footer-top>input{
    border: none;
    border-bottom: 1px solid;
    height: 40px;
    
}
.footer-top>input:focus{  
    outline: none;
}
.footer-top>button{
    background-color: white;
}
.footer-links{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.footer-links>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px;
}
.footer-links>.social-links{
    font-size: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


@media screen and (max-width: 450px) {
    .logo>img{
      margin-right: 60px;
    }
    .headline{
        font-size: 26px !important;
    }
  }







  /* new css */


.new-css::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(165, 156, 152, 0), rgba(255, 255, 255, 0.5) 50%, rgba(194, 173, 162, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    opacity: 0;
  }
  .new-css{
    font-size: 14px;
    padding: 0 1em;
    position: relative;
    overflow: hidden;
    line-height: 32px;
   
}
  .new-css:hover::after, .new-css:focus::after {
   opacity: 1;
    animation: sheen 1s forwards;

  }

  @keyframes sheen {
    100% {
      transform: rotateZ(60deg) translate(1em, -9em);
    }
  }