html,body
{
   /* Don't Scale Parent or mother DOM */
   margin: 0;
   padding: 0;
   background-color: white;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content
{
   flex: 1;
}
/* title */

.search-title-bar
{   
   transform: scale(0.5);
   transform-origin: top left;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   width: 199.9%;  
   height: 100px;   
   /* border: 2px solid black; */
   background-color: white;
   margin: 0;
   padding: 0;
   display: flex;
   align-items: center;
   justify-content: center; 
   /* transform-origin: top left;   */
}
/* inside search-title-bar */

.search-title-bar .logo-container 
{
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   left: 0;  
}

/* inside logo-container */

.logo-container img
{
   width: 20%;
   transform: scale(0.9);
   transform-origin: top left;
   /* margin-top: 275px; */
   margin-left: 30px;
   background-color: #ffff00;
   border: 2px solid;
   float: inline-start;
   padding: 2px;
   border-radius: 5px;
   
}


/* svg logo vector */
.svglogo{
   width: 150px;
   height: auto;
   /* background-color: #ffff00; */
   margin-left: 1em;
   /* background-color: #0000ff; */
   /* color: #0000ff; */
}




#filterdropdown{
  width: 100%;
  /* border: 1px solid; */
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  justify-content: flex-end;
  align-items: center;
}
/* inside search-container */

.search-title-bar .search-container
{
   width: 25%;
   height: auto;
   border: 2px solid;
   /* margin-right: 20px; */
   border-radius: 30px;
   padding: 1em;
   display: inline;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
   position: relative;
}

.search-container #search
{
   width: 80%;
   height: 30px;
   font-size: 1.3em;
   outline: none;
   border: none;
   padding-left: 5px;
   position: absolute;
   left: 0;
   margin-left: 1px;
}
.search-container #isearch
{
   font-size: 1.3em;
   /* background-color: black; */
   border: none;
   border-radius: 5px; 
   cursor: pointer;  
   color: black;
   padding: 0.2em;
   margin: 2px;
}

/* filter_search */
.filter_search{
   background-color: black;
   width: 30%;  
   display: flex;
   align-items: center;
   justify-content: center;
   word-break: keep-all;
   font-size: 1.3em;
   padding: 0.3%;
   color: white;
   border-radius: 30px;
   margin-right: 2%;
}
.filter_search.addwidth{ 
   width: 40%;  
   
}
.filter_search select
{
   width: 55%;
   height: 45px;   
   border-radius: 30px;
   font-size: 0.8em;
}
.filter_search select,option
{  
   font-size: 0.8em;
   color: blue;   
}

#filter_search_int{
   display: none;
}
#filter_search_market{
   display: none;
}
#filter_search_market #market_location{
   width: 30%;
}

#filter_search_local_name{
   border: 1px solid;
   height: 45px;
   padding: 5px;
   border-radius: 30px;
   /* text-align: center; */
   /* display: flex; */
   display: none;
   align-items: center;
   justify-content: center;
   width: 35%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.3em;
   background-color: black;
   color: white;
   margin: 4px;
}
#filter_search_local_name #locationname{
   height: 45px;
   border-radius: 30px;
   font-size: 0.8em;   
   width: 40%;
}


/* Index menu */


#Navbar .down
{
    padding-top: 98px;
    display: block;
    position: fixed;
    background-color: white;
    z-index: 50;
    height: 100%;
    width: 55px;
    padding-left: 10px;
}
#Navbar .down nav
{
    list-style: none;
    margin-left: 0;
}
#Navbar a
{
   text-decoration: none;
   color: black;   


}


#Navbar .down nav li .fa,#Navbar .down nav li .fa-solid,#Navbar .down nav li .fa-brands
{
    font-size: 20px;
    margin-top: 10px;
}
#Navbar .down nav .hom:hover,.lgo:hover,.com:hover,.about:hover,.cont:hover,.priv:hover,.faq:hover,.reportsug:hover,.readme:hover
{
opacity: 3;
background-color: aqua;
border-bottom: 2px solid;
}
#Navbar .down nav b{
    font-size: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* clip */
