/*========== @font-face  code ============*/

@font-face {
 font-family: "BeonRegular"; src:url("Beon-Regular.otf");
 }
 
 @font-face {
 font-family: "Permanent Marker"; src:url("PermanentMarker-Regular.ttf");
 }
 
 

/*=============    DOCUMENT START         ==================   */

.h1{ font-family: "Mark Script"; }   /*used to be a comma here */

h2{ font-family: "BeonRegular";
    font-size: 19px;
    text-align:center;
    margin-left:2px;
}    /*Mark Script  src: url("Beon-Regular.otf")} */

body,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";   /* used to have !important so look up */
}

html,body {
  overflow-x: hidden;
  max-width: 100%;
  
}

/*============= FADE ANIMATIONS   ===========   */

.fade-out{

animation: fadeOut 10s;
animation-fill-mode: forwards;

}

@keyframes fadeIn {
from{

opacity :0;
}

to{
opacity:1;
}
}


@keyframes fadeOut {

from{

opacity: 1;

}

to{

opacity: 0;

  }

}

/*=============  HEADER AREA WITH FRONT PAGE PIC  ==================   */

#header-area {
  background-image: url("../img/mancbout1.jpg" ); 
  background-position: center center;
  background-repeat: no-repeat;
 /* background-size: cover;*/
  Height: 50px;
  padding: 165px 0;
  margin-bottom: 0px;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.header-content  h1 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
  font-family: 'BeonRegular';
}
.header-content h4 {
  font-family: 'Marck Script';
  color: #fff;
  font-size: 25px;
  text-shadow: 2px 2px #333;

}

.header-content h1{

  animation: pop 0.4s ease-in-out;
  animation-delay: 1s;
}

@keyframes pop {
  50%  {
    transform: scale(1.25);
  }
}

/*=============  END OF Header  ==================   */


/*=============  NAV DISSAPEAR AFFECT  ==================   */

.navdis{
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
}

.navdis.active{
  transform: translateY(0px);
  opacity: 1;
}

/*=============  NAV BAR AREA  ==================   */


.navbar-inverse {
    background-color: #383E4C;
    border-color: #383E4C;
    display:flex;
    height:120px;
}

.nav__list li {
  list-style-type: none;
  display: flex;
  position: relative;
  float:left;
  padding: 10px;
  font-family: "BeonRegular"

}

.nav__list>li>a {                                    /*  navbar-inverse .navbar-nav #646d7c  */
    display:flex;
    background: #383E4C none repeat scroll 0 0; 
    border: 1px solid #d9ead3;
    border-width: 2px;
    border-style:groove;
    color: #fff ;
    font-size: 20px;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.nav__link img{
    
    width:5vw;
    height:10vh;
    
}


.nav__burger,
.nav__close {
  color: white;
}

.nav__data {
  height: 30vh;
  width: 30vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__toggle {

  position: relative;
  width: 32px ;         /*32px; */
  height: 32px;          /*32px; */
}

.nav__burger,
.nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;                      /* look up could depend on a library or variable */
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity .1s, transform .4s;
}

.nav__close {
  opacity: 0;
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}
.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}



/*=============  END OF NAV BAR AREA  ==================   */

/*=============    CAROSEL SECTION    ==================   */


.container-car{

  position: relative;
  left: 7.5rem;
  top: 4rem;
}


.item-c.itema-slides{
    
    display:none;

}

.item-b .feature-content-description{

    font-size: 1.1rem;

}

.item-c .feature-content-description{

    font-size: 1.4rem;
}

.rowtext-center-inner ul {    /* previosly row.text-center.inner ul  */
  list-style: none;

} .rowtext-center-inner

{
	display: flex;
	width: 110rem;
    position: center;

/*	position: center; */

}



.column-4:hover{
	background-color: #17171d;
	transform-style: preserve-3d;
	transform: scale(1.02);
	transition: all ease 0.3s;
}
.column-4:hover .marvel{
	color:#c0292b;
	transition: all ease 0.2s;
}

/*----- text and features of carosel boxes -------*/

