@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;
  background: linear-gradient (#EB5916,#E6CD16);
}
.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;
}
.girl
{
  position: absolute;
  bottom: 0;
  height: 80%;
  right: 40px;
}

/*****ABOUT PAGE**************/
.flex-container {
  position:absolute;
  top:225px;
  width:auto;
  display: flex;
  justify-content: center;
  background-color: linear-gradient( #EB5916, #E6CD16);
}

.flex-container > div {
  background-color:;
  margin: 10px;
  padding: 5px;
  font-size: 20px;
}
.Top_header{
	position:absolute;
	top:140px;
	width:80%;
	height:75px;
	background-color:#FF9900;
	border-radius:10px;
}
.AboutUs{
	position:absolute;
	top:20px;
	left:20px;	
    color:white;
}
.Original{
	position:absolute;
	bottom:0px;
	right:5px;
	width:100px;
	height:120px;
}
.pic_2{
	position:absolute;
	left:5px;
	width:350px;
	heigth:450px;
	border-radius:10px;
}
.text_1{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height: 1.5;
	width:450px;
	left:375px;
	text-align:justify;
    letter-spacing: 2px;
}
.flex{
	display:flex;
	justify-content:center;
	border-radius:10px;
}
.flex > div{
	position:relative;
	top:700px;
	margin:10px;
	padding:5px;	
}
.box-1{
	position:relative;
	width:90%;
	height:250px;
	margin:10px;
}
.h1{
	color:black;
	font-size:42px;
	font-family:'oswald' sans-serif;
}
.p1{
	width:400px;
	color:white;
	padding:10px;
	background-color:#E6CD16;
	border-radius:5px;
	box-shadow: 10px 10px 5px grey;
	font-size:20px;
	line-height:1.8;
	font-family:'oswald' sans-serif;
}
.imgs{
	position:relative;
	left:30px;
	margin-top:38px;
	border-radius:5px;
}
/*****ABOUT PAGE**************/

/*****FOOTER PAGE**************/
.footer{
	position:absolute;
	background-color:#FFFF00;
	margin:10px;
	padding:5px;
	width:1050px;
	text-align:center;
	top:1400px;
	right:0px;
}
/*****FOOTER PAGE**************/
body {
  background-color: grey;
}

@media screen and (min-width: 480px) {
  body {
    background: linear-gradient( #EB5916, #E6CD16);
  }
}