.advertisment 
{
 margin-top: 3em;
 background-color: none;
 display: flex;
 flex-wrap: nowrap;
 align-items: center;
 justify-content: center;
 height: 410px;
}
.emg1
{
   background-color: none;
   width: 32%;
   margin-left: 3.7em;
   height: 400px;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
}
.emg2
{
   background-color: none;
   width: 30.1%;
   height: 400px;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   aspect-ratio: 20/5;
}

.emg2 video
{
   width: 100%;
   object-fit: contain;
   height: 100%;
   background-color: none;
}


.emg3
{
   background-color: none;
   width: 32%;
   height: 400px;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
}

#rightslider
{
   width: 100%;
   object-fit: contain;
   height: 100%;
}
#leftslider{
  width: 100%;
   object-fit: contain;
   height: 100%;
}







.changeimg
{
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.contxt
{
   transform: scale(0.6);
   /* border: 2px solid; */
   display: flex;
   align-items: center;
   justify-content: left;
   width: 100%;
   /* border-radius: 5px; */
}
#dowrite
{
   text-align: left;
   color: green;
   font-size: 30px;
   font-family: Arial, Helvetica, sans-serif;
}
/* welocome */

/* 33333333333333333333333333333333333333333333333333333333333 */
/* Display  */
/* categorie-cards */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.categorie-cards {
   width: 250px;
    border-radius: 20px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;

   /* transform: scale(0.8);
   transform-origin: top left;
     margin-left: 2em;
     margin-right: 5em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 125%;
    height: 100%;
    margin-bottom: 0; */

}
/* .categorie-cards .container-cards
{
    padding: 60px 60px 60px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    
} */
/* .categorie-cards .cards 
{
   transform: scale(0.8);
   margin: 0;
   padding: 0;
   transform-origin: top center;   
    display: block;
    align-items: center;
    text-align: center;
    border: 1px solid;
    border-radius: 10%;
    cursor: pointer;
    width: 33%;
    height: 450px;
    box-shadow: 2px 3px rgb(59, 34, 34);
    background-color: white;
}
.categorie-cards .cards h2
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 170%;
} */
.cards img {
       width: 0px;
    height: auto;
    /* border-radius: 8%; */
    object-fit: cover;
    /* width: 90%;
    transform: scale(1.0);
    transform-origin: top center;
    height: 80%;
    border-radius: 10px;
    outline: 2px wheat; */
}


/* 333333333333333333333333333333333333333333333333333333333 */
/* Footer */

.oursocialmedia
{
   transform: scale(0.5);
   transform-origin: left bottom;
   background-color: white;
   margin-bottom: 0;
   position: relative;
   z-index: 3;
   width: 200%;
}

.oursocialmedia .newcontainer
{
   z-index: 3;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   /* background-color: rgb(70, 61, 61); */
   margin-bottom: 0;
   
}

.oursocialmedia .youtube,.instagram,.facebook,.twiter,.tiktok
{
   margin: 20px;
   transform: scale(0.7);
   transform-origin: top center;
   font-size: 30px;
}

.oursocialmedia .fa-brands
{
  font-size: 50px;  
}

.oursocialmedia .fa-brands:hover
{
  font-size: 50px;
  cursor: pointer;  
}

.oursocialmedia .youtube:hover,.instagram:hover,.facebook:hover,.twiter:hover,.tiktok:hover
{
  background-color: aliceblue;

}

/* 3333333333333333333333333333333333333333333333333333333333 */
/* copyright */
.comp_link
{
   display: block;
   align-items: center;
     transform: scale(0.7);
   transform-origin: top center;
 

}
.comp_link p
{
   text-align: center;
   font-size: 200%;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */
/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 360px) {


  
html,body
{
   /* Don't Scale Parent or mother DOM */
   margin: 0;
   padding: 0;
   background-color: white;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content
{
   flex: 1;
}
/* title */

.search-title-bar
{   
   transform: scale(0.5);
   transform-origin: top left;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   width: 199.9%;  
   height: 100px;   
   /* border: 2px solid black; */
   background-color: white;
   margin: 0;   
   display: flex;
   align-items: center;
   justify-content: flex-start; 
   /* transform-origin: top left;   */
}
/* inside search-title-bar */

.search-title-bar .logo-container 
{
   width: 50%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   left: 0;  
   /* border: 1px solid; */
}

/* inside logo-container */

.logo-container img
{
   width: 60%;
   transform: scale(1);
   transform-origin: top left;
   margin-top: 2px;
   margin-left: 5px;
   background-color: yellow;
   border: 2px solid;
   float: inline-start;
   padding: 2px;
   border-radius: 5px;
   
}

/* inside search-container */

.search-title-bar .search-container
{
   width: 60%;
   height: auto;
   border: 2px solid;
   /* margin-right: 20px; */
   border-radius: 30px;
   padding: 1em;
   display: inline;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
   position: relative;
}

.search-container #search
{
   width: 80%;
   height: 20px;
   font-size: 1.3em;
   outline: none;
   border: none;
   padding-left: 5px;
   position: absolute;
   left: 0;
   margin-left: 1px;
}
.search-container #isearch
{
   font-size: 1em;
   /* background-color: black; */
   border: none;
   border-radius: 5px; 
   cursor: pointer;  
   color: black;
   padding: 0.09em;
   margin: 1px;
}

/* filter_search */
.filter_search{
   background-color: black;
   width: 70%;  
   display: flex;
   align-items: center;
   justify-content: center;
   word-break: keep-all;
   font-size: 0.8em;
   white-space: nowrap;
   /* padding: 0.3%; */
   color: white;
   border-radius: 30px;
   /* margin-right: 2%; */
}
.filter_search.addwidth{ 
   width: 40%;  
   
}
.filter_search select
{
   width: 55%;
   height: 45px;   
   border-radius: 30px;
   font-size: 0.8em;
}
.filter_search select,option
{  
   font-size: 0.8em;
   color: blue;   
}

#filter_search_int{
   display: none;
}
#filter_search_market{
   display: none;
}
#filter_search_market #market_location{
   width: 30%;
}