.green-text { color: #178A27;}
.blue-text { color: #1686C1; }
.gray-text { color: #1686C1; }
.green-btn { background: #11457f; }
.green-btn:hover { background: #449D44; }
.blue-btn { background: #907c03; }
.blue-btn:hover { background: #31B0D5; }
.red-btn { background: #b4b7ac; }
.red-btn:hover { background: #C9302C; }
.feature-content {
    background: #F2F2F2;
    padding-bottom: 20px;
}


.feature-content{

  height: 55rem; 
  width: 33.5rem;

/*       55 and 33.5                   */

}

.feature-content-title {           /* removed .feature-contentv1 */
    padding: 0 0px;
    text-align: center;

}

.feature-content-description {
    font-family: 'BeonRegular';
    font: BeonRegular;
    padding: 15px 20px 15px;
    text-align: justify;
    color: #333333;
    margin-top: 15px;
}
.feature-content-link {
    border-radius: 5px;
    color: #fff;
    font-size: 1.3rem;
    padding: 10px 1.875em;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.feature-content-link:hover, .feature-content-link:link, .feature-content-link:visited  {
  color: white;
  text-decoration: none;
}

/*======= sub-container style =====*/


.sub-container{
    
    
    height: 20rem;
    
    
    
}


.column-4{
	width: 33rem;  /* used to be 34.5 rem  */
	height: 48rem;
	background-color:#d9d2e9;  /* #1e1e26  */
	/*border-radius: 10px; */
	box-shadow: 2px 10px 12px rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
/*	justify-content: space-between;  */
	box-sizing: border-box;
	margin: 0px 25px;
}


.column-4{

  text-align: center;     /* TIP -- align-items doesnt work in parent, without presets, text-align aligns the item image!  */

}


.details{
	display: flex;
	flex-direction: column;
	align-items: center;
/*	width: 18.75em; */
    margin-left:4px;
}
.feature-content.details p{
	font-family: calibri;
	font-weight: bold;
	font-size: 3rem;
	color:#6a6a74;
	text-align: left;
	margin-top: 0rem;
	margin-bottom: 0rem;   /*padding*/
}

h2.feature-content-title.green-text{
   
   margin-top: 0px; 
    margin-bottom: 0px;
} 

p.feature-content-description{
    
    margin-top:0px;
}

a.feature-content-link.red-btn{
    
    margin-top:0px;
}


.feature-contentv1.details p{
	font-family: calibri;
	font-weight: bold;
	font-size: 3rem;
	color:#6a6a74;
	text-align: left;
	margin-top: 0.8rem;
	padding-bottom: 4rem;
}

/*----- end of text and features of carosel boxes -------*/

.container1 img{

position: absolute;
left: 0em;
top: 2.625em;
width: 8%;
height: 34.375em;
}


/* hidden  dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
}

.container2 img{
position: absolute;
right: 0px;
top: 2.625em;
width: 8%;
height: 34.375em;
}


.container3 p{

}

#blog-area .container3 img{
position: relative;
left: 0px;
top: 220px;
width: 7%;
height: 25em;
}

.background_clip{

    position: absolute;
    z-index: -1;
}







/*======= QUOTE TAG AREA ROW ===========*/

.tag{

height:15em;
padding-bottom:20em;

}

.tag p{

position:relative;
text-align: center;
font-size: 2.8rem;
top:100px;



animation: fadeIn 5s;
-webkit-animation: fadeIn 5s;
-moz-animation: fadeIn 5s;
-o-animation: fadeIn 5s;
-ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.tag {
  opacity: 0;
  transform: translate(0, 3.875em);
  transition: all 2.5s;
}

.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}


.flex-parent-element{
    


animation: fadeIn 5s;
-webkit-animation: fadeIn 5s;
-moz-animation: fadeIn 5s;
-o-animation: fadeIn 5s;
-ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.flex-parent-element{
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.flex-parent-element.visible {
  opacity: 1;
  transform: translate(0, 0);
}


/*@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; } } */
  
  



.reveal{
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
}

.reveal.active{
  transform: translateY(0em);
  opacity: 1;
}

@keyframes service {
    0% {
        background: red
    }
    100% {
        background: none;
    }
}

/*
#highlight:target {
    animation: highlight 1s;
} */

.bgColor{

transition: all 1s;
background-color: white;
color:black;
border-bottom: 1px solid lightgray;
}

#image1 {
  position: relative;
  top: 0;
  left: 0;
}
#image2 {
  position: absolute;
  top: 0px;
  left: 0px;
}

#image3 {
  position: absolute;
  top: 0px;
  left: 0px;

}



/*=============   BLOG AREA  ==================   */



#blog-area {
    margin-top: 100px;
    margin-bottom: 100px;

    }
    
#blogcont1 h2{

    text-align:center;

    position: relative;          /* no longer exist */
    bottom: 90px;
    left:0px;
  }


#blogcont1 p{

  font-family: 'BeonRegular';
  font-size: 12px;
  position: relative;
  top: 200px;

}

/*-- flex elements ---*/
    

.flex-parent-element {
  display: flex;
  width: 100%;
  margin-top:50px;
}

.flex-parent-element1{

  height: 50rem;           /*  50, 50, 5  , 500, */
  width: 50rem;
  background-color: black;
  border: 5px solid black;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.875em;
}

.flex-child-element1circle{

  height: 100px;
  width: 100px;
  background-color: white;
  border: 5px solid grey;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}


.flex-parent-element2{

  height: 50rem;
  width: 50rem;
/*  background-color: none; */
  border: 5px solid black;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 125px;
}

.flex-child-element2circle{

  height: 100px;
  width: 100px;
  background-color: white;
  border: 5px solid black;
  border-radius: 5000px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-child-element1b{

   flex: 1;
   position:relative;
   border: 2px solid blueviolet;
   right: 15rem;
   top: 14rem;
   height: 12%;
   width: 22%;
   font-size: 120%;
}

.flex-child-element2b{


   position:relative;   /* removed extra } closing curly br */
   top: 14rem;
   height: 12%;
   width: 22%;
   margin: 10px;
   font-size: 67%;
   flex: 1;
   border: 2px blue;
   align-items:center;
   right:14rem;
   background-color: black;
   

}

.flex-parent-element1:hover{

       transform: scale(1.12);

    }

.flex-parent-element2:hover{

       transform: scale(1.12);

    }

.flex-child-element1a {
  flex: 1;
  border: 2px solid blueviolet;
  margin: 10 10 10 10;
  position: relative;
  bottom: 140px;
  left: 150px;
}



.flex-child-element2a {
  flex: 1;
  border: 2px #1F51FF;
  margin: 10px;
  position: relative;
  bottom: 12rem;
  left: 15rem;
  background-color:black;
}



.flex-child-element1a:first-child {
  margin-right: 20px;
}

.flex-child-element1b:first-child {
  margin-right: 20px;

}

.flex-child-element2a:first-child {
  margin-right: 20px;
}

.flex-child-element2b:first-child {
  margin-right: 20px;

}

.flex-child-element1a p{
    
    font-family:'BeonRegular';
    font-size:16px;
    color: blueviolet;
    margin-left: 20px;
}

.flex-child-element1b a{
    
    
    font-family:'BeonRegular';
    color: blueviolet;
    margin-left: 20px;
    
    
}

.flex-child-element2a p{
    
    font-family:'BeonRegular';
    font-size:16px;
    color: rgb(31, 81, 255);
    margin-left: 20px;
}

.flex-child-element2b a{
    
    
    font-family:'BeonRegular';
    color: rgb(31, 81, 255);
    margin-left: 20px;
    
    
}



/* ===========END OF BLOG CSS ===========*/


/*=========== START OF missionstat  AREA : INC  Services, Contact, and Testomornial ==============*/

/*=========== Start Services Area CSS ==============*/

div#service-area-main {
    
    float: left;
   /* width: 100%;  */
    margin-top:-200px;
}

.our-service{
  margin:65px 0px 85px;
}

.service  h1 {
  color: #ea9513;
  text-transform: capitalize;
  text-shadow: 2px 2px #000000;
  margin-bottom: 20px;
}
.service > p {
    color: #ea9513;
    text-shadow: 2px 2px #000000;
    font-size: 1.4375em;
}

/*=========== END OF Services Area CSS ==============*/


/* Start Testimornial CSS */


#testimornial-area{
  margin: 60px 0;
}
h2 {
    color: #666666;
}
.testimornial-content {
  background-color: #f2f2f2;
  height: 500px;
  max-width: 260px;
}


.testimornial-content  p {
    padding: 10px 20px;

}
.content-link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding: 10px 1.875em;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.content-link:hover,
.content-link:focus {
    background: #E6E6E6 none repeat scroll 0 0;
}

/* End Testimornial CSS at some point change name of testimornial*/

/* Start Contact CSS */

.contact-content h1 {
    color: #ea9513;
    font-size: 2.5em;
    text-transform: capitalize;
    margin-bottom: 1.875em;
  text-shadow: 2px 2px #000000;
}

.contact-section h3{
    
    font-family:'Helvetica';
    color:white;
     text-shadow: 2px 2px #000000;
    
}

.contact-content  {

font-size: 20px;

}

.contact-content p {
    background: rgba(242, 242, 242, 0.4) none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px ;
}
.contact-form-left { padding-left: 0; }
.contact-form-right { padding-right: 0; }
input {
    margin-bottom: 15px;
}
.form-control {
  border: none;
  background: rgba(242, 242, 242, 0.4);
}


/*#comment.form-control {

} */
.form-group button {
  background: #262628 none repeat scroll 0 0;
  color: #fff;
  margin-top: 20px;
  padding: 10px 1.875em;
  font-size: 18px;
  border-radius:10px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

/* End Contact CSS */



#blogvid{


  position: absolute;
  left: -30rem;
  bottom: 32;
  object-fit: cover;


 /* min-width: 167rem;
  min-height: 55rem;  */

}

@media(min-aspect-ratio:16/9){  /* may require this to be in heirarchy order check */

.background_clip{

    width:  125%;
    height: 94%;

}
}

@media(max-aspect-ratio:16/9){

.background_clip{

    width: 100%;
    height:50%;

}
}


/*=========== END OF missionstat  AREA : INC  Services, Contact, and Testomornial ==============*/

/* Start Footer CSS */
.footer-content  h1 {
    color: #666;
    font-size: 2em;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 15px;
}
.footer-content  p {
    color: #999;
    font-style: italic;
    margin-bottom: 1.875em;
}
.copy {
    color: #666;
    font-size: 12px;
    margin-bottom: 1.875em;
    margin-top: 10px;
}


#colsm12 p{

font-weight: bold;

}

.col-sm-3 {

  width: 32%;
}

.col-sm-12 {
  font-height: 100%;
   /* padding-top: 150px;*/
}
.tm-box {
  background-color: #F2F2F2;
  max-width: 1140px;
  width: 100%;
    
}
.tm-box-description {
  padding: 1.875em;

}
.tm-box-p {
  margin-bottom: 10px;
  font-weight:bold;
  
}
.tm-box-p:last-child {
  margin-bottom: 0;
}
.contact-section {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
}
.form-control {
  color: #000;
}

#highlight2{
    
    font-family: 'Permanent Marker';
    
}


.contact-section .container {    /* look into may not work */
  max-width: 750px;
}

/*https://css-tricks.com/snippets/css/style-placeholder-text/*/
.form-control::-webkit-input-placeholder {
   color: black;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: black;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: black;
}
.form-control:-ms-input-placeholder {
   color: black;
}





/*================== Scroll To top ================== */

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}

/*================== End Scroll To top ==================*/



/* now in carosel section but commented out , to review ---*/


.about-section {
    height: 100%;
    padding-top: 70px;

}

.about-section > div{
    position: relative;
    left: 4%;

}

/*================== @MEDIA QUERIES FOR ALL   ==================*/


/* Navigation for mobile devices */  /* ussyes  -- overflow: auto;   justify-content: space-between;  */

@media screen and (max-width: 1118px) {


  #testlogo{

    display: none;

  }
  


  .nav__menu {
    position: absolute;
    background-color:#383E4;
    height:70vh;
    width:50vw;
    left: 0;
    top: 2.5rem;  /*  width: 30%;    height: 100%;  */
    pointer-events: none;
    opacity: 0;
    transition: top .4s, opacity .3s;
  }

  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    background-color:#383E4;
    padding-top: 1rem;
  }

.nav__link {
  color: white; 
 /* background-color: ; */
 /* font-weight: );  */
  padding: 1.25rem 1.5rem;
  display: flex;
}

.nav__link:hover {
  background-color: grey;
}


/* Show menu */
.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);

}
.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
  position: absolute;
  z-index: 999;

}

