	


:root{
  --font-family: "poppins", sans-serif;
  --font-weight: 400;
  --font-style: normal;
}

*{
   font-family: var(--font-family);
   font-weight: var(--font-weight);
}

html{
  scroll-behavior: smooth ! important;
}

body{
  margin:0px ! important;
}

main{
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right); 
}

section{
  margin-top:0px ! important; 
}

.add-to {
 background-color: #fff; 
} 
		 
.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	border-radius:16px;
	border-color:yellow ! important;
	margin-top:0px ! important;
	margin-left:10px;
	outline:none; 	
	font-weight: bold; 
	width: 100%; 
	padding:10px ! important;
} 


 #dImg, #cutImg, #politicoImg{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 12px;
}


.d-block, video{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.container-fluid h1{
	padding-top: 0px;
}


	

marquee{
    padding-top:80px;
}

	
.firstSection{
    
   padding-top:20px ! important;
   padding-bottom:0px;
   
}


.secondSection {
  background-image: linear-gradient(rgba(21, 21, 24, 0.01), rgba(2, 3, 10, 0.1)),  url("images/patternbg2.jpg");
  background-color: rgba(11, 9, 20, 0.01);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;

}

.topDiv{
 
}



.divs{
	/*background-image: linear-gradient(rgba(1, 1, 124), rgba(1, 1, 124));
	opacity: 0.58*/
	border-radius: 12px !important;
}
.divBlog{
  border-radius: 12px !important;
}

.thirdSection{
    
   padding-top:10px ! important;
   padding-bottom: 10px;
   
}


.fourthSection{
   padding-top:10px ! important;
   padding-bottom: 100px;
   
}

.carousel{
	margin-top:0px !important;
}


.carousel-indicators{
    position:absolute ! important;
    top:75% ! important;
    max-height:30px ! important;
    /*background-color:black ! important;
    color: whitesmoke ! important;
    opacity:0.1 ! important;*/
}

.carousel-control-prev, .carousel-control-next{
   position:absolute ! important;
   top:60% ! important;
  max-height:50px ! important;
  background-color:black ! important;
  opacity:0.1 ! important;
}

.carousel-item  img{
	margin-top: 0px !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9 !important;
	object-fit: contain !important;
}

video{
	margin-top: 0px !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9 !important;
	object-fit: cover !important;
}



.topDiv h2{
	padding-top: 20px !important;
	padding-left: 50px !important;
	font-weight: bold !important;
}


#miBtn{
	background:rgba(0, 4, 10, 0.89);
	width: 30% !important;
	border-radius: 22px !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: yellow !important;
	color: white !important;
	padding: 10px !important;
	float: end !important;
}

#miBtn:hover{
	background:rgb(247, 170, 4);
  color: black !important;
}




.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("images/autos.jpg");
  background-color: rgba(0,0,0,0.5);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 20px !important;
  margin-bottom: 30px;
  animation: myslide 10s infinite;

}


@keyframes myslide{
	
 0%{
	background-image: url("images/logo.png");
  
  }
	
33%{
	background-image: url("images/paintroller.avif");
	

  }
	
67%{
	background-image: url("images/logo.png");
	
  }
		
}

.hero-text {
  text-align: left ! important;
  position: absolute;
  top: 50%;
  left: 3%;
  color: white;
}
	
#pimg{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
  object-fit: contain !important;
  border-radius: 5px !important;
  transition: all 0.4s ease;
 
}

#pimg:hover{
    box-shadow: 1px 2px 2px 2px rgba(255, 52, 2, 0.81); 
    transition: transform .2s rgba(253, 73, 2, 0.65)*/
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


#myPrice, #pName{
	color: red !important;
}


#pName{
	color: black !important;
}


#photoimg{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  transition: all 0.4s ease;  
}

.buy{
	width: 100% !important;
	margin:10px auto !important;
	font-size: 3vw !important;
	background:rgb(241, 241, 245) !important;
	color: black !important;
	font-weight:bold ! important;
}

.buy:hover{
	background: green !important;
	color: white !important;
}

#count{
	font-size: 3vw !important;
}

 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin: 20px auto;
    }