#filter_search_local_name{
   border: 1px solid;
   height: 45px;
   padding: 5px;
   border-radius: 30px;
   /* text-align: center; */
   /* display: flex; */
   display: none;
   align-items: center;
   justify-content: center;
   width: 35%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.3em;
   background-color: black;
   color: white;
   margin: 4px;
}
#filter_search_local_name #locationname{
   height: 45px;
   border-radius: 30px;
   font-size: 0.8em;   
   width: 40%;
}


/* Index menu */


#Navbar .down
{
    padding-top: 98px;
    display: block;
    position: fixed;
    background-color: white;
    z-index: 50;
    height: 100%;
    width: 40px;
    padding-left: 3px;
}
#Navbar .down nav
{
    list-style: none;
    margin-left: 0;
}
#Navbar a
{
   text-decoration: none;
   color: black;


}


#Navbar .down nav li .fa,#Navbar .down nav li .fa-solid,#Navbar .down nav li .fa-brands
{
    font-size: 0.7em;
    margin-top: 10px;
}
#Navbar .down nav .hom:hover,.lgo:hover,.com:hover,.about:hover,.cont:hover,.priv:hover,.faq:hover,.reportsug:hover,.readme:hover
{
opacity: 3;
background-color: aqua;
border-bottom: 2px solid;
}
#Navbar .down nav b{
    font-size: 0.5em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* clip */
