/* icons */
@font-face {
    font-family: 'naked-babes';
    src: url('../fonts/naked-babes.woff?2b8neq') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  .icon {
    font-family: 'naked-babes' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  }
  
  .ico-enlarge:before {
    content: "\e98b";
  }
  .ico-play:before {
    content: "\ea15";
  }
  .ico-circle-right:before {
    content: "\ea42";
    margin-left: 10px;
  }
  .ico-circle-left:before {
    content: "\ea44";
    margin-right: 10px;
  }
   

/* base */

*{
    transition: all 0.3s linear;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

.alert.alert-success{
    color: green !important;
    border: 1px solid green;
    background-color: #D5F5E3;
    border-radius: 10px;
    padding: 15px;
}

.alert.alert-danger{
    color: red !important;
    border: 1px solid red;
    background-color: #F5B7B1;
    border-radius: 10px;
    padding: 15px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

img{
display: block;
height: auto;
width: 100%;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

body {
-webkit-text-size-adjust: none;
}

mark {
background-color: transparent;
color: inherit;
}

input::-moz-focus-inner {
border: 0;
padding: 0;
}

input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}

/* Basic */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -webkit-animation: none !important;
    animation: none !important;
    transition: none !important;
}

body{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background: #161616;
}
body, input, select, textarea {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65em;
}

.main_container{
    max-width: 2000px;
    margin: 0 auto;
    padding: 100px 15px 0 15px;
    min-height: 75vh;

}
.main_container.full{
    padding: 60px 0 0 0;
}
.main_container.short{
    max-width: 1200px;
}

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 600;
    line-height: 1.75em;
    margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style: normal;
    font-weight: 300;
}

.title{
    border-bottom: 2px solid #ad8e47;
    margin: 1em auto 1.6em;
    padding-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    font-size: 1.60em;
}

.title.left{
    margin: 1em 0 1.6em;
}

@media(max-width:700px){
    .title{
        margin: 1em 0 1.6em;
    }
    .title.center{
        margin: 1em auto 1.6em;
    }
}

h2 {
    font-size: 1.60em;
    text-transform: uppercase;
    margin-bottom: 1.2em;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

p{
    margin-bottom: 0.2em;
}

.terms h2{
    margin-top: 1.6em;
}

.terms h3{
    text-transform: uppercase;
}
.terms h3:not(h1+h3){
    margin-top: 1.4em;
}

.terms h4{
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

sub {
    font-size: 0.8em;
    position: relative;
}

sup {
    font-size: 0.8em;
    position: relative;
}

hr {
    border-top: solid 1px #e0e0e0;
    border: 0;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em #fff;
    font-style: italic;
    padding: 1em 0 1em 2em;
}

/* Interactions */
a {
    color: #000;
    text-decoration: none;
}
.terms a{
    color: white;
    text-decoration: underline;
}
a:hover, a:hover h3, button:hover, .button:hover{
    color: #ad8e47;
}

.button{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font: inherit;
    cursor: pointer;
    margin: 30px 0;
    background: white;
    padding: 15px 40px;
    color: black;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    outline: none;
    border: none;
}

.button.center{
    margin: 30px auto;
}

.button:hover i.ico-circle-left{
    margin-right: 20px;
}

.button:hover i.ico-circle-right{
    margin-left: 20px;
}

@media(max-width:700px){
    .button{
    /* margin: 30px auto; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}

/* Header */

header{
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    max-width: 1800px;
    margin: 0 auto;
}

.logo{
    width: 200px;
    position: relative;
}
.logo a{
    display: flex;
}

.logo.front{
    position: absolute;
    z-index: 1;
    opacity: 1;
}
.logo.back{
    opacity: 0;
}

.logo a:hover .logo.front{
    opacity: 0;
}

.logo a:hover .logo.back{
    opacity: 1;
}
  
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .burger-wrapper {
    display: none;
    cursor: pointer;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .burger {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .burgerRotate.active {
    transform: rotate(45deg);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:5.5;
    stroke-linecap:round;
  }
  .burger .top {
    stroke-dasharray: 40 139;
  }
  .burger .bottom {
    stroke-dasharray: 40 180;
  }
  .burger.active .top {
    stroke-dashoffset: -98px;
  }
  .burger.active .bottom {
    stroke-dashoffset: -138px;
  }

  .menu-title{
    font-family: 'Lora', serif;
    text-transform: uppercase;
    padding: 20px;
    font-size: 18px;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s linear;
    height: 100%;
    line-height: 1.65em;
  }

  .menu-title h2{
      line-height: 0;
  }

  .menu li:hover .menu-title, .submenu li a:hover{ 
    color: #b39249;
  }
  .submenu li a{
    color: #fff;
  }
  
  @media (min-width: 700px){
      .menu > li{
          position: relative;
          cursor: pointer;
      }

      .menu-title{
        color: #000;
      }
      .submenu{
        display: none;
        position: absolute;
        top: 68px;
        background: black;
        right: 0;
        text-align: center;
        border-radius: 10px;
      }

      .menu li:first-of-type::after,.menu li:nth-of-type(2)::after{
        content: "";
        display: none;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-bottom: 15px solid #000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
      }
      .menu li:hover .submenu{
        display: flex;
      }
      .menu li:hover::after{
        display: block;
      }
      .submenu a{
        font-size: 16px;
        color: white;
        display: block;
        padding: 15px 25px;}
  }
  
  @media (max-width: 700px) {
    .top-nav{
        padding: 0 0 0 15px;
    }
    .burger-wrapper {
      display: flex;
      overflow: hidden;
    }
    .menu {
        background-color: #000;
        box-shadow: inset -1px 0 3px 0 rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateX(-275px);
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        padding: 60px 15px 0;
    }
    #check:checked ~ .menu{
        transform: translateX(0);
    }
    .menu > li {
        padding: 15px 0;
        margin: 0;
    }
    .menu > li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
    .menu-title{
        color: #fff;
        display: block;
        padding: 5px 0;
    }
    .menu-title.inactive{
        color: #b39249;
    }
    .submenu li a{
        padding: 3px 10px;
        display: block;
    }

  }

  /* Home - Section videos */

  section.videos{
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 92vh;
  }

  .videos .new{
      flex: 0 0 60%;
  }  

  .iframe{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .iframe video{
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }  

  .videos .column{
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
  }
  .videos .hotest , .videos .popular{
    flex: 0 0 50%;
  }
  .videos .column .iframe, .videos .column .img_wrapper{
    width: 100%;
    height: 100%;
  }
  .videos .column img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
    .iframe h3{
    position: absolute;
    background: #fff;
    padding: 20px 20px 20px 20%;
    color: black;
    left: 0;
    text-transform: uppercase;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 3;
  }

  .videos .new .iframe h3{
    bottom: auto;
  }

  a:hover .iframe h3 .icon{
    margin-left: 20px;
  }


  @media (max-width: 700px) {

    section.videos{
      display: block;
      height: auto;
    }

    .videos .new, .videos .column {
      height: 60vh;
    }

    .videos .new, .videos .popular, .videos .hotest{
        margin-bottom: 10px;
    }

    .videos .iframe h3{
      padding: 20px 20px 20px 5%;
    }

    .videos .new .iframe h3, .videos .iframe h3{
      bottom: 20%;
    }

  }

  /* Home - Models */

.models{
  width: 100%;
  overflow-x: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  padding: 80px 0;
}

.models.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.models_row{
  margin: 40px 0 60px;
  white-space: nowrap;
}

.model{
  width: 200px;
  overflow: hidden;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.models .iframe{
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding-bottom: 400px;
  overflow: hidden;
}

.models .iframe h3{
  position: absolute;
  margin: auto;
  background: #fff;
  padding: 10px;
  bottom: 70px;
  left: 0;
  right: 0;
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 1em;
}

.models img{
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0.3);
          filter: grayscale(0.3);
}

.carousel--progress {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 70%;
  margin: 0 auto;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);

}

.carousel--progress-bar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
  radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  transform: scaleX(0);
  transform-origin: 0% 0%;
}

/* Home - Photos */

.photos{
  padding-bottom: 20px;
}
.photos_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.photos .hotest,.photos .new,.photos .popular{
    flex: 0 0 32%;
}

.photos img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(max-width: 700px){
    .photos .hotest,.photos .new,.photos .popular{
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}

/* footer */

footer {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  color: #000;
  text-align: center;
  margin-top: 80px;
}
.footer_wrapper{
    padding: 0 15px;
    max-width: 1800px;
    margin: 0 auto;
}
.bottom-nav{
    border-bottom: 1px solid black;
}
.bottom-nav li{
    display: inline-block;
}
.bottom-nav a{
    padding: 30px;
    display: block;
    font-family: 'Lora', serif;
    text-transform: uppercase;
}
.disclaimer{
    padding: 15px 0;
    max-width: 1200px;
    margin: 0 auto;

}
.disclaimer p, .disclaimer a{
    font-size: 12px;
}
.disclaimer a{
    padding-bottom: 3px;
    text-transform: uppercase;
}
.disclaimer a:hover .icon{
    margin-left: 20px;
}

@media(max-width:700px){
    .bottom-nav{
        padding: 10px 0;
    }
    .bottom-nav li{
        display: block;
    }
    .bottom-nav a{
        padding: 15px 30px;
    }
}

/* video_category, photo_category and model_category*/

.card_row{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

@media (max-width: 700px){
    .card_row{
        gap: 40px;
    }
}

.card{
    display: inline-block;
    width: 400px;
    background: white;
}

.card .img_wrapper{
    position: relative;
    height: 270px;
    overflow: hidden;
}

.card .img_wrapper img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.card .content{
    padding: 20px 20px 30px 20px;
    position: relative;
}

.card.--video .img_wrapper::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000004f;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.card.--video .play{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 3;
}

.card.--video:hover .play{
    color: #b39249;
}

.card.--video .content{
    min-height: 200px;
}

.card.--photo .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card.--photo .content h3{
    margin: 0;
}

.card_row.--models{
    gap: 10px;
}

.card.--model{
    position: relative;
    height: 600px;
}

.card.--model .content{
    position: absolute;
    margin: auto;
    color: black;
    background: #fff;
    padding: 10px;
    bottom: 15%;
    left: 0;
    right: 0;
    font-weight: 400;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.card.--model .content h3{
    margin: 0;
}

.card.--model .img_wrapper{
    width: 100%;
    height: 100%;
}

.card.--model img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

@media(max-width:700px){
    .card.--model {
        height: 60vh;
      }
}

/* Single Model */

.model_wrapper {
    display: flex;
    justify-content: center;
    height: 85vh;
}

.model_wrapper .gallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: inherit;
    gap: 10px;
    align-items: center;
    width: 40%;
}

.img-container.big {
    flex: 0 0 75%;
    height: 100%;
    width: 100%;
}

.small-wrapper{
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    overflow: hidden;
    gap: 10px;
    align-content: center;
}

.small-wrapper .img-container{
    flex: 1;
    height: 19%;
}

.img-container{
    position: relative;
}

.img-container:hover .enlarge{
    transform: scale(1.2);
    background: white;
    color: #b39249;
}

.img-container img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
}

.img-container .enlarge{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    transform-origin: left bottom;
    padding: 10px;
}

.info{
    width: 60%;
    padding: 30px;
}

.modal{
    background-color: rgba(0, 0, 0, 0.86);
    position: fixed;
    top: 70px;
    left: 0;
    height: calc(100vh - 70px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.full-img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.3s ease-in-out;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 90%;
    max-height: 90%;
}

.full-img.open{
    transform: translate(-50%, -50%) scale(1);
}

.modal.open{
    opacity: 1;
    pointer-events: all;
}

@media(max-width:700px){
    .model_wrapper{
        flex-wrap: wrap;
        height: auto;
    }
    .gallery, .info {
        flex: 0 0 100%;
    }
    .info{
        padding: 50px 0 0 0;
    }
    .info h2{
        margin-bottom: 0.8em;
    }
}

/* Single Video */

.video_wrapper{
    display: flex;
    justify-content: center;
}
.video{
    height: 100%;
    width: auto;
}

@media(max-width:700px){
    .video{
        height: auto;
        width: 100%;
    }
}

/* Form */

.form-wrapper{
    max-width: 600px;
    margin: 0 auto;
}

input[type="text"],
select,
input[type="password"],
input[type="email"],
input[type="date"],
textarea {
    background: #505050;
    border: solid 2px transparent;
    display: block;
    outline: 0;
    padding: 13px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
    color: white;
}

textarea{
    resize: vertical;
}

input[type="radio"]{
    -webkit-appearance: radio;
    appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
}

select{
    padding: 5px;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #b39249;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"] {
    line-height: 1em;
}

label {
    display: block;
    color: white;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 0.5em;
}

::-webkit-input-placeholder {
    color: #fff;
    font: inherit;
    position: relative;
    top: 3px;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

form button.button, form input.button{
    width: 100%;
    display: block;
    margin: 30px auto;
}

/* LP */

.videos-lp{
    display: flex;
}

.videos-lp .main_container.short{
    padding: 20px;
    padding-left: 40px;
}
.videos-lp .main_container.short p{
    font-size: 14px;
}

@media(max-width: 900px){
    .videos-lp{
        display: block;
    }
    
    .videos-lp .main_container.short{
        padding: 20px 15px 0;
    }
    .button.only-large{
        display: none;
    }
}
@media(min-width: 900px){
    .button.only-small{
        display: none;
    }
}