/*****GALLERY PAGE**************/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior:smooth;
}
.sec
{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient( #EB5916, #E6CD16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
}
.custom-shape-divider-bottom-1600710071 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg) translateZ(-1px);
}

.custom-shape-divider-bottom-1600710071 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 172px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1600710071 .shape-fill {
    fill: #FFFFFF;
}
header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo
{
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
header ul
{
  position: relative;
  display: flex;
}
header ul li
{
  list-style: none;
}

header ul li a
{
  color: #fff;
  margin-left: 40px;
  text-decoration: none;
}
.content
{
  position: relative;
  max-width: 600px;
  z-index: 1;
}
.content h2
{
  color: #fff;
  font-size: 5em;
  line-height: 1em;
}
.content h2 span
{
  color: #fff;
  font-size: .7em;
}
.content p
{
  color: #fff;
  margin: 10px 0 20px;
}
.content a
{
  padding: 10px 30px;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  color: #111;
}
/******GALLERY**********/
.h3{
	position:relative;
	bottom:30px;
	left:50px;
	color:black;
	text-decoration:none;
	text-transform:none;
}
.gallery-01{
	position:absolute;
	top:100px;
	left:400px;
	font-size:42px;
}
section{
   padding:20px;
   width:100%;
   display:flex;
   justify-content:center;
   align-items:center;
   flex-direction:column;
   margin:40px auto;
}
section ul.navigation-2{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
section ul.navigation-2 li{
	list-style:none;
	background:#eee;
	padding:12px 20px;
	margin:5px;
	letter-spacing:1px;
	cursor:pointer;
}
section ul.navigation-2 li.active{
	background:#03a9f4;
	color:#efff;
}
section ul.navigation-2 li{
	transition:1.5s;
}
section ul.navigation-2 li:hover{
	background:#666666;
	color:#FFF;
}
.product{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.product .itemBox.hide{
	display:none;
}
.product .itemBox{
	position:relative;
	width:200px;
	height:200px;
	margin:5px;
	display:block;
}
.product .itemBox .img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.image-1{
	width:100px;
	height:200px;
	top:0px;
	transition: 0.5s;
	border:2px solid black;
}
.image-1{
	transform: scale(0.9);
    opacity: 0.5;
}
.image-1:hover{
	transform: scale(1.1);
    opacity: 1;
	
}
/*******GALLERY**********/
/*******FOOTER**********/
.btt{
	position:fixed;
	top:445px;
	left:955px;
}
.gotopbtn{
	position:fixed;
	width:50px;
	height:50px;
	background:#FF9900;
	border:2px solid black;
	bottom:40px;
	right:10px;
	text-decoration:none;
	text-align:center;
	line-height:50px;
	color:black;
	font-size:22px;
	border-radius:50px;
}
.footer{
	position:absolute;
	background-color:#FFFF00;
	margin:10px;
	padding:5px;
	width:100vw;
	text-align:center;
	top:2075px;
	right:0px;
}
/*******FOOTER**********/
body {
  background-color: orange;
}

@media screen and (min-width: 480px) {
  body {
    background: linear-gradient(#E6CD16, #EB5916);
  }
}
/*******Women's Page**********/
.women-Page{
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
}

/*******Women's Page**********/