* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.container {
    height: 615px;
    width: 100%;
    background-image: linear-gradient(yellow,red);
    background-position: center;
    background-size: cover;
    padding-right: 3%;
    padding-left: 5%;
    box-sizing: border-box;
    position: relative;
}
.header {
    width: 100%;
    height: 15vh;
    margin: auto;
    display: flex;
    align-items: center;
}
.logo {
    width: 100px;
	height: 70px;
    margin-top: 10px;
    cursor: pointer;
}
nav {
    flex: 1;
    padding-left: 350px;
}
nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
nav ul li a {
    text-decoration: none;
    color: rgba(100,100,100,0.5);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
#btn1 {
    text-transform: uppercase;
    background: linear-gradient(to bottom, #378de5 3%, #48789b 100%);
    border-radius: 30px;
    border: 1px solid #5e97d1;
    cursor: pointer;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 20px;
    margin: 10px;
    text-decoration: none;
    box-shadow: 1px 4px 12px rgba(94,28,68,.15);
    text-shadow: 0px 1px 0px #528ecc;
}
#btn2 {
    text-transform: uppercase;
    background: linear-gradient(to bottom, #cbcbcb 2%, #fff 100%);
    border-radius: 30px;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    color: #5e97d1;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 20px;
    margin: 10px;
    text-decoration: none;
    box-shadow: 1px 4px 12px rgba(94,28,68,.15);
    text-shadow: 0px 1px 0px #cbcbcb;
}
.btn:hover {
    box-shadow: 3px 8px 22px rgba(94,28,68,.15);
    transform: scale(1.1);
    transition: .2s ease-in-out;
}
.marquee{
	display: block;
	font-size: 15px;
	background: rgba(255,50,200,0.3);
	color: white;
}
.content {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.content .text {
    position: relative;
    max-width: 700px;
}
.content .text h1 {
    font-family: canela;
	color: cyan;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 40px;
    font-size: 50px;
}
.content .text span {
    font-size: 40px;
	font-family: canela;
    text-transform: uppercase;
    font-weight: 900;
    color: cyan;
    letter-spacing: 0.1em;
}
.content .text p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 40px;
    color: silver;
 }
.btn3 {
    background: linear-gradient(to bottom, #cbcbcb 2%, #fff 100%);
    margin-top: 40px;
    margin-left: 140px;
    padding: 15px 30px;
    text-align: center;
    transition: .5s;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    box-shadow: 1px 4px 12px rgba(94,28,68,.15);
}
.sunglasses {
    display: flex;
    height: 600px;
    position: absolute;
    width: 600px;
    margin: 30px 0 0 160px;
    padding-left: 440px;
    justify-content: flex-end;
}