/* Indivisible */
@font-face {
    font-family: 'Indivisible';
    /* font-weight: bold; */
    src: url('../fonts/indivisible/Indivisible_Light.otf') format('opentype');
}
@font-face {
    font-family: 'Indivisible_Semi';
    src: url('../fonts/indivisible/Indivisible_Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Indivisible_var';
    src: url('../fonts/indivisible/Indivisible_Variable.otf') format('opentype');
}
/* @font-face {
    font-family: 'Indivisible_Light';
    src: url('../fonts/indivisible/Indivisible_Light.otf') format('opentype');
} */
@font-face {
    font-family: 'Indivisible_Bold';
    src: url('../fonts/indivisible/Indivisible_Bold.otf') format('opentype');
}
/* Poppins Fonts */
@font-face {
    font-family: 'Poppins';
    /* font-weight: bold; */
    src: url('../fonts/poppins/Poppins-Light.ttf') format('opentype');

}
/* @font-face {
    font-family: 'PoppinsLight';
    src: url('../fonts/poppins/Poppins-Light.ttf') format('opentype');

} */
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('opentype');
}
@font-face {
    font-family: 'PoppinsSemi';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('opentype');
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('opentype');
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
}
.show-desktop {
    width: 100%;
}
.show-mobile {
    display: none;
}
h1,h2,h3,h4,h5 {
    font-family: 'Indivisible';
    margin: 0 0;
    padding: 0 0;
    color: #212023;
}
p {
    font-family: 'Poppins';
    text-align: justify;
    margin: 0 0;
    padding: 0 0;
    text-decoration: none;
    font-size: 1vw;
    line-height: 1.6vw;
    color: #212023;
    margin-bottom: 1.4vw;
}
a {
    font-family: 'Poppins';
    margin: 0 0;
    padding: 0 0;
    text-decoration: none;
    font-size: 1.05vw;
    color: #212023;
}
.mobile {
    display: none !important;
}
.desktop {
    width: 100%;
}

/* #page {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.screen-block, header, footer {
  scroll-snap-align: start;
} */

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    max-width: 85vw;
    margin: 0 auto;
    /* transition: all .50s ease-in-out; */
    background-color: #fff;
    width: 100%;
    z-index: 50;
    position: relative;
    transition: opacity ease-in-out 1s, background-color ease-in-out 0.8s;
    height: 100%;
        position: fixed;
    height: 5vw;
    padding: 0 7.5vw;
    max-width: 100%;
    will-change: transform;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.site-header.unloaded{
    opacity: 0.0001;
    height: 0;
    padding: 0;
    background-color: transparent;
}
.block-transformed {
    /* transform: translateY(0vh);
    will-change: transform; */
    /* margin-top: 0;
    will-change: margin-top; */
}
.block-transformed .title-container {
    opacity: 0.0001;
}
.title-container {
    transition: opacity ease-in-out 1s;
}
.title-container.unloaded {
    opacity: 0.0001;
}
.logo
{
  display: flex;
  align-items: center;
}

.logo img
{
  width: 14vw;
      margin-top: 0.5vw;
}

.logo span
{
  display: none;
}

.navbarr
{
  display: flex;
  margin: 0 0 0;
  padding: 0 0;
}
.navbarr li
{
  list-style: none;
  margin: 1.95vw 2.5vw 1.95vw 2.5vw;
}
.navbarr li.mmbr
{
  margin: 1.95vw 0 1.95vw 2.5vw;
}
.navbarr li.anm, .site-info-1 li.anm
{
  
  overflow: hidden;
  height: 1.1vw;
  display: flex;
    align-items: flex-start;
}
.navbarr a
{
    margin: 0 0vw 0 0;
    font-size: 1vw;
    font-family: "Poppins";
    color: #212023;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    line-height: 1vw;
    
}
.navbarr a.anim-up, .site-info-1 a.anim-up
{
    text-shadow: 0px 1.1vw 0px #212023;
    transition: transform 0s ease-out;
    transform: translateY(0);
    display: inline-block;
}
.navbarr li:hover a.anim-up, .site-info-1 li:hover a.anim-up
{
    transition: transform 0.3s ease-in;
    transform: translateY(-1.1vw);
    padding-bottom: 1.5vw;
}

body.home .navbarr a.home,body.page-template-page-about-us .navbarr a.about-us, body.page-template-page-contact .navbarr a.contact
{
    font-family: "PoppinsMedium";
}
.mebr-btn {
    width: 1.1vw;
    object-fit: contain;
    position: relative;
    margin-right: 0.5vw;
}
.navbarr  .members {
    color: #e12e02;
    font-family: "PoppinsMedium";
    position: relative;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    height: 1vw;
}
.navbarr  .members:after {
    content: " ";
    height: 0.15vw;
    width: 0%;
    position: absolute;
    bottom: -0.6vw;
    right: 45%;
    background-color: #e12e02;
    transition: all 0.4s ease-in-out;
}
.navbarr  .members:hover:after {
    width: 90%;
    right: 0;
}