.wrapa {
  margin-top: 1rem;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  margin-bottom:10px ! important;
  height: 120px;
  position: relative;
  overflow: scroll;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}


	
.wrapa::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wrapa {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  
}


@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

@keyframes scrollRight {
  to {
    right: -200px;
  }
}

.itemLeft,
.itemRight {
  width: 200px;
  height: 120px;
  border-radius: 6px;
  margin-top:0px ! important;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.itemLeft {
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
}

.itemRight {
  right: max(calc(200px * 8), calc(100% + 200px));
  animation-name: scrollRight;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

	
#scImg{
	width: 100%; 
	height: 100%;
	object-fit: scale-down;
	}


#hTd{
 margin-top:0px;
 width: 50% !important;
   
}

#mTd{
    margin-top:0px;
	width: 50% !important;
   
}



.qD img{
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9 !important;
	border-radius: 5px !important;
	object-fit: cover !important;
	transition: box-shadow 0.2s;
    box-shadow: 5px 0px 10px rgba(0,0,0, .1); 
    transition: transform .2s; /* Animation */
}

.qD img:hover{
	transition: box-shadow 0.1s;
    box-shadow: 5px 0px 10px rgba(250, 196, 47, 0.81); 
    transition: transform .2s rgba(255, 239, 17, 0.65)*/
}




#pl{
  margin-top: 20px !important;
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks{
	color: navy !important;
}

#tmb{
 width: 30px !important;
 height: 30px !important;
 margin-top: 0px !important;
 border-radius: 50px !important;
}

.sM{
    
    width:100% ! important;
	background:transparent;
	margin-top: -10px !important;
}

.sM h2{
	padding-top: 100px !important;
	padding-bottom: 30px !important;
}


.sM p{
	padding-bottom: 50px !important;
}


.satinFluidD{
 	background: #cfeefa;
    background: linear-gradient(90deg, rgba(207, 238, 250, 0.6) 0%, rgba(250, 222, 217, 1) 100%, rgba(237, 221, 83, 1) 100%);  
}

.satinFluidD{
    margin-left:0px ! important;
}

.satinFluidD .row{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.divSatin1, .divSatin2{
  	background: white;
  	color:black ! important;
	opacity: 1;
	border-radius: 16px;
	margin: 10px auto !important;
	border-top: #f40 1px solid !important;
	margin-left: 0px !important;
    box-shadow: 5px 0px 20px rgba(0,0,0, .1);
	transform: scale(1.2) !; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  
}




.divSatin1 h2, .divSatin2 h2{
	font-size: 3vw !important;
	margin-top: 40px !important;
	font-weight: bold !important;
	color: navy !important;
}


.divSatin1 h3, .divSatin2 h3{
	font-size: 3vw !important;
	font-weight: bold !important;
	color: navy !important;
}


.divSatin1 p, .divSatin2 p{
	font-size: 3vw !important;
	color:black ! important;
}

.bL{
  margin-top: -10px !important;
}


.cert, .sM, .bL, .subDiv{
  background: black !important;
}

.cert h1{
  padding-top: 60px !important;
  color: white !important;
}


.aliceBlu{
    background:aliceblue ! important;
   
}

.mistyrose{
    background:mistyrose ! important;
   
}

.actionBtn{
    background:white;
    border-style:solid;
    border-width:1px;
    border-color:#0870A3;
    margin-top:20px ! important;
    border-radius:16px;
    padding:10px 20px;
    
}

.servicDiv{
 width:100% ! important;
}


#menuImg{
	width: 100% !important;
	height: auto ! important;
	aspect-ratio: 16/9 !important;
	margin-top:0px ! important;
	border-radius: 12px !important;
}


.autorotate{
    width:100% !important;
    height:70% ! important;
    border-radius: 12px !important;
    animation: autoRotateAnimation;
    animation-timeline:view(70% 5%);
}

@keyframes autoRotateAnimation{
    
    from{
       transform: rotate(0deg); 
    }
    to{
     
      transform: rotate(360deg);
      background-color: aliceblue;
    }
}

.autoShow{
    animation: autoShowAnimation both;
    animation-timeline:view(40% 30%);
	margin-left: 0px;
	margin-bottom:20px ! important;
	
}

