@charset "utf-8";
/* CSS Document */


html{scroll-behavior: smooth;}
	

body {
    height:100vh;
    margin:0;
    font-family: 'Poppins';
    background: white;
}

	

main{
    margin-top: 0px;
	   background: white;
}

section{
  width:100%;
  margin-bottom:100px;
}



.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("");
  width:100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}


.wrapDiv, .imgDiv{
    height:auto ! important;
    align-items: center;
    justify-content:center;
}

.moda{
    margin:0px auto;
}

.moda a{
    color:white;
    font-size:3vw;
    text-decoration:none;
}




.imgDiv h2{
    margin-top: -100px;
    margin-bottom:20px;
	color: white;
}


#logo{
	width: 20%;
	height: 100%;
	float:center;
	margin: 100px auto;
}

.add-to{
	/*background-color: #fff;*/
	 width: 30%;
	 margin-bottom:20px;
} 
		
.add-to-btn {
	background-color: #fff;
	color: orangered ; 
	/*border: none;*/ 
	border-radius:16px;
	margin-left:10px;
	outline:none; 
	font-weight: bold; 
	width: 100%; 
	height: 50px; 
} 


.actionBtn{
    background:white;
    border-style:solid;
    border-width:1px;
    border-color:orangered;
    border-radius:16px;
    padding:10px 20px;
    
}

.actionBtn:hover{
    color:white;
    background:orangered;
    border-radius:16px;
}



h1{
  font-size: 20px; 
  padding-top: 0px !important;
  margin-bottom:30px !important;
  font-weight:bold;
}


/*For Desktop View*/

@media screen and (min-device-width: 1025px){
   
h1{
    font-size:2.5vw ! important;
    margin-left:10px;
    text-align:center;
}


p{
  font-size:1vw ! important;
}
	

}



/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {

	

#h1{
    font-size:1.6vw;
}


}



/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {
	


#h1{
    font-size:2.3vw;
}

	
}



@media screen and (max-width:420px){
    
h1{
    font-size:8vw ! important;
    margin-left:10px;
    margin-bottom:30px ! important;
}
	
p{
   font-size:3.2vw ! important;
   
}



}


