@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.brand h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: rgb(31, 48, 51);
    letter-spacing: 0.1em;
    -webkit-text-stroke: 0.1vw #7e57d7;
    position: relative;
    
}
.brand h3::before{
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: rgb(42, 197, 197);
    -webkit-text-stroke: 0.0vw #601cfc;
    border-right: 3px solid rgb(42, 197, 197);
    overflow: hidden;
    animation: animate 8s linear infinite ;
    
}
@keyframes animate {
    0%,10%,100%{
        width: 0;
    }
    70%,100%{
        width: 100%;
    }
}

@keyframes hamburger_puls {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

#header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: auto;
}

#header .header {
    min-height: 8vh;
    background-color: rgba(31, 30, 30, 0.24);
    transition: 0.3s ease background-color;
}

#header .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    padding: 0 10px;
}

#header .nav-list ul {
    list-style: none;
    position: absolute;
    background-color: rgb(189, 164, 79);
    width: 100vw;
    height: 100vh;
    left: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s ease left;
}

#header .nav-list ul.active {
    left: 2%;
}

#header .nav-list ul a {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.001rem;
    text-decoration: none;
    color: rgb(3 63 107);
    text-transform: uppercase;
    padding: 20px ;
    display: block;
}

#header .nav-list ul a::after {
    content: attr(data-after);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: rgba(64, 158, 240, 0.021);
    font-size: 1.5rem;
    letter-spacing: 50px;
    z-index: -1;
    transition: 0.3s ease letter-spacing;
}

#header .nav-list ul li:hover a::after {
    transform: translate(-50%, -50%) scale(1.5);
    letter-spacing: initial;
    
}
#header .nav-list ul li:hover{
    background-color: rgb(49, 200, 144);
}

#header .nav-list ul li:hover a {
    color: rgb(84, 102, 215);
}

#header .hamburger {
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 3px solid white;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
    transform: scale(0.9);
   
}

#header .hamburger:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 5px solid rgb(212, 88, 88);
    animation: hamburger_puls 1s ease infinite;
}

#header .hamburger .bar {
    height: 2px;
    width: 40px;
    position: relative;
    background-color: rgb(245, 240, 240);
    z-index: -1;
}

#header .hamburger .bar::after,
#header .hamburger .bar::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    transition: 0.3s ease;
    transition-property: top, bottom;
}

#header .hamburger .bar::after {
    top: 8px;
}

#header .hamburger .bar::before {
    bottom: 8px;
}

#header .hamburger.active .bar::before {
    bottom: 0;
}

#header .hamburger.active .bar::after {
    top: 0;
}
@media only screen and (min-width: 1200px) {
    /* header */
    #header .hamburger {
        display: none;
    }
    #header .nav-list ul {
        position: initial;
        display: block;
        height: auto;
        width: fit-content;
        background-color: transparent;
    }
    #header .nav-list ul li {
        display: inline-block;
    }
    #header .nav-list ul li a {
        font-size: 1rem;
    }
    #header .nav-list ul a:after {
        display: none;
    }
}

.container{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;

}
.container .front-imag img{
height: 100%;
width: 100%;
justify-content: center;


}

.center-txt{
    position:absolute;
    
    left: 30%;
    color: rgb(254, 255, 255);
   
}
.center-txt::before{
    content: attr(data-text);
    position: absolute;
    color:#a09711;
    overflow: hidden;
    width:200px;
    white-space: nowrap;
    border-right: 4px solid rgb(243, 243, 245);
    animation: animate 8s linear infinite;
}
/*text anmation*/
@keyframes animate{
    0%,10%,100%
    {
        width: 0;
    }
    70%,90%
    {
        width: 100%;
    }
}

/*serves*/
#serves .container{

	position: relative;
	width:100%;
    height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 5%;
    margin-bottom:5%;
    
}

#serves .container .card{
	width:500;
	position: relative;
	height: 600px;
    padding-left: 50px;
    padding-top: 100px;
    padding-right: 50px;
    
	/*background: #f0f0f0;*/
	display:flex;
	flex-direction: column;
	/*box-shadow: 0.5px 10px #e5b1b1;*/
	transition:0.3s ease-in-out;
	
   
}
#serves .container .card .imgBx{
	position: relative;
	width:270px;
	height: 270px;
	top: -60px;
	box-shadow: 0 5px 20px rbga (0,0,0,1.2);

}

#serves .container .card .imgBx img
{
	max-width: 100%;
	border-radius: 10px;
}

#serves .container .card .imgBx:hover img{
	transform: scale(1.4);
}

#serves .container .card p{
    
    text-align: left;
    text-indent:40px;
    font-weight:450;
}

/*serves*/
#our .container
{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
   /* margin-bottom: 1%;*/
    background-color: #caf487;
}
#our .container .qulity{
   
    margin:10px 10px;
	padding: 10px 20px;
    width: 400px;
    position: relative;
}
#our .container .qulity P{
    text-align: left;
    text-indent: 30px;
    font-weight:450;
}




/*footer*/
.footer {
    background-color: #4949ef;
    color: #fff;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}

.footer-title {
    font-size: 1em;
    font-weight: 600;
   
}

.footer-title span {
    color: #141929;
}


.footer .social-icons a {
    font-size: 1em;
    padding: 0 12px 0 0;
    columns:rgb(96, 228, 125) ;
    list-style: none;
}

@media (max-width:641px) {
    body {
        font-size: 12px;
    }
    
}
@media (max-width:300px) {
    body {
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    #header .hamburger{
        margin-right: 30PX;
    }
    
}
@media only screen and (min-width: 1200px) {
    /* header */
    #header .hamburger {
        display: none;
    }
    #header .nav-list ul {
        position: initial;
        display: block;
        height: auto;
        width: fit-content;
        background-color: transparent;
    }
    #header .nav-list ul li {
        display: inline-block;
    }
    #header .nav-list ul li a {
        font-size: 1rem;
    }
    #header .nav-list ul a:after {
        display: none;
    }
}