@keyframes autoShowAnimation{
    
    from{
       opacity: 0;
       transform: translateY(200px) scale(0.3); 
    }
    to{
      opacity: 1;
      transform: translateY(0) scale(1); 
    }
}



.servicRow{
  margin:20px ! important;
}

	
.servicDiv h2{
	margin-top: 40px !important;
	margin-left: 20px !important;
	font-size: 3vw !important ;
	font-weight: bold !important;
}

.servicDiv p{
  margin-left: 20px !important;
}

.col-sm-4 h3{
	font-size: 3vw !important;
	font-weight: 500 !important;

}

.col-sm-4 p{
	font-size: 3vw !important;
  margin-left: 0px !important;

}


.mycols{
	width: 100% !important;
	margin: 10px auto !important;
	margin-bottom: 50px !important;
	border-top: #f40 1px solid !important;
	margin-left: 0px !important;
  box-shadow: 5px 0px 20px rgba(0,0,0, .1);
	transform: scale(1.2) !; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

}
.col-sm-4 img{
    box-shadow: 5px 0px 20px rgba(0,0,0, .1);
	transform: scale(1.2) !; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.col-sm-4:hover {
    box-shadow: 5px 0px 20px rgba(0,0,0, .1);
	transform: scale(1.2) !; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



#thumbImg{
	width: 10% !important;
	border-radius: 22px !important;
	margin-top: -50px !important;
	position: absolute;
	z-index: 6 !important;
}



.slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }



  /* CONTACT FORM BLOCK*/

.subDiv{
  margin-top: -50px !important;
}

#subForm{
    margin:0px auto;
}

#suB1{
    color:white !important;
    padding-top: 50px !important;
    margin: 0px auto ! important;
    font-size:3.2vw ! important;
}

#suB2{
    color:white !important;
    margin: 0px auto ! important;
    font-size:3vw ! important;
}


	
::placeholder{
  font-size:2.1vw !important;
}

#email{
  width: 80% !important;
  margin:0px auto !important;
}



#fomG1{ 
     width: 80% !important;
     margin:0px auto !important;
    
 }
 
 #fomG2{ 
     width: 80% !important;
     margin:0px auto !important;
     margin-top: 2px !important;
     
 }
 
 #fomG3{
     width: 60% !important;
     margin:0px auto !important;
     
 }

 
#subBtN{
   background:#f3a704; 
   color:black;
   width: 100% !important;
   margin:0px auto !important;
   margin-top: 10px !important;
}


#subBtN:hover{background:orangered; color:white;}

 .card{
	width: 100% !important;
 }

 .contentts{
	display: none !important;
 }

 #ch{
	display: none !important;
 }

  #ch:checked ~ .contentts{
	display: block !important;
 }

#ch:checked ~ label{
	display: none !important;
 }


 label{
	display: inline-block !important;
	color: white !important;
	cursor: pointer !important;
	background:rgba(0, 4, 10, 0.89) !important;
	padding: 3px 13px !important;
	border-radius: 12px !important;
	margin-top: 12px !important;
	width: 40% !important;

 }

label:hover{
	background:rgb(247, 170, 4);
  color: white !important;
}


.form-submit{
  background: white !important;
  border-radius: 12px !important;
}


.form-group{
    width:95% !important;
    margin:8px !important;
}

form label{
   border-radius:0px !important;  
}
	
#formPtext{
   text-align: left;
   margin-left: 0px ! important;
   margin-top: 10px ! important;
   font-weight:normal !important;  
}


form h1{
    font-size:4vw ! important; 
    font-family: "Pacifico", cursive;
    font-weight: 600;
    font-style: normal;
    padding-top: 100px;
}
	
.g-recaptcha{
    width:100%;
    margin-left:5px !important;
}

.container-fluid{
    padding-top:0px !important;
	
 }
 

