@charset "utf-8";


/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Bebas+Neue&family=PT+Sans+Narrow:wght@400;700&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.fashionrow {
  display: flex;
  justify-content: center;
}

.left {
  float: left;
  width: 55%;
}

.fashtopimg{width:100%; height:auto; margin-bottom:20px}

.fashiontxt{font-family:"Abel"; font-size:22px; padding-bottom:10px}

.fashionhead{font-family:"Quicksand"; font-size: 3rem; /* Adjust as needed */
  font-weight: bold;
  background: linear-gradient(to bottom, #00aeef, #1b6fe1, #235292); /* top to bottom gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height:47px;
  margin-bottom:20px}
  

 .fashionleadimg{width:100%; height:auto; display:flex; justify-content:center; align-item:center; align-content:center}
 
 .fashintro{width:40%; position:absolute; font-family:"Abel"; line-height:22px; display:flex; justify-content:center; align-item:center; background: rgba(0, 0, 0, 0.4); padding:1%; color:white; font-weight:600; margin-top:350px; font-size:20px; text-align:center}

@media (max-width: 768px) {
	
	.fashionrow {
  display: inline-block;
}

.fashintro{width:96%; position:absolute; font-family:"Abel"; line-height:18px; display:flex; justify-content:center; align-item:center; background: rgba(0, 0, 0, 1); padding:1%; color:white; font-weight:600; margin-top:195px; font-size:14px; text-align:center}
	
.left {
 width: 98%;
 margin-left:1%;
 margin-right:1%
 
}	

.fashiontxt{font-family:"Abel"; font-size:18px; margin-top:80px}

.fashionhead{font-size:30px; line-height:30px}

}
