.hero-section{
    position: relative;
    transform-style: preserve-3d;
}

.hero-section__image-overlay{
    position: absolute;
    translate : 0 0 100px;
}

.hero-section-bg img{
    width: 100vw;
    display: block;
}

.hero-section__content-wrapper{
    min-width: 200px;
    position: absolute;
    transform-style: preserve-3d;
    translate :-50% -50%;
    top: 50%;
    left: 50%;
}

.hero-section__content-wrapper .hero-section__logo{
    width: 200px;
    margin-bottom: var(--space-s);
    margin-right: -20px;
}

.hero-section__logo-wrapper{
    display: flex;
    justify-content: center;
    translate : 0 0 -100px;
}

.hero-section__content-wrapper__inner{
    position: relative;
    transform-style: preserve-3d;
    translate: 0 0 100px;
}

.hero-section__title{
    font-family: 'Cotta','serif';
    text-transform: uppercase;
    color: var(--color--white);
    font-size: 36px;
    text-align: center;
    font-weight: 100;
}

.section__title{
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 100px;
    font-family: 'Cotta',serif;
}

.section__title--small{
    font-size:32px;
}

.section__title .cursive{
    display: block;
    position: absolute;
    text-transform: initial;
    font-size: 180%;
    color:var(--color--gold);
    bottom:0;
    left:50%;
    translate : -50% 65%;
}

.section__title-wrapper{
    margin: 0 auto;
    max-width: 500px;
}

.content-paragraph{
    max-width: 420px;
    margin: 0 auto var(--space-m);

}

.section__links{
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section__links a{
    margin-bottom: var(--space-s);
}

.separator-section{
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    background-image: url('../images/img-1--mobile.png');
    display: flex;
    justify-content: end;
    align-items: end;
}

.separator-section__image--right{
    width: 200px;
    position: relative;
}

.cta-section__title span{
    display: block;
}

.cta-section__title span:nth-child(2){
    margin-left: 30px;
}

.cta-section__title span:nth-child(3){
    margin-left: 60px;
}

.cta-section__title .cursive{
    left: 80px;
    translate : 0 65%;
}

.company-brief-section__title .cursive{
    translate: 0 65%;
    left:20px;
}

.company-brief-section__title{
    top:-15px;
}

.logo__wrapper{
    max-width: 120px;
    margin: 0 auto;
}

.footer-content__wrapper{
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}

.footer-links__wrapper{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.footer-links__wrapper a:after{
    content: unset;
}

.menu{
    bottom: 5%;
    right: 5%;
    position: fixed;
}

.menu__wrapper{

}

.menu a{
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.menu a:after{
    content: unset;
}


.menu a:hover::before{
    content:'';
    position: absolute;
    left: -20px;
    top:5px;
    margin-right: 10px;
    background-image: url('../images/submark--gold.png');
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.menu__toggle{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    background-image:url('../images/submark--gold.png') ;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: transform .4s ease-in-out;
    border:2px solid var(--color--gold);
}

.menu__toggle.active{
    background-color: var(--color--gold);
    background-image:url('../images/submark--white.png') ;
}

.menu__toggle:hover {
    transform: rotate(360deg);
    background-color: var(--color--gold);
    background-image:url('../images/submark--white.png') ;
}

.menu__toggle img{
    width: 50px;
}

.menu__links{
    position: relative;
    right:-500px;
    transition: all 0.3s ease-in-out;
}

.menu__links.active{
    right: 0;
}

.hero-section__about-us{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../images/hero-section-about-us__bg--desktop.png');
}

.hero-section__title--about-us{
    color:var(--color--white);
    text-align: center !important;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

}

.hero-section__about-us__content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.hero-section__about-us__content .content-paragraph{
    color:var(--color--white);
    text-align: center;
}

.about-us__brief .section__title .cursive{
    left:0;
    translate : 0 60%;
}

.about-us__item{
    margin-bottom: 100px;
}

.about-us__item__description .section__title{
    margin-bottom: 40px;
    margin-top: 40px;
}

.separator--second{
    background-image: url('../images/img-3.png');
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.separator__content{
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact__item{
    margin-bottom: 3rem;
    max-width: 250px;
}

.contact__item h4{
    font-family: 'Cotta',serif;
    margin-bottom: 1.5rem;
}

.contact__item__content a{
    display: block;
    margin-bottom:1rem;
}

.contact__form h4{
    font-family: 'Cotta',serif;
}

.custom-input-wrapper{
    max-width: 500px;
}

.certificate-section{
    max-width: 500px;
    margin: 10px auto;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.5);
}

.certificate-section--no-shadow{
    box-shadow: none;
    background: transparent;
}

.cert-info{
    display: block;
    margin-bottom: 1rem;
}

.cert-info .cert-info__title{
    display: block;
    font-weight: 900;
    color: var(--color--gold);
}

.cert-info .cert-info__content{
    display: block;
}

.cert-info__hero h2{
    font-size: 80px;
    color: var(--color--gold);
}

.copy-link{
    color :var(--color--gold);
    font-family : 'Cotta',serif;
}

.condition_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--color--gold);
    padding: 15px;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: bold;
}