.advertisment 
{
 margin-top: 3em;
 background-color: none;
 display: flex;
 flex-wrap: nowrap;
 align-items: center;
 justify-content: center;
 height: 240px;
 /* border: 1px solid; */
}
.emg1
{
   background-color: none;
   width: 32%;
   margin-left: 3.7em;
   height: 100%;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
   /* border: 1px solid; */
}
.emg2
{
   background-color: none;
   width: 30.1%;
   height: 100%;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   aspect-ratio: 20/5;
   /* border: 1px solid; */
}

.emg2 video
{
   width: 100%;
   object-fit: contain;
   height: 100%;
   background-color: none;
}


.emg3
{
   background-color: none;
   width: 32%;
   height: 100%;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
   /* border: 1px solid; */
}

#rightslider
{
   width: 100%;
   object-fit: contain;
   height: 100%;
}
#leftslider{
  width: 100%;
   object-fit: contain;
   height: 100%;
}







.changeimg
{
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin-top: 3px;
}

.contxt
{
   transform: scale(0.6);
   /* border: 2px solid; */
   display: flex;
   align-items: center;
   justify-content: left;
   width: 100%;
   /* border-radius: 5px; */
}
#dowrite
{
   text-align: left;
   color: green;
   font-size: 1em;
   font-family: Arial, Helvetica, sans-serif;
}
/* welocome */

/* 33333333333333333333333333333333333333333333333333333333333 */
/* Display  */
/* categorie-cards */

.categorie-cards 
{
   transform: scale(0.9);
   transform-origin: top left;
     margin-left: 0.5em;
     margin-right: 5em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 125%;
    height: 100%;
    margin-bottom: 0;

}
.categorie-cards .container-cards
{
    padding: 60px 60px 60px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    
}
.categorie-cards .cards 
{
   transform: scale(0.9);
   margin: 0;
   padding: 0;
   transform-origin: top center;   
    display: block;
    align-items: center;
    text-align: center;
    border: 1px solid;
    border-radius: 10%;
    cursor: pointer;
    width: 45%;
    height: 180px;
    box-shadow: 2px 3px rgb(59, 34, 34);
    background-color: white;
}
.categorie-cards .cards h2
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.7em;
}
.categorie-cards .cards img
{
    width: 90%;
    transform: scale(1.0);
    transform-origin: top center;
    height: 85%;
    border-radius: 10px;
    outline: 2px wheat;
}


/* 333333333333333333333333333333333333333333333333333333333 */
/* Footer */

.oursocialmedia
{
   transform: scale(0.5);
   transform-origin: left bottom;
   background-color: white;
   margin-bottom: 0;
   position: relative;
   z-index: 3;
   width: 200%;
}

.oursocialmedia .newcontainer
{
   z-index: 3;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   /* background-color: rgb(70, 61, 61); */
   margin-bottom: 0;
   
}

.oursocialmedia .youtube,.instagram,.facebook,.twiter,.tiktok
{
   margin: 20px;
   transform: scale(0.7);
   transform-origin: top center;
   font-size: 1.1em;
}

.oursocialmedia .fa-brands
{
  font-size: 2.4em;  
}

.oursocialmedia .fa-brands:hover
{
  font-size: 2.4em;  
  cursor: pointer;  
}

.oursocialmedia .youtube:hover,.instagram:hover,.facebook:hover,.twiter:hover,.tiktok:hover
{
  background-color: aliceblue;

}

/* 3333333333333333333333333333333333333333333333333333333333 */
/* copyright */
.comp_link
{
   display: block;
   align-items: center;
     transform: scale(0.7);
   transform-origin: top center;
 

}
.comp_link p
{
   text-align: center;
   font-size: 1.5em;
}



}






