File: /home/emblazeone/www/amaroseantiaging/web/source_old/css/style.scss
@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&display=swap";
@font-face {
font-family: 'Sofia Pro';
src: url('../fonts/SofiaPro-Black.eot');
src: url('../fonts/SofiaPro-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/SofiaPro-Black.woff2') format('woff2'),
url('../fonts/SofiaPro-Black.woff') format('woff'),
url('../fonts/SofiaPro-Black.ttf') format('truetype'),
url('../fonts/SofiaPro-Black.svg#SofiaPro-Black') format('svg');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Acumin Pro';
src: url('../fonts/AcuminPro-Regular.eot');
src: url('../fonts/AcuminPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/AcuminPro-Regular.woff2') format('woff2'),
url('../fonts/AcuminPro-Regular.woff') format('woff'),
url('../fonts/AcuminPro-Regular.ttf') format('truetype'),
url('../fonts/AcuminPro-Regular.svg#AcuminPro-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #5b5b5b;
}
::-moz-placeholder { /* Firefox 19+ */
color: #5b5b5b;
}
:-ms-input-placeholder { /* IE 10+ */
color: #5b5b5b;
}
:-moz-placeholder { /* Firefox 18- */
color: #5b5b5b;
}
// Colors
$black: #000;
$white: #FFF;
// Fonts
$main_font_regular: 'DIN', sans-serif;
// ------------------------------------------------------
:root {
font-size: 16px;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
&:hover {
text-decoration: none;
}
}
@mixin max-screen($res) {
@media screen and (max-width: $res) {
@content;
}
}
@mixin min-screen($res) {
@media screen and (min-width: $res) {
@content;
}
}
body {
color: #5b5b5b;
}
@keyframes radial-pulse {
0% {
box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
}
100% {
box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
}
}
.animate {
animation: radial-pulse 1s infinite;
}
.btn_get {
line-height: 45px;
background: linear-gradient(to bottom, #f7b2b9, #df6090);
border-radius: 22px;
padding: 0 22px;
font-family: 'Sofia Pro';
font-weight: 700;
color: $white;
font-size: 24px;
display: inline-block;
text-align: left;
@include max-screen(767px) {
width: 100%;
margin-left: 0px;
font-size: 27px;
margin-bottom: 25px;
text-align: left;
}
@include max-screen(375px) {
width: 100%;
margin-left: 0px;
font-size: 24px;
text-align: left;
}
@include max-screen(360px) {
width: 100%;
margin-left: 0px;
font-size: 23px;
text-align: left;
}
&:hover {
color: white;
}
i {
margin-left: 10px;
color: #fff6dd;
}
}
header {
background: #f7b2b9;
padding-top: 17px;
padding-bottom: 25px;
font-family: 'Sofia Pro';
font-weight: 700;
@include max-screen(767px) {
padding-top: 10px;
padding-bottom: 10px;
}
.btn_get {
margin-left: 20px;
@include max-screen(767px) {
font-size: 25px;
margin-left: 0px;
}
@include max-screen(375px) {
font-size: 21px;
}
@include max-screen(360px) {
font-size: 20px;
}
}
.navbar-brand {
max-width: 150px;
padding-top: 0;
padding-bottom: 0;
img {
width: 100%;
}
@include max-screen(767px) {
max-width: 100px;
}
}
.nav-item {
margin: 0 20px;
color: $white;
.nav-link {
font-family: 'Sofia Pro';
font-weight: 500;
font-size: 18px;
color: $white !important;
}
@include max-screen(767px) {
margin: 10px 0px;
}
}
}
.navbar-light .navbar-toggler {
color: white;
border-color: white;
}
.black_line {
background-color: #000000;
line-height: 45px;
text-align: center;
font-family: 'Acumin Pro';
color: $white;
font-size: 18px;
@include max-screen(767px) {
margin-top: 97px;
}
}
.main_banner {
padding: 60px 0;
background-image: url("../images/top_banner.png");
background-size: auto;
background-repeat: no-repeat;
background-position: center top;
height: 810px;
@include max-screen(767px) {
height: auto;
background-size: contain;
background-image: url("../images/top_banner_mob.png");
padding-top: 440px;
}
@include max-screen(400px) {
padding-top: 400px;
}
h3 {
font-family: 'Bebas Neue', cursive;
font-size: 27px;
color: #79777b;
line-height: 27px;
margin-bottom: 10px;
@include max-screen(767px) {
padding-top: 30px;
}
}
h1 {
font-family: 'Bebas Neue', cursive;
font-size: 120px;
color: #f7b2b9;
line-height: 120px;
margin-bottom: 0;
span {
display: block;
font-size: 55px;
line-height: 55px;
position: relative;
top: -10px;
}
@include max-screen(767px) {
font-size: 70px;
line-height: 70px;
span {
font-size: 40px;
line-height: 40px;
}
}
}
p {
font-family: 'Acumin Pro';
color: #626262;
font-size: 20px;
font-weight: normal;
}
ul {
list-style: none;
padding: 0;
margin: 0;
max-width: 350px;
margin-bottom: 35px;
li {
font-size: 21px;
background-image: url("../images/ul_li.png");
background-position: bottom left;
background-repeat: no-repeat;
background-size: contain;
color: #f7b2b9;
font-family: 'Sofia Pro';
font-weight: 500;
line-height: 50px;
&:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
display: inline-block;
content: "\f061";
color: #df9d5b;
margin-right: 20px;
font-size: 16px;
}
}
}
}
.w-35 {
width: 35%;
@include max-screen(767px) {
width: 100%;
}
}
.llpp {
padding-left: 30px;
img{
width: 260px;
}
p {
font-family: 'Acumin Pro';
color: #626262;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
line-height: 30px;
padding-left: 20px;
}
@include max-screen(767px) {
padding-left: 0;
text-align: center;
}
}
.fat {
padding: 61px 0 97px;
background-image: url("../images/banner_fat.png");
background-size: auto;
background-repeat: no-repeat;
background-position: center top;
@include max-screen(767px) {
background-image: url("../images/banner_fat_mob.png");
padding-top: 510px;
background-size: contain;
padding-bottom: 35px;
}
h2 {
font-size: 45px;
line-height: 60px;
color: #f7b2b9;
font-family: 'Sofia Pro';
padding: 25px 0;
}
p {
font-size: 18px;
color: #626262;
font-family: 'Lato', sans-serif;
span {
display: block;
font-family: 'Sofia Pro';
font-size: 23px;
margin-bottom: 15px;
}
}
}
.block_blue {
display: inline-block;
line-height: 50px;
border-radius: 0 16px 0 16px;
color: $white;
font-size: 27px;
font-family: 'Sofia Pro';
padding: 0 20px;
background: #f7b2b9;
}
.transform {
margin-bottom: 100px;
h2 {
font-size: 45px;
line-height: 60px;
color: #f7b2b9;
font-family: 'Sofia Pro';
padding: 25px 0;
}
.banner_girl {
background-image: url("../images/banner_girl.png");
background-size: contain;
background-repeat: no-repeat;
padding: 45px 50px;
@include max-screen(767px) {
background-size: inherit;
background-position: left;
padding: 15px 10px;
background-image: none;
background-color: #f7b2b9;
}
.time {
display: inline-block;
border-radius: 16px;
font-size: 16px;
color: #342e26;
padding: 0 18px;
line-height: 40px;
background-color: #fef44f;
font-family: 'Sofia Pro';
text-transform: uppercase;
margin-bottom: 20px;
}
.titl {
font-family: 'Sofia Pro';
font-size: 25px;
color: #ffffff;
line-height: 25px;
margin-bottom: 10px;
}
p {
font-family: 'Lato', sans-serif;
font-size: 16px;
color: #ffffff;
max-width: 550px;
}
}
}
.science {
background: #f7b2b9;
padding-top: 95px;
padding-bottom: 100px;
.block_blue {
background: white;
color: #f7b2b9;
}
h2 {
font-size: 45px;
line-height: 60px;
color: #FFF;
font-family: 'Sofia Pro';
padding: 25px 0;
}
p {
font-size: 18px;
color: #FFF;
font-family: 'Lato', sans-serif;
max-width: 880px;
margin-bottom: 30px;
}
h3 {
font-family: 'Acumin Pro';
font-size: 30px;
color: #ffffff;
padding: 20px 0;
}
}
.reviews {
padding: 100px 0;
@include max-screen(767px) {
padding: 35px 0;
}
.block_blue {
@include max-screen(767px) {
margin-bottom: 20px;
}
}
h2 {
color: #261475;
font-size: 36px;
line-height: 50px;
font-family: 'Sofia Pro';
padding: 25px 0 55px;
}
.amer {
font-size: 20px;
color: #000000;
line-height: 24px;
font-family: 'Acumin Pro';
display: inline-block;
margin-left: 10px;
}
h3 {
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 24px;
padding-top: 40px;
padding-bottom: 30px;
span {
font-size: 20px;
display: block;
}
}
p {
font-size: 18px;
color: #393939;
font-family: 'Lato', sans-serif;
}
}
.packeg {
background-color: #fff9f0;
padding-top: 86px;
padding-bottom: 120px;
@include max-screen(767px) {
padding-top: 0px;
}
h2 {
color: #0065bc;
font-size: 50px;
line-height: 50px;
font-family: 'Sofia Pro';
padding: 25px 0;
text-align: center;
}
p {
font-size: 18px;
color: #393939;
font-family: 'Sofia Pro';
text-align: center;
margin-bottom: 80px;
}
.product {
text-align: center;
@include max-screen(767px) {
margin-bottom: 20px;
}
&:hover {
transform: scale(1.15);
transition: 0.3s;
position: relative;
z-index: 10;
}
p {
margin-bottom: 20px;
}
&.center {
position: relative;
top: -50px;
z-index: 2;
@include max-screen(767px) {
top: 0;
}
.head {
background-color: #f7b2b9;
color: #FFF;
margin-bottom: 45px;
}
.single {
margin-bottom: 50px;
}
p {
margin-bottom: 50px;
}
}
background-color: #FFFFFF;
box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.4);
border-radius: 16px;
overflow: hidden;
.head {
background-color: #dceeff;
line-height: 55px;
font-size: 18px;
color: #41057b;
font-family: 'Sofia Pro';
text-align: center;
margin-bottom: 25px;
}
.single {
font-size: 25px;
color: #f7b2b9;
font-family: 'Sofia Pro';
span {
display: block;
font-size: 17px;
color: #000000;
}
margin-bottom: 18px;
}
.for_img {
img {
width: 100%;
}
}
.price {
span {
font-family: 'Acumin Pro';
color: #878787;
font-size: 18px;
display: block;
margin-bottom: 10px;
line-height: 18px;
text-decoration: line-through;
}
font-size: 25px;
color: #f7b2b9;
margin-bottom: 22px;
line-height: 25px;
font-family: 'Sofia Pro';
}
.btn_get {
font-size: 20px;
@include max-screen(767px) {
font-size: 16px;
display: inline-block;
width: auto;
}
}
}
}
.delivers {
padding: 90px 0;
background-image: url("../images/delivers.png");
background-size: auto;
background-repeat: no-repeat;
background-position: center top;
position: relative;
@include max-screen(767px) {
height: auto;
background-size: inherit;
background-position: left;
background-image: none;
background-color: #f7b2b9;
padding: 30px 0;
}
.pos {
position: absolute;
left: 47%;
margin-left: -200px;
z-index: 2;
display: block;
width: 655px;
top: 71px;
@include max-screen(767px) {
position: relative;
top: 0;
margin-left: 0;
width: 93%;
left: 0;
}
}
.amer {
font-size: 20px;
color: #FFF;
line-height: 24px;
font-family: 'Acumin Pro';
display: inline-block;
margin-left: 10px;
@include max-screen(767px) {
font-size: 16px;
}
}
h3 {
font-family: 'Bebas Neue', cursive;
font-size: 27px;
color: #79777b;
line-height: 27px;
margin-bottom: 10px;
}
h2 {
font-family: 'Bebas Neue', cursive;
font-size: 60px;
color: #FFF;
line-height: 60px;
margin-bottom: 0;
@include max-screen(767px) {
font-size: 50px;
line-height: 50px;
span {
font-size: 40px;
line-height: 40px;
}
}
}
ul {
list-style: none;
padding: 0;
margin: 0;
max-width: 350px;
margin-bottom: 35px;
li {
font-size: 21px;
color: #FFF;
font-family: 'Sofia Pro';
font-weight: 500;
line-height: 50px;
&:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
display: inline-block;
content: "\f061";
color: #df9d5b;
margin-right: 20px;
font-size: 16px;
}
}
}
}
footer {
padding-top: 75px;
padding-bottom: 100px;
img {
width: 150px;
display: inline-block;
margin-bottom: 45px;
&.footer-card-icon {
width: auto;
@include max-screen(767px) {
width: 100%;
}
}
}
h4 {
color: #f7b2b9;
font-size: 24px;
line-height: 24px;
font-family: 'Sofia Pro';
padding: 25px 0;
}
p {
font-family: 'Lato', sans-serif;
font-size: 18px;
color: #050505;
margin-bottom: 45px;
&.bbotm {
font-size: 11px;
color: #919191;
margin-bottom: 0;
}
}
span.cl {
font-size: 15px;
color: #000000;
font-family: 'Acumin Pro';
margin-bottom: 45px;
text-transform: uppercase;
display: block;
@include max-screen(767px){
font-size: 14px;
}
}
.priv {
font-size: 15px;
color: #000000;
line-height: 24px;
margin-top: 15px;
margin-bottom: 25px;
text-transform: uppercase;
span {
display: inline-block;
margin: 0 25px;
color: #000000;
}
@include max-screen(767px){
color: #eff4f9;
font-size: 13px;
span {
color: #000000;
margin: 0 2px;
}
}
}
.bg {
background-color: #eff4f9;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
margin-bottom: 50px;
}
}
.modal-dialog {
max-width: 1092px;
.modal-content {
overflow: hidden;
.modal-header {
padding: 0;
border: none;
.close {
margin: 0;
background: linear-gradient(to bottom, #27cffe, #4facfe);
font-size: 13px;
color: #e8e8e8;
font-family: 'Lato', sans-serif;
font-weight: normal;
position: absolute;
right: 0;
z-index: 11;
padding: 20px 50px;
}
}
.modal-body {
padding: 50px;
h2 {
color: #f7b2b9;
font-size: 40px;
line-height: 40px;
font-family: 'Sofia Pro';
padding: 25px 0;
}
p {
font-family: 'Lato', sans-serif;
font-weight: normal;
font-size: 13px;
color: #5f5f5f;
}
h3 {
font-family: 'Sofia Pro';
font-weight: normal;
font-size: 13px;
color: #5f5f5f;
}
}
}
}
.header_checkout {
.line {
height: 6px;
background: #f7b2b9;
margin-bottom: 12px;
}
.steps {
height: 2px;
background-color: #e8e8e8;
img {
position: relative;
bottom: 16px;
@include max-screen(767px) {
width: 100%;
}
}
}
h2 {
color: #f7b2b9;
font-size: 40px;
line-height: 40px;
font-family: 'Sofia Pro';
text-align: center;
padding: 25px 0;
span {
font-size: 24px;
color: #000000;
display: block;
padding-top: 15px;
}
}
.order_day {
font-family: 'Sofia Pro';
font-size: 16px;
color: #000000;
padding-top: 45px;
padding-bottom: 35px;
span {
font-family: 'Acumin Pro';
}
}
.chos {
text-align: center;
padding-top: 40px;
span {
display: inline-block;
font-size: 12px;
color: #000000;
margin: 0 43px;
&:nth-child(2) {
margin-left: 0;
}
}
}
}
.big_form {
border: solid 1px #e1e1e1;
border-radius: 4px;
overflow: hidden;
&.blue_line {
border: solid 1px #f7b2b9;
border-radius: 0;
.most {
display: inline-block;
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
font-family: 'Acumin Pro';
line-height: 26px;
padding: 0 10px;
background-color: #f7b2b9;
text-align: left;
}
h4 {
font-family: 'Sofia Pro';
font-size: 45px;
color: #f7b2b9;
line-height: 70px;
text-align: left;
span {
font-size: 30px;
color: #000000;
display: block;
line-height: 38px;
font-family: 'Acumin Pro';
}
}
.bottle_chek {
text-align: center;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
max-width: 288px;
img {
width: 100%;
display: block;
margin-bottom: 10px;
}
}
.des_1 {
font-family: 'Sofia Pro';
font-size: 16px;
color: #f7b2b9;
line-height: 16px;
padding-bottom: 15px;
padding-top: 15px;
width: 75%;
text-align: left;
border-bottom: solid 1px #c6b4d7;
}
.des_2 {
font-family: 'Sofia Pro';
font-size: 16px;
color: #878787;
line-height: 16px;
padding-top: 15px;
padding-bottom: 15px;
width: 75%;
text-align: left;
border-bottom: solid 1px #c6b4d7;
&.thr {
text-decoration: line-through;
}
}
.bottom_f {
background-color: #edf7ff;
text-align: center;
padding: 40px 0;
.cont {
font-family: 'Sofia Pro';
font-size: 16px;
color: #000000;
}
.cont_tex {
padding: 15px;
font-size: 12px;
color: #000000;
font-family: 'Acumin Pro';
span {
font-family: 'Sofia Pro';
font-size: 12px;
display: inline-block;
}
}
}
}
.st_1 {
padding: 17px 30px;
font-size: 24px;
color: #f7b2b9;
font-family: 'Sofia Pro';
background: linear-gradient(to bottom, #fff0d0, #ffdd93);
@include max-screen(767px) {
padding: 10px;
font-size: 16px;
}
}
.st_2 {
padding: 17px 30px;
font-size: 24px;
color: #FFF;
font-family: 'Sofia Pro';
@include max-screen(767px) {
padding: 10px;
font-size: 16px;
}
}
.bg {
background: #f7b2b9;
}
.form-control {
color: #000000;
font-size: 14px;
height: 42px;
}
.form-group {
margin-bottom: 30px;
&.mb-mb {
margin-bottom: 0;
@include max-screen(767px) {
margin-bottom: 30px;
}
}
}
.usps-txt {
font-size: 17px;
line-height: 20px;
position: relative;
padding: 15px;
border: 1px solid #f3d8a9;
border-radius: 5px;
background: #fff5d4;
margin: 25px 0 5px;
letter-spacing: -0.3px;
text-align: left;
span {
color: #f7b2b9;
}
}
.form-check {
.form-check-input {
margin-left: 0px;
margin-top: 7px;
}
.form-check-label {
margin-left: 27px;
}
}
.bottle_chek {
text-align: center;
padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
img {
width: 100%;
display: block;
margin-bottom: 10px;
}
.title {
font-family: 'Sofia Pro';
font-size: 23px;
color: #f7b2b9;
text-align: left;
margin-bottom: 30px;
span {
display: block;
font-size: 17px;
color: #000000;
line-height: 22px;
}
}
.des_1 {
font-family: 'Acumin Pro';
font-size: 16px;
color: #f7b2b9;
line-height: 16px;
margin-bottom: 15px;
width: 50%;
text-align: left;
}
.des_2 {
font-family: 'Acumin Pro';
font-size: 16px;
color: #878787;
line-height: 16px;
margin-bottom: 15px;
width: 50%;
text-align: left;
&.thr {
text-decoration: line-through;
}
}
}
.de {
border-top: solid 1px #f7b2b9;
padding-top: 15px;
.des_1 {
font-family: 'Sofia Pro';
font-size: 16px;
color: #f7b2b9;
line-height: 16px;
margin-bottom: 15px;
}
}
}
.risk {
background-image: url("../images/risk.png");
background-repeat: no-repeat;
background-size: cover;
padding-top: 24px;
text-align: center;
padding-bottom: 180px;
background-position: center bottom;
border-radius: 16px;
overflow: hidden;
margin-top: 30px;
.tt {
font-family: 'Sofia Pro';
font-size: 40px;
color: #cb0d0f;
line-height: 48px;
span {
display: block;
color: #41057b;
font-size: 21px;
line-height: 21px;
}
}
p {
font-size: 16px;
color: #41057b;
font-family: 'Acumin Pro';
padding: 20px 15px;
line-height: 18px;
}
}