#optt{
 width:100%; !important;			
}
	
  	
 #alat{
	 width: 100% !important;
	 margin:0px auto !important;
	 display:block;
	 color:red;
	 font-size:3vw !important;
	 background:transparent;
   }
  
  	
 #message{
	 width: 100% !important;
	 margin:0px auto !important;
	 display:block;
   }
  
 .name, .email, .img{
    border-radius:0px !important;

 }
 
 
 .name[type=text] {
  width: 100% !important;
  
  border-radius: none;
  font-size: 16px;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  background-position:0px; 
  padding: 0px;
  margin-top: 0px;
  margin-left:0px;
  
}

.name[type=text]:focus {
  width: 100%;
  background: white;
}

 	
.hide{
  display: none;
}

 
	
.loader {
  margin:50px auto !important;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid purple;
  border-right: 16px solid purple;
  border-bottom: 16px solid #cb0286;
  border-left: 16px solid pink;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

	
.note{
	margin-top:-40px;
	display: none;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
	

.addItemBtn{
    background:purple !important;
}	


.addItemBtn:hover{
    background:black !important;
    color:white;
}	


 /*For Desktop View*/

@media screen and (min-device-width: 1025px){



.carousel{
	margin-top: 0px !important;
	max-height: 100vh !important;
}

.carousel-indicators{
    position:absolute ! important;
    top:88% ! important;
}

.carousel-control-prev, .carousel-control-next{
   position:absolute ! important;
   top:75% ! important;
  max-height:50px ! important;
  background-color:black ! important;
  opacity:0.1 ! important;
}

.carousel-item  img{
	margin-top: 60px !important;
	width: 100% !important;
	max-height: 100vh !important;
	aspect-ratio: 16/9 !important;
	object-fit: scale-down !important;
}

video{
  position:absolute ! important;
  top:11% ! important;
  max-height: 720px !important;
  object-fit: cover !important;
}


#cH{
 margin-top:-130px ! important;
 font-size:1.2vw ! important;
}



.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	/*border: none;*/ 
	border-radius:16px;
	margin-top:0px ! important;
	margin-left:40px;
	outline:none; 
	
	font-weight: bold; 
	width: 14%; 
	height: 50px; 
} 


#moreBtn{
    width: 15% !important;
	  margin-top: -30px !important;
	  margin-right: 40px !important;
}


.topDiv h2{
	padding-top: 20px !important;
	padding-left: 50px !important;
}


#miBtn{
	width: 30% !important;
  padding: 0px !important;
  position: absolute !important;
  top: 40% !important;
	left: 100% !important;
  font-size: 1.2vw !important;
}


.hero-image {
    margin-top: 30px !important;
	  max-height: 220px;
}

.hero-text h3{
   font-size: 1.6vw !important;
   line-height: 40px !important;
}



.servicDiv h2{
	margin-top: 80px !important;
	margin-left: 50px !important;
	font-size: 2vw !important ;
	font-weight: bold !important;
}

.servicDiv p{
  margin-left: 50px !important;
}


#dRow{
	width: 95% !important;
	margin: 0px auto !important;
}


#pimg{
    width: 80% !important;
	height: 148px !important;
	object-fit: contain !important;
}

#myPrice{
 font-size: 1vw;
}

#pName{
  font-size: 0.8vw !important;
  padding-top: 7px !important;
}


.buy{
	font-size: 1vw !important;
	width:100% ! important;
	margin-left: 0px !important;
	border-color: yellow !important;
	background:rgb(241, 241, 245) !important;
	color: black !important;
}

.buy:hover{
	background: green !important;
	color: white !important;
}

#buyP{

}

#sold{
	font-size: 0.6vw !important;
}


#leeft{
	font-size: 0.6vw !important;
	margin-left: 10px !important;
}

em{
	font-family: 0.8vw !important;
	margin-left: 18px !important;
}



#hTd{
 margin-top:0px;
 width: 70% !important;
   
}

#mTd{
    margin-top:0px;
	width: 30% !important;
   
}


#hedin{
   font-size: 0.5vw !important;
   margin-top:0px;
}

#introI{
    font-size:0.2vw !important;
     margin-top:5px;
    
}

	
#introP{
	 margin-top:0px;
}


#latest{
    font-size: 0.6vw !important; 
    margin-top:0px;
    
}



#lN{
    font-size:5vw !important;
    margin-top:0px;
   
}