@media screen and (max-width: 512px) {

   
html,body
{
   /* Don't Scale Parent or mother DOM */
   margin: 0;
   padding: 0;
   background-color: white;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content
{
   flex: 1;
}
/* title */

.search-title-bar
{   
   transform: scale(0.5);
   transform-origin: top left;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   width: 199.9%;  
   height: 100px;   
   /* border: 2px solid black; */
   background-color: white;
   margin: 0;   
   display: flex;
   align-items: center;
   justify-content: flex-start; 
   /* transform-origin: top left;   */
}
/* inside search-title-bar */

.search-title-bar .logo-container 
{
   width: 50%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   left: 0;  
   /* border: 1px solid; */
}

/* inside logo-container */

.logo-container img
{
   width: 60%;
   transform: scale(1);
   transform-origin: top left;
   margin-top: 2px;
   margin-left: 5px;
   background-color: yellow;
   border: 2px solid;
   float: inline-start;
   padding: 2px;
   border-radius: 5px;
   
}

/* inside search-container */

.search-title-bar .search-container
{
   width: 60%;
   height: auto;
   border: 2px solid;
   /* margin-right: 20px; */
   border-radius: 30px;
   padding: 1em;
   display: inline;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
   position: relative;
}

.search-container #search
{
   width: 80%;
   height: 20px;
   font-size: 1.3em;
   outline: none;
   border: none;
   padding-left: 5px;
   position: absolute;
   left: 0;
   margin-left: 1px;
}
.search-container #isearch
{
   font-size: 1em;
   /* background-color: black; */
   border: none;
   border-radius: 5px; 
   cursor: pointer;  
   color: black;
   padding: 0.09em;
   margin: 1px;
}

/* filter_search */
.filter_search{
   background-color: black;
   width: 70%;  
   display: flex;
   align-items: center;
   justify-content: center;
   word-break: keep-all;
   font-size: 0.8em;
   white-space: nowrap;
   /* padding: 0.3%; */
   color: white;
   border-radius: 30px;
   /* margin-right: 2%; */
}
.filter_search.addwidth{ 
   width: 40%;  
   
}
.filter_search select
{
   width: 55%;
   height: 45px;   
   border-radius: 30px;
   font-size: 0.8em;
}
.filter_search select,option
{  
   font-size: 0.8em;
   color: blue;   
}

#filter_search_int{
   display: none;
}
#filter_search_market{
   display: none;
}
#filter_search_market #market_location{
   width: 30%;
}

#filter_search_local_name{
   border: 1px solid;
   height: 45px;
   padding: 5px;
   border-radius: 30px;
   /* text-align: center; */
   /* display: flex; */
   display: none;
   align-items: center;
   justify-content: center;
   width: 35%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.3em;
   background-color: black;
   color: white;
   margin: 4px;
}
#filter_search_local_name #locationname{
   height: 45px;
   border-radius: 30px;
   font-size: 0.8em;   
   width: 40%;
}


/* Index menu */


#Navbar .down
{
    padding-top: 98px;
    display: block;
    position: fixed;
    background-color: white;
    z-index: 50;
    height: 100%;
    width: 40px;
    padding-left: 3px;
}
#Navbar .down nav
{
    list-style: none;
    margin-left: 0;
}
#Navbar a
{
   text-decoration: none;
   color: black;


}


#Navbar .down nav li .fa,#Navbar .down nav li .fa-solid,#Navbar .down nav li .fa-brands
{
    font-size: 0.7em;
    margin-top: 10px;
}
#Navbar .down nav .hom:hover,.lgo:hover,.com:hover,.about:hover,.cont:hover,.priv:hover,.faq:hover,.reportsug:hover,.readme:hover
{
opacity: 3;
background-color: aqua;
border-bottom: 2px solid;
}
#Navbar .down nav b{
    font-size: 0.5em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* clip */
.advertisment 
{
 margin-top: 3em;
 background-color: none;
 display: flex;
 flex-wrap: nowrap;
 align-items: center;
 justify-content: center;
 height: 240px;
 /* border: 1px solid; */
}
.emg1
{
   background-color: none;
   width: 32%;
   margin-left: 3.7em;
   height: 100%;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
   /* border: 1px solid; */
}
.emg2
{
   background-color: none;
   width: 30.1%;
   height: 100%;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   aspect-ratio: 20/5;
   /* border: 1px solid; */
}

