:root{
   --primrycolor: #ffffff;
   --secondarycolor: #00460f;
   --lightcolor: #f5f1f1;
  --bgcolor1: #f1e9e9;
  --bgcolor2: #252525;
}
@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: Verdana, Geneva, Tahoma, sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}

header{
background-color: var(--secondarycolor);
width: 100%;
position: fixed;
z-index: 999;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 100px;
}

.logo{
text-decoration: none;
color: var(--primrycolor);
text-transform: uppercase;
font-weight: 700;
font-size: 1.8em;
}


.navigation a{
color: var(--lightcolor);
text-decoration: none;
font-size: 1.1em;
font-weight: 500;
padding-left: 30px;
transition: 0.50s;
}

.navigation a:hover{
color: orangered;
}

section{
padding: 100px 100px;
}

.min {
width: 100%;
min-height: 80vh;
display: flex;
align-items: center;
background-color: var(--bgcolor1);
}

.bld{
  color: var(--bgcolor2);
  font-size: 40px;
  }
  
  .min h5{
   margin-top: 15px;
   font-size: 18px;
  }
  .bld span{
  color: var(--secondarycolor);
  
  }
  
  .min .cont-img{
    width: 45%;
    height: 90%;
    position: relative;
 align-self: flex-end;
 padding-top: 55%;
 }

 .min .cont-img .billard8{
 width: 450px;
 height: 280px;
margin-left: -18%;
bottom: 4em;
 }
 
 .min .cont-img .tmanya{
width: 550px;
height: 480px;
margin-left: -18%;
}

 .min .cont-img img{
    position: absolute;
    bottom: 0;
    height: 85%;
    left: 100%;
 transform: translateX(-35%);
 transition: bottom 1s,  left 1s;

 }
 
 .home .cont-img:hover .tmanya{
  bottom: 30px;
  
  }
 .cont-img:hover .billard8{
left: 30px;
    }

.min-btn{

color: var(--lightcolor);
text-decoration: none;
background-color: var(--secondarycolor);
font-size: 1.1rem;
font-weight: 600;
display: inline-block;
padding: 0.9375em 2.1875rem;
letter-spacing: 1px;
border-radius: 15px;
margin-bottom: 15px;
margin-top: 15px;
transition: 0.7s;
}

.min-btn:hover {
background:  orangered;
color:var(--primrycolor) ;
transform: scale(1.1);
}

.smedia a{
color: var(--secondarycolor);
font-size: 15px;
margin: 2px;
transition: 0.50s;
}

.smedia a:hover{
color: orangered;
transform: scale(1.1);

}

#service{
   background-color: var(--secondarycolor);
}

.title{
   display: flex;
   justify-content: center;
   color: var(--bgcolor1);
   font-size: 2rem;
   font-weight: 800;
   margin-bottom: 30px;
}

#contact{
   background-color: var(--secondarycolor);
   
}

#contact a{
   text-decoration: none;
   color: orangered;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.content{
   display: flex;
   justify-content: center;
   flex-direction: row;
   flex-wrap: wrap;
}

.card{
       width: 25%;
  background-color: var(--bgcolor1);
  box-shadow: 0 5px 25px;
border-radius: 10px;
padding: 25px;
margin: 15px;
transition: 0.60s;
}

.card:hover{
   transform: scale(1.1);
}

.icon{
   color: var(--secondarycolor);
   font-size: 8em;
   text-align: center;
}

.info{
color: var(--secondarycolor);
text-align: center;
margin: 1px;
padding: 1px;
font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.info h3{
   color: rgb(26, 18, 18);
transition: 1s;
font-size: 1.2rem;
font-weight: 700;
margin: 10px;
}

.info span{
    color: orangered;
}

.info h3:hover{
color: orangered;
transform: translateX(2.2);
}

.title2{
   display: flex;
   justify-content: center;
   color: var(--secondarycolor);
   font-size: 2rem;
   font-weight: 800;
   margin-bottom: 30px;
}


.pro{
   background-color: var(--bgcolor1);
}

.pro .content{
margin-top: 30px;
}

.cardpro{
background-color: var(--bgcolor1);
border: 4px solid ;
color: var(--secondarycolor);
min-height: 14em;
width: 18em;
overflow: hidden;
border-radius: 10px;
margin: 20px;
transition: 0.7s ease;

}


.cardpro:hover {
transform: scale(1.1);

}

.cardpro:hover {
opacity: 0.9;   
   }
   
.imgpro img{
width: 100%;

}

.infopro{
padding: 1em;


}


.catpro{
font-size: 0.8em;
color: #000000;
}

.titleprp{
display: flex;
justify-content: space-between;
text-transform: uppercase;
font-weight: 800;
margin-top: 10px;
}

.titleprp .lintpro{
text-decoration: none;
color: blue;
}

.titleprp .lintpro:hover{
color:  orangered;

}
.titleprp span{
color: var(--secondarycolor);
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.fotor{
   background-color: var(--bgcolor1);
   display: list-item;
   justify-content: space-between;
   margin-top: 8px;
   margin-bottom: 8px;
}

.fotor img{
   width: 200px;

}








@media (max-width:1023px) {
   header{
      flex-direction: column;
padding: 12px 20px;
}

.navigation{
   margin-top: 5px;
}

.navigation a{
   margin-top: 20px;
padding-left: 10px;
font-size:15px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
transition: 0.60s;
}

.navigation a:hover{
color:  orangered;
transform: scale(1.1em);
}

.title{
   font-size: 1.8em;
}

section{
   padding: 80px 20px;
}

.min h2{
font-size: 1.6em;
}
.min h3{
   font-size: 1em;
}

.content{
   flex-direction: column;
   align-items: center;
}

.cont-img{display: none;}

.logo{
    font-size: 20px;
display: contents;
transition: 1.50s;
}

.logo:hover {
color:  orangered;
}

.hom{
   text-align: center;
   margin-left: 50px;
}

.fotor{
   font-size: 13px;
}
.smedia{
font-size: 30px;}

.fotor img{
 width: 250px;
 transition:  1s;
}
.fotor img:hover{
margin-top: 15px;

}

.email{
   font-size: 10px;
}
.card{
   width: 100%;
  background-color: var(--bgcolor1);
  box-shadow: 0 5px 25px;
border-radius: 10px;
padding: 25px;
margin: 15px;
transition: 0.60s;
margin-left: 0%;
}

.icon{
font-size: 80px;
}
.info{
mar
   
}
}