.satinFluidD .row{
    margin-left:105px ! important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.divSatin1, .divSatin2{
    
  width:40% ! important;
}

.divSatin1 h2, .divSatin2 h2{
	font-size: 1.4vw !important;
	margin-top: 40px !important;
	font-weight: bold !important;
	color: navy !important;
}


.divSatin1 h3, .divSatin2 h3{
	font-size: 1.2vw !important;
	font-weight: bold !important;
	color: navy !important;
}


.divSatin1 p, .divSatin2 p{
	font-size: 1vw !important;
	color:black ! important;
}

#pl{
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks, .material-symbols-outlined{
	font-size: 2.5vw !important;
}


.qD img{
	margin-top: 15px !important;
	max-width: 95% !important;
}


#thumbImg{
	width: 10% !important;
	border-radius: 22px !important;
	margin-top: -67px !important;
	position: absolute;
	z-index: 6 !important;
	background: transparent !important;
}


.sM p{
	padding-left: 350px !important;
	padding-right: 350px !important;
}

.mycols{
	width: 30% !important;
	margin: 10px auto !important;

}

.col-sm-4 h3{
	font-size: 1.4vw !important;
	font-weight: 500 !important;

}

.col-sm-4 p{
	font-size: 1vw !important;
  margin-left: 0px !important;

}



#smH2{
     margin-top:-80px ! important;
}

#smH22{
     font-size:1.2vw ! important;
     margin-top:-120px ! important;
}

#pSs{
	font-size: 1.1vw !important;
}


#suB1{
  
    margin: 0px auto ! important;
    margin-top:50px ! important;
    font-size:1.8vw ! important;
}

#suB2{
    
    margin: 0px auto ! important;
    font-size:1vw ! important;
}

	
::placeholder{
  font-size:1vw !important;
}

#email, #name{
  width: 60% !important;
  margin:0px auto !important;
}



#fomG1{ 
     width: 60% !important;
     margin:0px auto !important;
    
 }
 
 #fomG2{ 
     width: 60% !important;
     margin:0px auto !important;
     margin-top: 2px !important;
     
 }
 
 #fomG3{
     width: 60% !important;
     margin:0px auto !important;
     
 }

 
#subBtN{
  
     width: 60% !important;
     margin:0px auto !important;
     margin-top: 10px !important;
}


  	
  	
 #message{
	 width: 50% !important;
	 margin:10px auto !important;
	 display:block;
	 font-size:1vw !important;
   }
  
  #alat{
	 
	 font-size:1vw !important;
	
   }
  
  	
.form-submit{
	 width: 85%;
	 margin:0px auto !important;
	 display:block;
   }

.form-submit h1{
    font-size:1.6vw ! important; 
   
}

.divBlog h2{
  margin-left: 50px !important;
}
    
}
	

	
/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {

.carousel{
	margin-top: 80px !important;
	max-height: 100vh !important;
}

.carousel-indicators{
    position:absolute ! important;
    top:88% ! important;
}

.carousel-control-prev, .carousel-control-next{
   position:absolute ! important;
   top:75% ! important;
  max-height:50px ! important;
  background-color:black ! important;
  opacity:0.1 ! important;
}

.carousel-item  img, video{
	margin-top: 0px !important;
	width: 100% !important;
	max-height: 100vh !important;
	aspect-ratio: 16/9 !important;
	object-fit: scale-down !important;
}

video{
  position:absolute ! important;
  top:-20% ! important;
  object-fit: cover !important;
}


#cH{
 margin-top:-130px ! important;
 font-size:1.2vw ! important;
}



.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	/*border: none;*/ 
	border-radius:16px;
	margin-top:0px ! important;
	margin-left:40px;
	outline:none; 
	
	font-weight: bold; 
	width: 12%; 
	height: 50px; 
} 