.ri-menu-line{

position:absolute;
font-size: 30px;
top: -11rem;
}


.ri-close-line{

position:absolute;
font-size: 30px;
top: -11rem;
}

#home_cart {
	
   position:relative;
   left:37rem;
   bottom: 33.5rem;


}

.item{
    
    height: 200px;
    width: 200px;
    
}

.flex-child-element1circle{
    
    height: 0rem;
    width: 50%;
    border-radius: 2%;
}

/*------- Carosel Media ------*/

#flex-circle1{
  position: relative;
  top:5rem;
  height: 0rem;            
  width: 70%;
  background-color: black;
  border: 3px solid black;
  border-radius: 80%;
  overflow: hidden;
  display: flex;
  padding: 35% 0;
  align-items:center;
  
}    
    
    
.flex-child-element1circle{
    
    height: 10rem;
    width: 15%;
    border-radius: 50%;
    padding: 5% 0;
    display:flex;
    
    
}
 


}

@media screen and (max-width: 1117px) and  (min-width: 1000px){
    
    
  #flex-circle1{
  position: relative;
  top:5rem;
  left:18rem;
  height: 0rem;            
  width: 50%;
  background-color: black;
  border: 3px solid black;
  border-radius: 70%;
  overflow: hidden;
  display: flex;
  padding: 25% 0;
  align-items:center;
  
}    
    
    
.flex-child-element1circle{
    
    height: 8rem;
    width: 16%;
    border-radius: 50%;
    padding: 5% 0;
    display:flex;
    
    
}
    
    
    
    
}

