.owl-item .right {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.viewing {
  opacity: 1 !important;
  transition: all ease-in-out 0.3s;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable !important;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.menu {
  display: inline-block;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 995;
  box-sizing: border-box;
}
nav {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  box-sizing: border-box;
  padding: 30px 40px;
  box-sizing: border-box;
}
.nav-container {
  width: 100%;
  position: relative;
  display: flex;
  box-sizing: border-box;
  height: auto;
  align-items: center !important;
}
.half-section {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
}
.logo {
  align-items: flex-start;
  align-content: flex-start;
}
.logo img {
  width: 80%;
}
@media only screen and (max-width: 1100px) {
  .logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  nav {
    padding: 1.5rem;
  }
  .logo {
    width: 70%;
  }
}
@media only screen and (max-width: 500px) {
  nav {
    padding: 1.5rem;
  }
  .logo {
    width: 40rem;
  }
}
.links {
  display: none;
  width: 100%;
  height: calc(var(--vh) * 100);
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding-top: 0px !important;
}
.links-container {
  width: 100%;
  max-width: 1250px;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  height: 100%;
}
.links-container a {
  transition: all ease-in-out 0.3s;
}
.links-container a:hover {
  opacity: 0.3;
}
.links-container div {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
.hamburger-container {
  width: 33px;
  height: 26px !important;
  margin-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hamburger {
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0;
  clear: both;
  width: 33px !important;
  height: 26px !important;
}
#view {
  width: 26px !important;
  height: 26px !important;
  position: relative;
  cursor: pointer;
  clear: both;
  outline: 0;
  border: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.no-gap {
  grid-gap: 0 !important;
}
.with-gap {
  grid-gap: 1px !important;
}
#view div {
  background-color: #58595b;
}
.view-grid {
  height: 12px;
  width: 12px;
}
#button-container {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center !important;
}
.line {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: #000;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.line-t {
  top: 1px;
}
.line-m {
  top: 12px;
}
.line-b {
  top: 24px;
}
#hamburger:hover .line {
  background: #999;
}
.menu-on .line-m,
.menu-on:hover .line-m {
  background: rgba(0, 0, 0, 0);
}
.menu-on .line {
  top: 12px;
}
.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show {
  display: flex;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}
.hide {
  display: none;
}
.absolute {
  display: absolute;
}
.fixed {
  position: fixed;
}
.fullheight {
  width: auto;
  height: calc(100vh - 58px) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.invisible {
  opacity: 0;
  overflow: hidden;
}
.on {
  color: gray;
}
.overflowhiden {
  position: fixed;
}
::selection {
  background: #ff0;
}
@font-face {
  font-family: Cormorant-Book;
  src: url(/fonts/Cormorant-Book.eot);
  src:
    url(/fonts/Cormorant-Book.eot?#iefix) format("embedded-opentype"),
    url(/fonts/Cormorant-Book.otf) format("opentype"),
    url(/fonts/Cormorant-Book.svg) format("svg"),
    url(/fonts/Cormorant-Book.ttf) format("truetype"),
    url(/fonts/Cormorant-Book.woff) format("woff"),
    url(/fonts/Cormorant-Book.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Cormorant-Light;
  src: url(/fonts/Cormorant-Light.eot);
  src:
    url(/fonts/Cormorant-Light.eot?#iefix) format("embedded-opentype"),
    url(/fonts/Cormorant-Light.svg#Cormorant-Light) format("svg"),
    url(/fonts/Cormorant-Light.ttf) format("truetype"),
    url(/fonts/Cormorant-Light.woff) format("woff"),
    url(/fonts/Cormorant-Light.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Cormorant-LightItalic;
  src: url(/fonts/Cormorant-LightItalic.eot);
  src:
    url(/fonts/Cormorant-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(/fonts/Cormorant-LightItalic.otf) format("opentype"),
    url(/fonts/Cormorant-LightItalic.svg) format("svg"),
    url(/fonts/Cormorant-LightItalic.ttf) format("truetype"),
    url(fonts/Cormorant-LightItalic.woff) format("woff"),
    url(/fonts/Cormorant-LightItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Cormorant-Semibold;
  src: url(/fonts/Cormorant-Semibold.eot);
  src:
    url(/fonts/Cormorant-Semibold.eot?#iefix) format("embedded-opentype"),
    url(/fonts/Cormorant-Semibold.otf) format("opentype"),
    url(/fonts/Cormorant-Semibold.svg) format("svg"),
    url(/fonts/Cormorant-Semibold.ttf) format("truetype"),
    url(/fonts/Cormorant-Semibold.woff) format("woff"),
    url(/fonts/Cormorant-Semibold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TheMix-SemiBold;
  src: url(/fonts/TheMix-6-SemiBold.eot);
  src:
    url(/fonts/TheMix-6-SemiBold.eot?#iefix) format("embedded-opentype"),
    url(/fonts/TheMix-6-SemiBold.otf) format("opentype"),
    url(/fonts/TheMix-6-SemiBold.svg) format("svg"),
    url(/fonts/TheMix-6-SemiBold.ttf) format("truetype"),
    url(/fonts/TheMix-6-SemiBold.woff) format("woff"),
    url(/fonts/TheMix-6-SemiBold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TheMix-Regular;
  src: url(/fonts/TheMix-Regular.eot);
  src:
    url(/fonts/TheMix-Regular.eot?#iefix) format("embedded-opentype"),
    url(/fonts/TheMix-Regular.svg#TheMix-Regular) format("svg"),
    url(/fonts/TheMix-Regular.ttf) format("truetype"),
    url(/fonts/TheMix-Regular.woff) format("woff"),
    url(/fonts/TheMix-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Rotis-ExtraBold;
  src: url(/fonts/RotisSansSerifStd-ExtraBold.otf);
  src:
    url(/fonts/RotisSansSerifStd-ExtraBold.woff) format("woff"),
    url(/fonts/RotisSansSerifStd-ExtraBold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}
.container {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 40px 80px 40px !important;
}
.section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.clickaway {
  width: 100%;
  height: auto;
}
h2 {
  font-family: TheMix-Regular !important;
  color: #231f20;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: lighter;
}
h3 {
  font-family: Cormorant-LightItalic !important;
  color: #231f20;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
}
p {
  font-family: Cormorant-Book !important;
  color: #231f20;
  font-size: 16px !important;
  line-height: 28px;
  margin-bottom: 1rem;
}
ul {
  list-style-type: none;
}
li {
  font-family: Cormorant-Book !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #828282;
}
a {
  text-decoration: none;
  color: #000;
  width: 100%;
  letter-spacing: 1px;
}
.themix {
  font-family: TheMix-SemiBold !important;
  color: #231f20 !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.about-parragrhap p {
  font-size: 20px !important;
}
.about-parragrhap div:first-child {
  margin-bottom: 40px;
}
.about-parragrhap div:nth-child(2) p {
  margin-bottom: 0 !important;
}
.italic {
  font-family: Cormorant-LightItalic !important;
  color: #231f20;
  font-weight: 400;
}
.links a {
  font-family: Cormorant-Book !important;
  color: #231f20;
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
}
.links a:hover {
  color: #000;
}
.grid-photos {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 35px;
}
.grid-photos img {
  width: 100%;
  cursor: pointer;
}
@media (orientation: landscape) {
  .fullheight {
    height: 93vh;
    width: 100% !important;
    box-sizing: border-box;
    padding-bottom: 20px !important;
  }
  .view-carousel {
    height: 100%;
    width: 100% !important;
    display: flex !important;
    align-items: center;
  }
  #carousel #content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    height: 100%;
    top: 0;
    box-sizing: border-box;
  }
  .owl-carousel .owl-stage,
  .owl-carousel .owl-stage-outer,
  .owl-carousel.owl-drag .owl-item,
  .owl-carousel.owl-drag .owl-item div {
    height: 100% !important;
    box-sizing: border-box;
  }
  .owl-carousel .owl-item img {
    height: 85%;
    width: auto !important;
    margin: 0 auto;
  }
  .homecar img {
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
  }
}
.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  outline: 0;
  width: 5%;
}
.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  outline: 0;
  width: 5%;
}
.owl-dots {
  display: none;
}
.car1 button {
  display: none !important;
}
.desc-carrousel {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #fff;
  margin: 0;
  width: 100%;
}
#carousel .collection-desc p,
.desc-carrousel p {
  margin-bottom: 0 !important;
}
@media (max-width: 1000px) {
  .owl-nav button.owl-next,
  .owl-nav button.owl-prev {
    width: 50px !important;
    height: 100% !important;
    top: 0 !important;
  }
  .owl-carousel .owl-nav button.owl-next svg {
    width: 50px !important;
    position: absolute;
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-prev svg {
    width: 50px !important;
    position: absolute;
    right: 0;
  }
  .cls-1 {
    fill: #fff !important;
    stroke: #fff !important;
  }
}
@media (max-width: 750px) {
  .grid-photos {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
}
@media (max-width: 500px) {
  .grid-photos {
    grid-template-columns: repeat(1, 1fr);
  }
  .con-pad {
    padding: 90px 1.5rem 60px 1.5rem;
  }
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 1.5rem 40px 1.5rem !important;
  }
}
.flex {
  display: flex;
}
.none {
  display: none;
}
.justify-between {
  justify-content: space-between;
}
.full {
  width: 100%;
}
.collection-desc {
  text-align: center;
  width: 45%;
  margin: 0 auto;
  height: 100%;
}
.collection-desc p {
  font-size: 20px !important;
  line-height: 25px;
  margin-bottom: 40px !important;
  font-family: Cormorant-Light !important;
  letter-spacing: 1px;
}
.collection-desc span {
  font-family: Cormorant-Semibold;
}
@media (max-width: 1100px) {
  .collection-desc {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .collection-desc {
    width: 100%;
    margin: 0;
    padding: 100px;
    box-sizing: border-box;
  }
  .owl-carousel.owl-drag .owl-item {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: flex-start !important;
  }
  .collection-desc p {
    font-size: 20px !important;
    margin-bottom: 35px !important;
  }
}
@media (max-width: 600px) {
  .collection-desc {
    padding: 0px !important;
  }
  .collection-desc p {
    font-size: 18px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 450px) {
  .collection-desc p {
    font-size: 18px !important;
    margin-bottom: 30px !important;
  }
}
.desc-carrousel p {
  text-align: center !important;
}
.col1 {
  width: 10%;
  box-sizing: border-box;
}
.col2 {
  width: 20%;
  box-sizing: border-box;
}
.col3 {
  width: 30%;
  box-sizing: border-box;
}
.col4 {
  width: 40%;
  box-sizing: border-box;
}
.col5 {
  width: 50%;
  box-sizing: border-box;
}
.col6 {
  width: 60%;
  box-sizing: border-box;
}
.col7 {
  width: 70%;
  box-sizing: border-box;
}
.col8 {
  width: 80%;
  box-sizing: border-box;
}
.col9 {
  width: 90%;
  box-sizing: border-box;
}
.col10 {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .col3,
  .col7 {
    width: 100% !important;
  }
}
.contact-block {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact-block div:first-child {
  margin-bottom: 40px;
}
.contact-block p {
  margin-bottom: 0;
  font-size: 20px !important;
}
.contact-block h2 {
  font-size: 20px !important;
}
@media (max-width: 800px) {
  .contact-block {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .contact-block {
    width: 100%;
  }
}
.cont-padding {
  padding: 0 4%;
}
.about-parragrhap {
  padding-left: 6rem;
  padding-right: 6rem;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .cont-padding {
    padding: 0 !important;
  }
  .about-parragrhap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 800px) {
  .about-parragrhap {
    padding-left: 0;
    padding-right: 0;
  }
  .mibile-column {
    flex-direction: column !important;
  }
}
.gray {
  color: #828282 !important;
}
.dark {
  color: #231f20 !important;
}
#instagram {
  width: 20px;
}
.about-img img {
  box-sizing: border-box;
  padding-right: 2rem;
}
@media (max-width: 800px) {
  .about-img img {
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
  margin-bottom: 0 !important;
  margin: 0 auto;
  line-height: 22px !important;
  height: 15% !important;
  overflow: auto;
}
.bigpicture {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.pbigpicture p {
  margin-bottom: 0 !important;
  height: 20vh;
  overflow: auto;
}
.bpwrapper {
  width: 100%;
  height: calc(var(--vh) * 100);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.imgwrapper {
  width: auto !important;
  height: 70vh;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgwrapper img {
  height: 100%;
  width: auto;
}
.pbigpicture {
  height: 10%;
  box-sizing: border-box;
  position: relative;
  text-align: right;
}
@media (max-width: 750px) {
  .imgwrapper img {
    height: auto !important;
    width: 100% !important;
  }
  .imgwrapper {
    height: auto !important;
    width: 100% !important;
  }
  .pbigpicture {
    height: auto;
    width: 100% !important;
  }
}
@media (orientation: portrait) {
  .imgwrapper img {
    height: auto !important;
    width: 100% !important;
  }
  .imgwrapper {
    height: auto !important;
  }
  .pbigpicture {
    height: auto;
    width: 100% !important;
  }
}
.bigp-close {
  position: absolute;
  width: 35px;
  height: 40px;
  top: 24px;
  right: 20px;
  cursor: pointer;
}
.nopadding {
  padding: 0 !important;
}
.bigp-close .line-t {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bigp-close .line-b {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#grid .theacheforhome div,
#grid .portrait div {
  cursor: pointer;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
}
.owl-carousel .owl-stage {
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel .owl-stage:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

footer {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 40px;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: white;
}
footer p {
  font-size: 14px;
  width: 20px;
  color: rgb(177, 177, 177);
  width: 100%;
  margin: 0px;
}
@media (max-width: 800px) {
  footer {
    padding-right: 1.5rem;
  }
}

/*----------------Resume-----------------------*/
.resume-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 10%;
}

.resume h2 {
  font-family: TheMix-SemiBold !important;
  letter-spacing: 0px !important;
  margin-bottom: 10px;
  color: #535353;
  font-size: 22px;
}
.resume p {
  color: #535353;
  margin-bottom: 0.1rem !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
.resume span {
  font-family: Cormorant-LightItalic !important;
}
.resume .content p {
  font-family: Cormorant-Light !important;
}
.resume .date p {
  font-family: Rotis-ExtraBold !important;
  letter-spacing: 0px !important;
}
.resume-p7 p,
.resume-p5 p {
  margin-bottom: 22px !important;
}
.resume-p7 p:last-child,
.resume-p5 p:last-child {
  margin-bottom: 0px !important;
}

.resume {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.resume-row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.resume-row .date {
  width: 10%;
  max-width: 65px;
  box-sizing: border-box;
}
.resume-row .content {
  width: 90%;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .resume-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .resume p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 7px !important;
  }
  .resume-row .date {
    width: 15%;
  }
  .resume-row .content {
    width: 85%;
  }
}

/*style*/
.view-hidden {
  display: none;
  opacity: 0;
}
.view-visible {
  display: block;
  opacity: 1;
}

.owl-item div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pbigpicture p,
.owl-item .right {
  display: none !important;
}