.qRow{
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.divSatin1 h2, .divSatin2 h2{
	font-size: 1.5vw !important;
	margin-top: 40px !important;
	font-weight: bold !important;
	color: navy !important;
}


.divSatin1 h3, .divSatin2 h3{
	font-size: 1.5vw !important;
	font-weight: bold !important;
	color: navy !important;
}


.divSatin1 p, .divSatin2 p{
	font-size: 1.2vw !important;
	color:black ! important;
}

.fa-thumbs-up, .fa-tasks, .material-symbols-outlined{
	font-size: 2.2vw !important;
}

.hero-image {
	max-height: 220px;
}

.hero-text h1{
	font-size: 2.5vw !important;
}

.hero-text h3{
	font-size: 1.3vw !important;
}


.qD img{
	margin-top: 15px !important;
	max-width: 95% !important;
}

#pimg{
    width:100% !important;
	height: 75px !important;
	object-fit: contain !important;

}

#myPrice {
   font-size: 1.3vw !important;
}

#pName{
  font-size: 1.3vw !important;
  padding-top: 7px !important;
}


.buy{
	font-size: 1vw !important;
	width:100% ! important;
	margin-left: 0px !important;
	border-color: yellow !important;
}


#buyP{

}

#sold{
	font-size: 1.1vw !important;
	margin-left: 0px !important;
}


#leeft{
	font-size: 1.1vw !important;
	margin-left:-9px !important;

}

em{
	font-family: 1.1vw !important;
	margin-right: 20px !important;
}


.servicDiv h2{
	margin-top: 40px !important;
	margin-left: 20px !important;
	font-size: 2.4vw !important ;
	font-weight: bold !important;
}

.col-sm-4 h3{
	font-size: 2.2vw !important;
	font-weight: 500 !important;

}

.col-sm-4 p{
	font-size: 1.1vw !important;
  margin-left: 0px !important;

}
#pSs{
	font-size: 1.3vw !important;
}



#suB1{
   
    margin: 0px auto ! important;
    margin-top:50px ! important;
    font-size:1.8vw ! important;
}

#suB2{
    
    margin: 0px auto ! important;
    font-size:1vw ! important;
}

	
::placeholder{
  font-size:1vw !important;
}

#email, #name{
  width: 60% !important;
  margin:0px auto !important;
}



#fomG1{ 
     width: 60% !important;
     margin:0px auto !important;
    
 }
 
 #fomG2{ 
     width: 60% !important;
     margin:0px auto !important;
     margin-top: 2px !important;
     
 }
 
 #fomG3{
     width: 60% !important;
     margin:0px auto !important;
     
 }

 
#subBtN{
     width: 60% !important;
     margin:0px auto !important;
     margin-top: 10px !important;
}
    


 .form-submit{
	 width: 80%;
	 margin:0px auto !important;
	 display:block;
   }  
  
    

.form-submit h1{
    font-size:2.4vw ! important; 
    padding-top: 600px;
    
}
 
 #formPtext{
   text-align: left;
   font-size: 1vw ! important;
}

::placeholder{
   font-size: 1vw ! important; 
}
  	
 #message{
	 width: 50% !important;
	 margin:20px auto !important;
	 display:block;
   }
	
}
	

/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {
    
.carousel{
	margin-top: 90px !important;
	max-height: 100vh !important;
}

.carousel-indicators{
    position:absolute ! important;
    top:88% ! important;
}

.carousel-control-prev, .carousel-control-next{
   position:absolute ! important;
   top:75% ! important;
  max-height:50px ! important;
  background-color:black ! important;
  opacity:0.1 ! important;
}

.carousel-item  img, video{
	margin-top: 0px !important;
	width: 100% !important;
	max-height: 100vh !important;
	aspect-ratio: 16/9 !important;
	object-fit: scale-down !important;
}

video{
	margin-top: -700px !important;
	max-height: 720px ! important;
}


#cH{
 margin-top:-130px ! important;
 font-size:1.8vw ! important;
}

 

.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	/*border: none;*/ 
	border-radius:16px;
	margin-top:0px ! important;
	margin-left:20px;
	outline:none; 
	
	font-weight: bold; 
	width: 12%; 
	height: 50px; 
} 