/*@media screen and (max-width: 1117px) {

#flex-circle1{
  position: relative;
  top:5rem;
  height: 0rem;             50, 50, 5  , 500, 
  width: 70%;
  background-color: black;
  border: 3px solid black;
  border-radius: 80%;
  overflow: hidden;
  display: inline-block;
  padding: 35% 0;
  
  
}    
    
    
.flex-child-element1circle{
    
    height: 0rem;
    width: 100%;
    border-radius: 20%;
}
} */

@media screen and (min-width: 1090px) {

.nav__toggle {
    display: none;
  }

.nav__data{

    display:none;
  }

}

@media screen and (max-width: 970px)  {    /* (min-width: 560px) */

#flex-circle1{
  position: relative;
  top:2rem;
  height: 0rem;            
  width: 70%;
  background-color: black;
  border: 3px solid black;
  border-radius: 80%;
  overflow: hidden;
  display: flex;
  padding: 35% 15;
  align-items:center;
 
  
}    
    
    
.flex-child-element1circle{
    
    height: 7rem;
    width: 15%;
    border-radius: 50%;
    padding: 5% 0;
    display:flex;
    
    
}

.flex-child-element1a{

   flex: 1;
   position:relative;
   bottom:16rem;
   border: 2px solid blueviolet;
   height: 7%;
   width: 17%;
   font-size: 36%;
}