.emg2 video
{
   width: 100%;
   object-fit: contain;
   height: 100%;
   background-color: none;
}


.emg3
{
   background-color: none;
   width: 32%;
   height: 100%;
   margin-bottom: 1em;
   margin-top: 1em;
   display: flex;
   align-items: center;
   justify-content: center;
   /* border: 1px solid; */
}

#rightslider
{
   width: 100%;
   object-fit: contain;
   height: 100%;
}
#leftslider{
  width: 100%;
   object-fit: contain;
   height: 100%;
}







.changeimg
{
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin-top: 3px;
}

.contxt
{
   transform: scale(0.6);
   /* border: 2px solid; */
   display: flex;
   align-items: center;
   justify-content: left;
   width: 100%;
   /* border-radius: 5px; */
}
#dowrite
{
   text-align: left;
   color: green;
   font-size: 1em;
   font-family: Arial, Helvetica, sans-serif;
}
/* welocome */

/* 33333333333333333333333333333333333333333333333333333333333 */
/* Display  */
/* categorie-cards */

.categorie-cards 
{
   transform: scale(0.9);
   transform-origin: top left;
     margin-left: 0.5em;
     margin-right: 5em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 125%;
    height: 100%;
    margin-bottom: 0;

}
.categorie-cards .container-cards
{
    padding: 60px 60px 60px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    
}
.categorie-cards .cards 
{
   transform: scale(0.9);
   margin: 0;
   padding: 0;
   transform-origin: top center;   
    display: block;
    align-items: center;
    text-align: center;
    border: 1px solid;
    border-radius: 10%;
    cursor: pointer;
    width: 45%;
    height: 180px;
    box-shadow: 2px 3px rgb(59, 34, 34);
    background-color: white;
}
.categorie-cards .cards h2
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.7em;
}
.categorie-cards .cards img
{
    width: 90%;
    transform: scale(1.0);
    transform-origin: top center;
    height: 85%;
    border-radius: 10px;
    outline: 2px wheat;
}


/* 333333333333333333333333333333333333333333333333333333333 */
/* Footer */

.oursocialmedia
{
   transform: scale(0.5);
   transform-origin: left bottom;
   background-color: white;
   margin-bottom: 0;
   position: relative;
   z-index: 3;
   width: 200%;
}

.oursocialmedia .newcontainer
{
   z-index: 3;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   /* background-color: rgb(70, 61, 61); */
   margin-bottom: 0;
   
}

.oursocialmedia .youtube,.instagram,.facebook,.twiter,.tiktok
{
   margin: 20px;
   transform: scale(0.7);
   transform-origin: top center;
   font-size: 1.1em;
}

.oursocialmedia .fa-brands
{
  font-size: 2.4em;  
}

.oursocialmedia .fa-brands:hover
{
  font-size: 2.4em;  
  cursor: pointer;  
}

.oursocialmedia .youtube:hover,.instagram:hover,.facebook:hover,.twiter:hover,.tiktok:hover
{
  background-color: aliceblue;

}

/* 3333333333333333333333333333333333333333333333333333333333 */
/* copyright */
.comp_link
{
   display: block;
   align-items: center;
     transform: scale(0.7);
   transform-origin: top center;
 

}
.comp_link p
{
   text-align: center;
   font-size: 1.5em;
}



}

/* 
.content {
    padding: 20px;
    margin-top: 10px;
} */

.categoriesCard {
    width: 300px;
    border-radius: 20px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;

}

.categoriesImage {
    width: 0px;
    height: 300%;
    /* border-radius: 8%; */
    object-fit: cover;

}

/* body {
    font-family: Arial,  sans-serif;
    margin: 0;
    background-color: white;
    
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    
} */