.qRow{
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.divSatin1 h2, .divSatin2 h2{
	font-size: 2.4vw !important;
	margin-top: 40px !important;
	font-weight: bold !important;
	color: navy !important;
}


.divSatin1 h3, .divSatin2 h3{
	font-size: 2.2vw !important;
	font-weight: bold !important;
	color: navy !important;
}


.divSatin1 p, .divSatin2 p{
	font-size: 2vw !important;
	color:black ! important;
}


#pl{
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks, .material-symbols-outlined{
	font-size: 3vw !important;
}

.qD img{
	margin-top: 15px !important;
	max-width: 95% !important;
}


#pimg{
    width:100% !important;
	height: 75px !important;
	object-fit: contain !important;

}

#myPrice {
   font-size: 2vw !important;
}

#pName{
  font-size: 2vw !important;
  padding-top: 7px !important;
}


.buy{
	font-size: 2vw !important;
	width: 100% !important;
    margin:0px ! important;
    margin-left:0px ! important;
	border-color: yellow !important;
}


#buyP{

}

#sold{
	font-size: 1.4vw !important;
	margin-left: 0px !important;
}


#leeft{
	font-size: 1.4vw !important;
	margin-left:5px !important;

}

em{
	font-family: 1.3vw !important;
	margin-right: 20px !important;
}

.servicDiv h2{
	margin-top: 40px !important;
	margin-left: 20px !important;
	font-size: 3vw !important ;
	font-weight: bold !important;
}

.col-sm-4 h3{
	font-size: 3vw !important;
	font-weight: 500 !important;

}

.col-sm-4 p{
	font-size: 2.2vw !important;
  margin-left: 0px !important;

}

.mycols h3{
  font-size:3.8vw !important;
}

h3{
  font-size: 3.5vw !important;
}

p{
  font-size: 2.2vw !important;
}
.actionBtn{
	font-size: 2vw !important;
}

#pSs{
	font-size: 2.2vw !important;
}


#suB1{
    
    margin: 0px auto ! important;
    margin-top:50px ! important;
    font-size:1.8vw ! important;
}

#suB2{
    
    margin: 0px auto ! important;
    font-size:1vw ! important;
}

	
::placeholder{
  font-size:1vw !important;
}

#email, #name{
  width: 60% !important;
  margin:0px auto !important;
}



#fomG1{ 
     width: 60% !important;
     margin:0px auto !important;
    
 }
 
 #fomG2{ 
     width: 60% !important;
     margin:0px auto !important;
     margin-top: 2px !important;
     
 }
 
 #fomG3{
     width: 60% !important;
     margin:0px auto !important;
     
 }

 
#subBtN{
     width: 60% !important;
     margin:0px auto !important;
     margin-top: 10px !important;
}
   


 .form-submit{
	 width: 85% !important;
	 margin:100px 40px 40px auto !important;
	 display:block;
   }
   
 #formPtext{
   text-align: left;
   font-size: 2.1vw ! important;
}


.form-submit h1{
    font-size:4vw ! important; 
    padding-top: 250px;
    
}

::placeholder{
   font-size: 2.1vw ! important; 
}
  	

}
		

@media screen and (max-width:420px){

.carousel{
	margin-top: -25px !important;
}

.carousel-indicators{
    position:absolute ! important;
    top:85% ! important;
    max-height:30px ! important;
    /*background-color:black ! important;
    color: whitesmoke ! important;
    opacity:0.1 ! important;*/
}

.carousel-control-prev, .carousel-control-next{
   position:absolute ! important;
   top:70% ! important;
  max-height:50px ! important;
  background-color:black ! important;
  opacity:0.1 ! important;
}
  
.carousel-item  img{
	margin-top: 134px !important;
	width: 100% !important;
	max-height: 290 !important;
	aspect-ratio: 16/9 !important;
	object-fit: fill !important;

}

video{
  position:absolute ! important;
  top:30% ! important;
  object-fit: fill !important;

}

#cH{
 font-size:3vw ! important;
 margin-top:0px ! important;
}



.add-to-btn{
    width:45% ! important;
    font-size:4vw ! important;
}
 
.hero-image {
 
  height: 420px !important;
  margin-top: 0px;
  margin-bottom: 30px;

}


.hero-text {
  position: absolute;
  top: 20% ! important;
  color: white;
}
	
.hero-text h1{
    font-size:6vw ! important;
}
   
.hero-text h3{
    font-size:3.5vw ! important;
}

