* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #134159;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", helvetica, sans-serif;
}
body.bg-01 {
    background-image: url('../image/bg-01.jpg');
}
body.bg-02 {
    background-image: url('../image/bg-02.jpg');
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.content-wrapper {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.content-wrapper .limited-offer {
	font: 900 40px/42px "Montserrat", helvetica, sans-serif;
	color: #fff;
	background-color: #b38713;
	display: inline-block;
	padding: 30px 75px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: inset 0 0 20px 0 #fde10e, 0 0 20px 3px #fde10e;
	animation: zoom-in-out 1.5s linear infinite;
	-webkit-animation: zoom-in-out 1.5s linear infinite;
}
.content-wrapper h1 {
	font: 900 90px/92px "Montserrat", helvetica, sans-serif;
	color: #fff;
	margin: 35px 0 20px;
	animation: zoom-in-out 1.5s linear infinite;
	-webkit-animation: zoom-in-out 1.5s linear infinite;
}
.content-wrapper .inner-content-wrapper {
    background-color: rgba(10, 42, 59, 0.6);
    padding: 90px 75px 65px;
    margin: 0 0 -50px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.content-wrapper .main-img-wrapper {
    margin: 0 0 -80px;
}
.content-wrapper .inner-content-wrapper h5 {
	font: 600 36px/50px "Montserrat", helvetica, sans-serif;
	color: #fff;
}
.content-wrapper a {
    font: 600 36px/38px "Montserrat", helvetica, sans-serif;
    color: #fff;
    background-color: #5ba623;
    padding: 30px 60px 20px;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    margin: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    animation: zoom-in-out 1.5s linear infinite;
    -webkit-animation: zoom-in-out 1.5s linear infinite;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
.content-wrapper a:hover {
    background-color: rgb(76, 139, 28);
}
.content-wrapper a span {
    margin: 0 30px 0 0;
}
.content-wrapper a img {
    margin: -12px 0 0;
    max-width: 65px;
}
@keyframes zoom-in-out {
    0%,
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
    }
}
@media (max-width: 1699px) {
    .content-wrapper .limited-offer {
        font-size: 42px;
        line-height: 44px;
        padding: 25px 65px;
    }
    .content-wrapper h1 {
        margin: 30px 0 15px;
    }
    .content-wrapper .inner-content-wrapper h5 {
        font-size: 38px;
        line-height: 50px;
    }
    .content-wrapper a {
        font-size: 38px;
        line-height: 40px;
        padding: 25px 55px 15px;
    }
    .content-wrapper a span {
        margin: 0 28px 0 0;
    }
    .content-wrapper a img {
        max-width: 55px;
    }
}
@media (max-width: 1499px) {
    .content-wrapper .limited-offer {
        font-size: 38px;
        line-height: 40px;
        padding: 20px 55px;
    }
    .content-wrapper .inner-content-wrapper h5 {
        font-size: 34px;
        line-height: 46px;
    }
    .content-wrapper a {
        font-size: 34px;
        line-height: 36px;
        padding: 20px 45px;
    }
    .content-wrapper a span {
        margin: 0 22px 0 0;
    }
    .content-wrapper a img {
        max-width: 40px;
    }
}
@media (max-width: 1399px) {
    .content-wrapper .limited-offer {
        font-size: 32px;
        line-height: 34px;
        padding: 18px 45px;
    }
    .content-wrapper h1 {
        font-size: 84px;
        line-height: 86px;
        margin: 22px 0 10px;
    }
    .content-wrapper .inner-content-wrapper h5 {
        font-size: 28px;
        line-height: 36px;
    }
    .content-wrapper a {
        font-size: 28px;
        line-height: 30px;
        padding: 18px 40px;
    }
    .content-wrapper a span {
        margin: 0 20px 0 0;
    }
    .content-wrapper a img {
        max-width: 35px;
    }
}
@media (max-width: 1199px) {
    .content-wrapper .limited-offer {
        font-size: 26px;
        line-height: 28px;
        padding: 15px 35px;
    }
    .content-wrapper h1 {
        font-size: 62px;
        line-height: 64px;
        margin: 15px 0 10px;
    }
    .content-wrapper .inner-content-wrapper {
        padding: 90px 55px 45px;
        margin: 0 0 -35px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .content-wrapper .inner-content-wrapper h5 {
        font-size: 24px;
        line-height: 32px;
    }
    .content-wrapper a {
        font-size: 24px;
        line-height: 26px;
        padding: 15px 30px;
    }
    .content-wrapper a span {
        margin: 0 15px 0 0;
    }
    .content-wrapper a img {
        max-width: 32px;
    }
}
@media (max-width: 767px) {
    .content-wrapper {
        width: 100%;
    }
    .content-wrapper .limited-offer {
        font-size: 28px;
        line-height: 30px;
        padding: 15px 30px;
    }
    .content-wrapper h1 {
        font-size: 62px;
        line-height: 64px;
    }
    .content-wrapper .inner-content-wrapper {
        padding: 90px 40px 45px;
    }
    .content-wrapper .inner-content-wrapper h5 {
        font-size: 22px;
        line-height: 30px;
    }
    .content-wrapper a {
        font-size: 22px;
        line-height: 24px;
        padding: 15px 25px;
    }
    .content-wrapper a img {
        margin: -8px 0 0;
        max-width: 30px;
    }
}
@media (max-width: 480px) {
    .content-wrapper h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .content-wrapper .limited-offer {
        font-size: 22px;
        line-height: 24px;
        padding: 15px 25px;
        box-shadow: inset 0 0 15px 0 #fde10e, 0 0 15px 1px #fde10e;
    }
    .content-wrapper .inner-content-wrapper {
        padding: 90px 20px 32px;
        margin: 0 0 -25px;
    }
    .content-wrapper .inner-content-wrapper h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .content-wrapper a {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 20px;
    }
    .content-wrapper a span {
        margin: 0 12px 0 0;
    }
    .content-wrapper a img {
        max-width: 20px;
    }
}
@media (max-width: 360px) {
    .content-wrapper .limited-offer {
        font-size: 18px;
        line-height: 20px;
        padding: 12px 20px;
    }
    .content-wrapper h1 {
        font-size: 34px;
        line-height: 36px;
    }
    .content-wrapper .inner-content-wrapper h5 {
        font-size: 15px;
        line-height: 24px;
    }
    .content-wrapper a {
        font-size: 15px;
    }
    .content-wrapper a span {
        margin: 0 10px 0 0;
    }
    .content-wrapper a img {
        margin: -4px 0 0;
    }
}