|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"> |
|
<meta content="ie=edge" http-equiv="X-UA-Compatible"> |
|
<title> |
|
Marc&Andre |
|
</title> |
|
</head> |
|
<body> |
|
<style> |
|
|
|
@font-face { |
|
font-family: 'Museo Sans Cyrl'; |
|
src: url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'), |
|
url('../fonts/MuseoSansCyrl-500.woff') format('woff'); |
|
font-weight: normal; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
|
|
@font-face { |
|
font-family: 'Museo Sans Cyrl'; |
|
src: url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'), |
|
url('../fonts/MuseoSansCyrl-300.woff') format('woff'); |
|
font-weight: 300; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
|
|
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0} |
|
|
|
*, |
|
*::before, |
|
*::after { |
|
-webkit-box-sizing: border-box; |
|
-moz-box-sizing: border-box; |
|
box-sizing: border-box; |
|
} |
|
|
|
html { |
|
width: 100%; |
|
height: 100%; |
|
font-size: 10px; |
|
} |
|
|
|
body { |
|
width: 100%; |
|
min-width: 320px; |
|
height: 100%; |
|
font-family: Roboto, Arial, sans-serif; |
|
font-weight: 400; |
|
font-size: 2rem; |
|
line-height: 1.2; |
|
letter-spacing: 0.127em; |
|
color: #fff; |
|
background: #000; |
|
} |
|
|
|
@media (min-width: 641px) and (max-width: 1240px) { |
|
body { |
|
font-size: 1.6rem; |
|
} |
|
} |
|
|
|
@media (max-width: 640px) { |
|
body { |
|
font-size: 1.4rem; |
|
} |
|
} |
|
|
|
.world-swimwear-lingerie { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: -moz-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: end; |
|
-webkit-justify-content: flex-end; |
|
-moz-box-pack: end; |
|
-ms-flex-pack: end; |
|
justify-content: flex-end; |
|
-webkit-box-align: start; |
|
-webkit-align-items: flex-start; |
|
-moz-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start; |
|
height: 100%; |
|
text-align: center; |
|
background: #000 no-repeat center top; |
|
-moz-background-size: cover; |
|
background-size: cover; |
|
} |
|
|
|
.world-swimwear-lingerie__container { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: -moz-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: start; |
|
-webkit-justify-content: flex-start; |
|
-moz-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
-moz-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding: 25px; |
|
width: 45.8%; |
|
height: 100%; |
|
overflow: auto; |
|
} |
|
|
|
@media (max-width: 768px), (max-aspect-ratio: 1.099) { |
|
.world-swimwear-lingerie__container { |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
-moz-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
-moz-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
width: 100%; |
|
} |
|
} |
|
|
|
@media (min-width: 769px) and (orientation: landscape) and (min-aspect-ratio: 1.3) { |
|
.world-swimwear-lingerie__container { |
|
width: 45.8%; |
|
} |
|
} |
|
|
|
@media (min-width: 769px) and (orientation: landscape) and (min-aspect-ratio: 1.3) and (max-aspect-ratio: 1.8) { |
|
.world-swimwear-lingerie__container { |
|
min-width: 480px; |
|
} |
|
} |
|
|
|
.world-swimwear-lingerie__content { |
|
max-width: 100%; |
|
} |
|
|
|
@media (min-width: 769px) and (orientation: landscape) and (max-aspect-ratio: 1.6) { |
|
.world-swimwear-lingerie__content { |
|
margin-bottom: -webkit-calc(100vh * 150 / 720); |
|
margin-bottom: -moz-calc(100vh * 150 / 720); |
|
margin-bottom: calc(100vh * 150 / 720); |
|
} |
|
} |
|
|
|
@media (min-width: 769px) and (orientation: landscape) and (min-aspect-ratio: 1.60001) { |
|
.world-swimwear-lingerie__content { |
|
margin-bottom: -webkit-calc((100vh * 150 / 720) - (720 * (100vw / 1280) - 100vh)); |
|
margin-bottom: -moz-calc((100vh * 150 / 720) - (720 * (100vw / 1280) - 100vh)); |
|
margin-bottom: calc((100vh * 150 / 720) - (720 * (100vw / 1280) - 100vh)); |
|
} |
|
} |
|
|
|
@media (max-width: 768px), (max-aspect-ratio: 1.099) { |
|
.world-swimwear-lingerie__content { |
|
margin-bottom: 0; |
|
} |
|
} |
|
|
|
.world-swimwear-lingerie__title { |
|
position: relative; |
|
margin: 0; |
|
padding: 0 0 17px; |
|
font-style: normal; |
|
font-size: 2.2rem; |
|
font-weight: 400; |
|
letter-spacing: 0.127em; |
|
text-transform: uppercase; |
|
text-align: center; |
|
} |
|
|
|
@media (min-width: 641px) and (orientation: portrait) { |
|
.world-swimwear-lingerie__title { |
|
font-size: 3rem; |
|
} |
|
} |
|
|
|
@media (min-width: 769px) and (max-width: 1240px) and (orientation: landscape) and (max-aspect-ratio: 1.8) { |
|
.world-swimwear-lingerie__title { |
|
font-size: 3rem; |
|
} |
|
} |
|
|
|
@media (min-width: 1241px) and (orientation: landscape) { |
|
.world-swimwear-lingerie__title { |
|
font-size: 3.8rem; |
|
color: #ffffff; |
|
text-shadow: 1px 2px black; |
|
} |
|
} |
|
|
|
@media (max-width: 640px), (orientation: portrait) { |
|
.world-swimwear-lingerie__title br { |
|
display: none; |
|
} |
|
} |
|
|
|
.world-swimwear-lingerie__title::after { |
|
content: ""; |
|
position: absolute; |
|
bottom: 0; |
|
left: 50%; |
|
margin-left: -43px; |
|
width: 86px; |
|
height: 1.5px; |
|
background: #bb9a66; |
|
} |
|
|
|
.world-swimwear-lingerie__subtitle { |
|
margin: 1.1em 0 1.75em; |
|
font-family: 'Museo Sans Cyrl', Roboto, Arial, sans-serif; |
|
color: #ffffff; |
|
text-shadow: 1px 2px black; |
|
} |
|
|
|
@media (min-width: 641px), (orientation: landscape) { |
|
.world-swimwear-lingerie__subtitle br { |
|
display: none; |
|
} |
|
} |
|
|
|
@media (max-width: 640px), (orientation: portrait) { |
|
.world-swimwear-lingerie__subtitle { |
|
margin-bottom: 6em; |
|
} |
|
} |
|
|
|
.world-swimwear-lingerie__btn { |
|
display: inline-block; |
|
vertical-align: middle; |
|
border: 0; |
|
outline: none; |
|
width: 293px; |
|
max-width: 100%; |
|
height: 53px; |
|
font: inherit; |
|
font-family: 'Museo Sans Cyrl', Roboto, Arial, sans-serif; |
|
line-height: 53px; |
|
text-decoration: none; |
|
text-align: center; |
|
text-transform: uppercase; |
|
color: #fff; |
|
background: #C3A471; |
|
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); |
|
-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); |
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); |
|
cursor: pointer; |
|
-webkit-transition: all 0.25s ease; |
|
-o-transition: all 0.25s ease; |
|
-moz-transition: all 0.25s ease; |
|
transition: all 0.25s ease; |
|
} |
|
|
|
@media (max-width: 640px), (orientation: portrait) { |
|
.world-swimwear-lingerie__btn { |
|
width: 182px; |
|
height: 44px; |
|
line-height: 44px; |
|
} |
|
} |
|
|
|
@media (max-width: 1240px) and (orientation: landscape) { |
|
.world-swimwear-lingerie__btn { |
|
width: 182px; |
|
height: 44px; |
|
line-height: 44px; |
|
} |
|
} |
|
|
|
.world-swimwear-lingerie__btn:hover { |
|
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); |
|
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); |
|
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); |
|
} |
|
|
|
.world-swimwear-lingerie__btn:active, |
|
.world-swimwear-lingerie__btn:focus { |
|
outline: none; |
|
-webkit-box-shadow: none; |
|
-moz-box-shadow: none; |
|
box-shadow: none; |
|
} |
|
|
|
|
|
|
|
.world-swimwear-lingerie { |
|
background-image: url(/dive/images/bg2.jpg); |
|
} |
|
@media(max-width: 428px) { |
|
.world-swimwear-lingerie { |
|
background-image: url(/dive/images/bg-small2.jpg); |
|
} |
|
} |
|
</style> |
|
<div class="world-swimwear-lingerie"> |
|
<div class="world-swimwear-lingerie__container"> |
|
<div class="world-swimwear-lingerie__content"> |
|
<h1 class="world-swimwear-lingerie__title"> |
|
DISCOVER A |
|
<br> |
|
FASCINATING WORLD OF |
|
<br> |
|
MARC & ANDRÉ |
|
<br> |
|
sWIMWEAR & LINGERIE! |
|
</h1> |
|
<div class="world-swimwear-lingerie__subtitle"> |
|
take a deep breath |
|
<br> |
|
and… |
|
</div> |
|
<div class="world-swimwear-lingerie__button"> |
|
<a class="world-swimwear-lingerie__btn"> |
|
Dive |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</body> |
|
</html> |
|
|