#miBtn{

 width: 40% !important;
 margin-right:10% ! important;
	
}


#smH2{
     margin-top:-70px ! important;
}

#smH22{
     font-size:4.2vw ! important;
     margin-top:-110px ! important;
}


.topDiv h2{
    margin-left:-50px ! important;
}

.servicDiv h2{
	margin-top: 40px !important;
	margin-left: 20px !important;
	font-size: 7vw !important ;
}

.satinFluidD .row{
   width: 100% !important;
    margin-left:20px ! important;
}

.col-sm-4, .mycols{
  width: 100% !important;
}

.col-sm-4 h3{
  font-size: 5vw !important;
}


.col-sm-4 p{
  font-size: 3.8vw !important;
  margin-left: 0px !important;
}


#menuImg{
  width: 100% !important;
}

.divSatin1, .divSatin2{
    
  margin-bottom: 20px ! important;
  margin-left:-6px ! important;
  width:95% ! important;
}


.divSatin1 h2, .divSatin2 h2{
	font-size: 6vw !important;
	margin-top: 40px !important;
	font-weight: bold !important;
	color: black !important;
}


.divSatin1 h3, .divSatin2 h3{
	font-size: 6vw !important;
	font-weight: bold !important;
	color: black !important;
}


.divSatin1 p, .divSatin2 p{
	font-size: 4vw !important;
	color:black ! important;
}


#pl{
  padding-left: 0px !important;
}

.fa-thumbs-up, .fa-tasks, .material-symbols-outlined{
	font-size: 7vw !important;
}



#thumbImg{
	width: 30% !important;
	border-radius: 22px !important;
	margin-top: -50px !important;
	position: absolute;
	z-index: 6 !important;
}


#pimg{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 10/8 !important;
  object-fit: contain !important;
  border-radius: 5px !important;
  transition: all 0.4s ease;
 
}

#myPrice {
   font-size: 3.6vw !important;
}

#pName{
  font-size: 3.2vw !important;
  padding-top: 7px !important;
}


#cutImg{
   width: 200px !important;
  height: auto !important;
  aspect-ratio: 10/8 !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  transition: all 0.4s ease;   
}

#photoimg{
  width: 250px !important;
  height: auto !important;
  aspect-ratio: 10/8 !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  transition: all 0.4s ease;  
}

#photoName{
  font-size: 3vw !important;
}


.buy{
	font-size: 4vw !important;
	width: 100% !important;
	margin-left: 0px !important;
	border-color: yellow !important;
	display: block !important;
}


#buyP{

}

#sold{
	font-size: 2.8vw !important;
	margin-left: 0px !important;
}


#leeft{
	font-size: 2.8vw !important;
	margin-left:5px !important;

}

em{
	font-family: 2.7vw !important;
	margin-right: 20px !important;
}


#subForm{
    margin:0px auto;
}

#suB1{
   
    margin: 0px auto ! important;
    margin-top:50px ! important;
    font-size:6vw ! important;
}

#suB2{
   
    margin: 0px auto ! important;
    font-size:3vw ! important;
}

::placeholder{
  font-size:2.1vw !important;
}

#email{
  width: 100% !important;
  margin:0px auto !important;
}



#fomG1{ 
     width: 100% !important;
     margin:0px auto !important;
    
 }
 
 #fomG2{ 
     width: 100% !important;
     margin:0px auto !important;
     margin-top: 10px !important;
     
 }
 
 #fomG3{
     width: 100% !important;
     margin:0px auto !important;
     
 }

 
#subBtN{
    width: 100% !important;
     margin:0px auto !important;
     margin-top: 10px !important;
}

 .form-submit{
	 width: 100%;
	 margin:0px 10px 0px auto !important;
	 display:block;
	 
 }
	

.form-submit h1{
    font-size:8vw ! important; 
  
}


#formPtext{
   text-align: left;
   font-size: 3vw ! important;
}

#optt, #select{
 width:100%; !important;
 font-size:3vw !important;
}


#alat{
    font-size:3.5vw !important;   
}

#message{
	 width: 100% !important;
	 margin:0px auto !important;
	 display:block;
   }
	
}
	
