
@font-face{
    font-family: 'Arsenica Medium';
    src:url("../fonts/arsenica-trial/ArsenicaTrial-Medium.ttf");
}
@font-face{
    font-family: 'Arsenica LightItalic';
    src:url("../fonts/arsenica-trial/ArsenicaTrial-LightItalic.ttf");
}
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure{
    margin:0;
    padding:0;
    font-weight: normal;
    font-size: unset;
    cursor: default;
}
body{
    position: relative;
    max-width: 1920px;
    margin:0 auto;
    font-family: 'Arsenica Medium', sans-serif;
    -webkit-text-size-adjust: 100%;
    background-color: #000;
    color:#fff;
}

a{
    text-decoration: none;
    color: inherit;
    cursor:pointer;
}
li{
    list-style-type: none;
}
html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
strong{
    font-family: 'Lato',sans-serif;
    font-weight: 700;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex.centered{
    align-items: center;
}
.flex.space{
    justify-content: space-between;
}
.header{
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.background-image{
    text-align: right;
    height: 148vh;
    position: relative;
}
.background-image img{
    height: 100%;
    aspect-ratio: 0.84;
    object-fit: cover;
    width:71%;
}
.gradient{
    width: 100%;
    height: 665px;
    position: absolute;
    bottom: -1px;
    left:0;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
}
.header-wrapper{
    padding:50px 60px;
}
.logo-wrapper{
    text-align: center;
    width: calc(100% / 3);
}
.logo-wrapper h1{
    font-size:60px;
}
.logo-wrapper h2{
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size:15px;
    padding-top:5px;
}
.menu-wrapper{
    width: calc(100% / 3);
    font-size:18px;
    line-height:29px;
}
.hero-title{
    font-size:76px;
    font-family: 'Waterfall', sans-serif;
    height: 80vh;
}
.hero-title h2{
    position: absolute;
    bottom: 75px;
    left: 0;
    padding: 0 60px;
}
.main-wrapper{
    position:relative;
}
.welcome-wrapper{
    text-align: center;
    position: absolute;
    top: -220px;
    left:0;
    width: 100%;
    z-index: 1;
}
.welcome-wrapper .row{
    align-items: baseline;
    justify-content: center;
}
.text-op{
    opacity:68%;
}
.text-lower-op{
    opacity: 45%;
}
.full{
    opacity:100%;
    transition: opacity 1s ease-in-out;
}
.welcome-wrapper h3{
    font-size:112px;
    padding: 0 10px;
}
.welcome-wrapper h4{
    font-size:78px;
    padding: 0 10px;
}
.ring-wrapper{
    text-align: center;
    padding-top: 70px;
    position: relative;
    max-width: 1025px;
    margin: 0 auto;
}
.ring-text{
    position: absolute;
    bottom: 121px;
    left: 0;
    font-size: 35px;
    text-align: center;
    width:100%;
    padding: 0 25px;
}
.ring-wrapper img{
    width: 100%;
}
.ring-text h3{
    max-width: 602px;
    margin:0 auto;
}
.story-title{
    padding:145px 0 60px;
    position: relative;
}
.story-title h2{
    font-size: 57px;
    width: 50%;
    margin-left: 125px;
}
.section-line{
    width:50%;
}
.section-line img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-img{
    width: 50%;
    text-align: end;
    padding: 0px 62px;
}
.story-img img{
    width: 100%;
    max-width: 407px;
    object-fit: cover;
    aspect-ratio: 1;
}
.story-text{
    width: calc(100%/2);
    max-width: 600px;
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    line-height: 35px;
    padding-left: 64px;
}
.story-text p{
    font-weight:300;
}
.our-story{
    padding-bottom:311px;
}
.our-creations .story-text{
    max-width: unset;
    margin:0 auto;
    text-align: center;
    padding:0 63px;
}
.creation-wrapper{
    justify-content: center;
    padding: 0px 25px 217px;
    max-width: 800px;
    margin: 0 auto;
}
.creation-wrapper img{
    width:100%;
}
.our-designs .story-title{
    padding-bottom:236px;
}
.swiper {
    width: 100%;
    height: 450px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    height: var(--swiper-scrollbar-size,1px);
    width: 66%;
    left: var(--swiper-scrollbar-sides-offset,17%);
}
.swiper-scrollbar{
    background-color: rgba(255, 255, 255, 0.5);
}
.swiper-scrollbar-drag {
    background-color: #fff;
    height: var(--swiper-scrollbar-size,4px);
    top:unset;
    bottom:2px;
}
.designSwiper{
    margin-bottom:200px;
}
.swiper-wrapper{
    width: 100%;
    height: auto;
}
.passion-wrapper{
    text-align: center;
    width:45%;
    margin: 0 auto;
}
.passion-wrapper p{
    font-size:35px;
    font-family: 'Arsenica LightItalic',sans-serif;
}
.passion-wrapper img{
    width:100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 1;
    max-width: 654px;
}
.passion-img{
    position: relative;
}
.passion-img .gradient{
    height:227px;
}
.contact-wrapper .contact{
    font-family: 'Lato',sans-serif;
    justify-content: space-evenly;
}
.contact-details{
    font-size: 17px;
    line-height: 35px;
    width: 50%;
    padding-left: 289px;
}
.contact-form{
    width:50%;
    margin-left: 125px;
}
.social{
    padding-top:15px;
}
.social img{
    width:25px;
    height:25px;
    margin-right:38px;
}
.contact-form input ,.contact-form textarea{
    background: transparent;
    border:none;
    border-bottom:0.5px solid #fff;
    color:#fff;
    outline: none;
    width:496px;
    margin-bottom: 40px;
    padding:15px;
    font-size:17px;
    font-family: 'Lato',sans-serif;
}
.contact-form textarea{
    resize: none;
    min-height: 100px;
}
.send-btn input{
    border: 0.5px solid #fff;
    color:#fff;
    font-size:17px;
    font-family: 'Arsenica Medium',sans-serif;
    width:unset;
    margin-bottom:0;
    padding: 8.5px 16.5px;
}
.chkbox input{
    margin-bottom: 0;
    width: unset;
}
.chk-box{
    width:496px;
    justify-content: space-between;
}
.custom-chk{
    font-size:14px;
    font-weight: 300;
}
.send-btn{
    width: 80px;
    justify-content: end;
}
.footer-logo{
    text-align: center;
    border-bottom: 0.5px solid #fff;
    padding-bottom:60px;
}
.footer-logo h1{
    font-size:48px;
    font-family: 'Arsenica Medium',sans-serif;
}
.footer-logo h2{
    font-size:10px;
}
footer{
    padding:150px 75px 28px;
    font-family: 'Lato', sans-serif;
}
.policies{
    justify-content: flex-end;
    font-size:15px;
}
.policies span{
    font-weight: 300;
}
.policies a:first-of-type{
    padding-right:26px;
}
.footer{
    justify-content: space-between;
}
.copyrights span{
    display:flex;
    align-items: center;
    font-weight: 300;
}
.copyrights a{
    width:140px;
}

input[type=checkbox]{
    width: 18px;
    height: 18px;
    font-size: 17px;
    opacity: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 0;
}
.chkbox{
    position: relative;
}
.chkbox span{
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 0;
    left: 0;
}
.chkbox span:before,
.chkbox span::before {
    content: " ";
    background-color: #000;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.chkbox span:after,
.chkbox span::after {
    content: " ";
    background-color: #fff;
    display: block;
    width: 12px;
    height: 12px;
    opacity: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
}
.chkbox input[type=checkbox]:checked ~ span:after, 
.chkbox input[type=checkbox]:checked ~ span::after{
  content: "";
  width:12px;
  height:12px;
  background-color: #fff;
  display:block;
  opacity: 1;
  position: absolute;
  left: 4px;
  top: 4px;
}
.custom-chk p{
    padding: 8px;
}
.header.cookies{
    position:relative;
}
.cookies-main h2{
    font-size:40px;
    padding-bottom:30px;
    text-decoration: underline;
}
.cookies-main{
    padding:50px;
}
.cookies-main P{
    font-size:20px;
    font-family: 'Lato' , sans-serif;
    padding-bottom:40px;
}
.cookies-main h3{
    font-size:30px;
    padding-bottom:30px;
}

@media screen and (max-width:1600px){
    .background-image img{
        width:90%;
    }
    .story-text {
        width: 65%;
    }
}
@media screen and (max-width:1220px){
    .background-image img{
        width:100%;
    }
    .background-image{
        height: 100vh;
    }
    .welcome-wrapper{
        top:47px;
    }
    .ring-wrapper{
        padding-top:235px;
    }
    .welcome-wrapper h3{
        font-size:90px;
    }
    .welcome-wrapper h4 {
        font-size: 65px;
    }
    .passion-wrapper{
        width:70%;
    }
    .contact-details{
        padding-left:220px;
    }
    .contact-form{
        margin-left:0px;
        padding-right: 30px;
    }
}
@media screen and (max-width:1100px) {
    .story-img {
        text-align: center;
        padding: 0px;
    } 
    .story-text{
        padding: 0 35px 0 64px;
        width: 75%;
    }
    .creation-bef, .creation-after{
        padding: 0 60px;
    }
    .contact-details {
        padding-left: 85px;
    }
    .contact-form{
        width:70%;
    }
}
@media screen and (max-width:925px){
    .hero-title h2{
        padding: 0 40px;
    }
    .hero-title {
        font-size: 75px;
        height: 75vh;
    }
    .ring-wrapper .gradient{
        height: 475px;
    }
    .story-text{
        padding: 0 40px;
    }
    .story-img{
        padding-left: 15px;
    }
    .section-line{
        width: 80%;
    }
    .story-title h2{
        width:unset;
        position: absolute;
        margin-left: 0;
        bottom: 70px;
        right: 20px;
    }
    .story-title{
        padding-bottom:75px;
    }
    .our-story {
        padding-bottom: 80px;
    }
    .our-creations .story-text{
        width:100%;
        padding: 0 40px;
    }
    .designSwiper {
        margin-bottom: 145px;
    }
    .contact-details {
        padding-left: 30px;
    }
    .footer{
        flex-direction: column-reverse;
        padding-top: 15px;
    }
}
@media screen and (max-width:768px){
    header{
        height:100vh;
    }
    .cookies-header{
	height:100%;
    }
    .cookies-header .menu-wrapper{
	position:relative;
	padding-top:60px;
    }
    .cookies-header .menu-wrapper::after{
	display:none;
    }
    .cookies-main {
    	padding: 25px;
    }
    .welcome-wrapper{
        top:80px;
    }
    .welcome-wrapper h3 {
        font-size: 55px;
    }
    .welcome-wrapper h4 {
        font-size: 40px;
    }
    .background-image{
        height:80vh;
    }
    .header-wrapper{
        padding: 25px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .hero-title h2{
        bottom:32%;
        text-align: center;
        left: 0;
    }
    .menu-wrapper{
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 210px;
        font-size: 22px;
        line-height: 39px;
    }
    .logo-wrapper{
        width: 100%;
    }
    .header-title{
        font-size: 38px;
        line-height: 45px;
    }
    .header-title h2{
        bottom: unset;
        top: 40%;
        left: 25px;
        right: 24px;
        text-align: center;
    }
    .menu-wrapper::after{
        content: "";
        display: block;
        border-bottom: 0.5px solid #ffffff75;
        transform: translateX(0) rotate(90deg) translateY(0px);
        position: relative;
        top: 140px;
    }
    .ring-text{
        bottom:0;
    }
    .story-text-wrapper{
        flex-direction: column-reverse;
    }
    .story-text{
        width: 100%;
        max-width: unset;
        padding-bottom:75px;
    }
    .story-img{
        width:100%;
    }
    .story-title {
        padding-bottom: 150px;
    }
    .section-line {
        width: 94%;
    }
    .story-title h2{
        right:35px;
        font-size: 45px;
        width: 50%;
        text-align: right;
    }
    .our-story {
        padding-bottom: 0;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        width:90%;
        left: var(--swiper-scrollbar-sides-offset,5%);
    }
    .passion-wrapper {
        width: 85%;
    }
    .contact-wrapper .contact{
        flex-direction: column-reverse;
    }
    .contact-form{
        width:80%;
        padding-right:0;
    }
    .contact-form input, .contact-form textarea{
        width:100%;
    }
    .chk-box{
        width:100%;
        flex-direction: column;
    }
    .custom-chk{
        align-self: flex-start;
    }
    .contact-form textarea{
        margin-bottom:20px;
    }
    .send-btn{
        padding: 27px 0 147px;
    }
    .contact-details{
        padding-left:0;
        text-align: center;
        width: 100%;
    }
    .social{
        justify-content: center;
    }
    .social img{
        margin:0 19px;
    }
    .copyrights{
        flex-direction: column;
        padding-top: 15px;
        align-items: center;
    }
    footer{
        padding: 58px 12.5px 15px;
    }
}

@media screen and (max-width:500px){
    .logo-wrapper h2{
        font-size: 10px;
    }
    .logo-wrapper h1{
        font-size:35px;
    }
    .welcome-wrapper h3{
        font-size:42px;
        padding: 0 4px;
    }
    .welcome-wrapper h4{
        font-size:28px;
	padding: 0 4px;
    }
    .hero-title{
        font-size:60px;
    }
    .hero-title h2{
        padding:0 18px;
    }
    .background-image {
        height: 60vh;
    }
    .gradient, .ring-wrapper .gradient{
        height:200px;
    }
    .header-wrapper{
        padding:20px;
    }
    .welcome-wrapper{
        top:190px;
    }
    .ring-wrapper {
        padding-top: 315px;
    }
    .ring-wrapper .gradient{
        bottom: 110px;
    }
    .ring-text{
        position: relative;
        bottom: 0;
        padding: 0 18px;
        font-size: 30px;
    }
    .story-title h2{
        font-size:40px;
        width: 67%;
        text-align: right;
        line-height:41px;
    }
    .story-text{
        padding: 0 15px;
        font-size: 18px;
    }
    .story-img{
        padding: 50px 0 20px;
    }
    .story-img img{
        max-width: unset;
    }
    .our-story{
        padding-bottom:0;
    }
    .our-creations .story-text{
        padding: 0 15px;
    }
    .story-title, .our-designs .story-title{
        padding:104px 0 124px;
    }
    .creation-wrapper{
        padding:30px 0;
    }
    .passion-wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .passion-wrapper p{
        font-size:30px;
        padding-bottom: 95px;
    }
    .passion-img .gradient{
        height:132px;
    }
    .contact-wrapper .story-title h2{
        width:100%;
        right: 0;
        padding: 0 15px;
    }
    .contact-form {
        width: 100%;
        padding: 0 12.5px;
    }
    .policies a:first-of-type {
        padding-right: 10px;
    }
    .swiper{
        display: block;
        height: 350px;
    }
    .cookies-main h2{
    	font-size:35px;
    }
    .cookies-main p{
   	font-size:18px;
    }
    .cookies-main h3{
	font-size:25px;
    }
}
@media screen and (max-width:300px){
    .swiper{
        height:300px;
    }
    .welcome-wrapper h3 {
        font-size: 35px;
    }
    .welcome-wrapper h4{
        font-size:25px;
    }
}