.menu-btn-mobile-container
{
  display: none;
  position: relative;
  z-index: 999;
}



@media only screen and (min-width: 1448px) {
    header{
        /* max-width: 75vw; */
        padding: 0 12.5vw;
    }
} 
@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        width: 100%;
        display: flex !important;
    }
    p {
        font-size: 3.5vw;
            line-height: 5vw;
            margin-bottom: 4vw;
    }
    p {
        font-size: 3.5vw;
    }
    .menu-btn-mobile-container
    {
    display: flex;
    justify-content: space-between;
    }
    /* MOBILE MENU */
    .menu-btn-mobile {
        position: relative;
        z-index: 999;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        top: 2vw;
        width: 7vw;
    }
    #menu-icon {
        font-size: 2.2vw;
        letter-spacing: 0.5vw;
        color: #212023;
        cursor: pointer;
        font-family: 'Poppins';
        text-transform: uppercase;
    }
    header {
        padding: 5vw 6vw;
        height: 17vw;
        max-width: 100%;
        position: fixed;
        top: 0;
        border-bottom: 1px solid #f1e6da;
    }
    .menu-btn-mobile .line {
        height: 0.7vw;
        margin-bottom: 1.6vw;
        background-color: #212023;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease-in-out;
    }
    .menu-btn-mobile.active .top {
        transform: rotate(45deg) translate(1.1vw, 0.5vw);
        height: 0.9vw;
        width: 6vw;
    }    
    .menu-btn-mobile.active .middle {
        opacity: 0.0001;
    }
    .menu-btn-mobile.active .bottom {
        transform: rotate(-45deg) translate(3.1vw, -2.1vw);
        height: 0.9vw;
        width: 5.8vw;
    }
    /* MOBILE MENU */
    .logo {
        z-index: 999;
    }
    body.menu-open .logo {
        position: fixed;
        top: 4vw;
        transition: all 3s ease-in-out;
    }
    body.menu-open .menu-btn-mobile-container {
        top: 5vw;
        position: fixed;
        right: 7vw;
        /* transition: all 0.3s ease-in-out; */
    }
    body.menu-open .mebr-btn {
        opacity: 0.0001;
    }
    .navbarr.mobile {
        display: flex;
        overflow: hidden;
    }
    .navbarr
    {
        position: fixed;
        top: 0;
        right: -100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transition: height 0.2s ease-out, background-color 0.1s ease-out, background-size 0s ease-out;
        z-index: 100;
        height: 0;
        width: 100vw;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 0 0 0;
        border-top: 1px solid #CCA176;
        background-image: url('../img/mr-icon.webp');
        background-size: 100% 0;
        background-position: bottom;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .navbarr.open {
        overflow: visible;
        display: flex;
        padding: 15vw 0 0;
        height: 100vh;
        background-color: #f3eddf;
        background-size: 100% 61vw;
        transition: height 0.3s ease-in, background-color 0.2s ease-in, background-size 0.3s ease-in;
    }
    .navbarr li.anm {
        list-style: none;
        position: relative;
        margin: 0;
        width: 100%;
        align-items: center;
    }
    .navbarr li.mmbr
    {
    margin: 0;
    }
    .navbarr li.anm, .navbarr li.anm a{
        height: 0;
        overflow: visible;
        opacity: 0.0001;
        transition: height 0.2s ease-out,opacity 0.2s ease-out;
    }
    .navbarr li.anm.open, .navbarr li.anm.open a{
        height: 14vh;
        opacity: 1;
        transition: height 0.2s ease-in,opacity 0.2s ease-in;
        display: flex;
        width: 100%;
    }
    .navbarr a
    {
        display: flex;
        align-items: center;
        font-size: 4.5vw;
        text-align: left;
        /* font-family: 'PoppinsLight'; */
        font-weight: 400;
        margin: 0 0 0 0;
        padding: 0vw 14vw;
        border-bottom: 1px solid #CCA176;
    }
    .navbarr li:first-child a{
        border-top: 1px solid #CCA176;
    }
    .mebr-btn {
        width: 7vw;
        margin-right: 4vw;
    }
    /* .navbarr.desktop
    {
        display: none;
    }
   */
   .navbarr  .members {
    display: none;
   }
    .logo img
    {
        width: 35vw;
      transition: all .50s ease-in-out;
    }
    .navbarr a.anim-up, .site-info-1 a.anim-up{
        text-shadow: unset;
    }
    .navbarr li:hover a.anim-up, .site-info-1 li:hover a.anim-up
    {
        transition: unset;
        transform: unset;
        padding-bottom: unset;
    }
    body.home .navbarr a.home, body.page-template-page-about-us .navbarr a.about-us, body.page-template-page-contact .navbarr a.contact {
        color: #e12e02;
    }
  }