.flex-child-element1b{

   flex: 1;
   position:relative;
   top:10rem;
   right:11rem;
   border: 2px solid blueviolet;
   height: 12%;
   width: 17%;
   font-size: 95%;
}
    
}



@media screen and (max-width: 560px) {

.container1,.container2 img{
    
    display:none;
    
}

#container-car{
    
    position:relative;
    left:15px;
   
}

#flex-circle1{
  position: relative;
  top:5rem;
  height: 0rem;           /*  50, 50, 5  , 500, */
  width: 70%;
  background-color: black;
  border: 3px solid black;
  border-radius: 80%;
  overflow: hidden;
  display: flex;
  padding: 35% 0;
  align-items:center;
}

.flex-child-element1circle{
    
    height: 4rem;
    width: 15%;
    border-radius: 50%;
    padding: 5% 0;
    display:flex;
    
    
}


h4{
    
    display:none;
    
}
}


@media screen and (max-width: 412px) {


#flex-circle1{
  position: relative;
  top:5rem;
  height: 0rem;           /*  50, 50, 5  , 500, */
  width: 100%;
  background-color: black;
  border: 3px solid black;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
 
 /* display: flex; margin-left: 1.875em;*/
  justify-content: center;
  align-items: center;
  padding: 50% 0;
}

.flex-child-element1circle{
    
    display:flex;
    height: 0rem;
    width: 15%;
    border-radius: 50%;
    padding: 5% 0;
}


.flex-child-element1a{
   
   
  display:flex;
  position:relative;
  right: 16rem;
   height: 4rem;
   width: 30%;
   font-size: 18%;
    
    
}

 .flex-parent-element2{
    
    position: relative;
    display:none;

}  
}

@media screen and (max-width: 360px) {

.container1,.container2 img{
    
    display:none;
    
}

#container-car{
    
    position:relative;
    left:-5px;
   
}

h4{
    
    display:none;
    
}

.flex-parent-element1{
    
    position: relative;
    
}


 .flex-parent-element2{
    
    position: relative;
    display:none;

}  

.flex-child-element1b{
   
   
   position:relative;
   right: 12.4rem;
   top: -3.4rem;
   height: 42%;
   width: 42%;
   
}

.flex-child-element2b{
   
   
   position:relative;
   right: 12.4rem;
   top: -3.4rem;
   height: 42%;
   width: 42%;
   font-size: 67%
    
    
}


}

