@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

body {
	height: 100%;
    color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
	font-size: 18px;
	font-weight: 600;
	background: rgba(0,74,173,1);
	background: linear-gradient(90deg, rgba(93,223,230,1) 0%, rgba(0,74,173,1) 100%);

}

div#wrap {
    position: relative;
}

.fulltop {
    margin-top: -260px;
    margin-bottom: 120px;
	position: relative;
}

.fulltop h1 {
    background: #002846;
    color: #fff;
    padding: 40px;
    text-align: center;
    font-weight: 900;
    font-size: 94px;
    width: 92%;
    margin: 0px auto;
}

.fulltop h2 {
    transform: rotate(355deg);
    background: #ffd51e;
    color: #002846;
    padding: 40px;
    text-align: center;
    font-weight: 900;
    font-size: 94px;
    width: 90%;
    margin: -26px auto;
}

.fulltop h3 {
    background-color: #ffd51e;
    position: absolute;
    right: -100px;
    top: -300px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    padding: 40px;
    border-radius: 45%;
    font-size: 60px;
    font-weight: 900;
    color: #002846;
}

.w .container {
	max-width:900px;
}
.w h1 {
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    max-width: 680px;
    margin: auto;
    border: 3px solid #fff;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
}

.w ul {
    background: #ffd51e;
    margin: 30px;
    border-radius: 25px;
    padding: 30px 60px;
    font-weight: 400;
}

.w ul li:first-child {
    list-style: none;
    font-size: 24px;
    color: #fff;
    margin-left: -20px;
    font-weight: 700;
}

.w p {
    background: #ffd51e;
    color: #222;
    padding: 40px 30px;
    border-radius: 25px;
    font-weight: 400;
    margin: 33px;
}

#footer img {
	width: 120px;
}
#footer {
	background: #3331C6;
	background: linear-gradient(90deg, #020207 0%, #3331C6 100%);
	padding: 50px 30px;
}

@media (max-width: 767px) {
	.fulltop {
		margin-top: -110px;
		margin-bottom: 45px;
	}
	.fulltop h1 {
		padding: 30px;
		font-size: 38px;
	}

	.fulltop h2 {
		padding: 30px;
		font-size: 38px;
	    margin: -6px auto;
	}
	.w h1 {
		font-size: 24px;
	}
	.fulltop h3 {
		display:none;
	}
}


