@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --card-bg: #0E0F10;
  --card-bg-hover: #18191B;
  --card-border: #26282B;
  --color-primary: #C1008B;
  --color-primary-hover: #AD007D;
  --color-white: #FFFFFF;
  --text-primary: #D4D5D9;
  --main-bg: #050506;
  --text-secondary: #888D96;
}
* {
  box-sizing: border-box;
}
.button {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 6px 0 12px;
  background: var(--color-primary);
  border: none;
  border-radius: 6px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--color-white);
  transition: all 0.3s ease;
}
.button:hover {
  background: var(--color-primary-hover);
  cursor: pointer;
}
.button-primary {
    height: 40px;
    cursor: pointer;
}
.button-primary div div:nth-child(1) {
    vertical-align: top !important;
    height: 40px !important;
}
.button-primary div div:nth-child(2) {
    top: 10px !important;
}
.button-primary div div:nth-child(3) {
    top: 8px !important;
}

.button-primary div div:nth-child(2) div div {
    font-weight: 600;
    vertical-align: top !important;
}
.button-primary .primary-button-bg .tn-atom {
    transition: all 0.3s ease;  
}
.button-primary:hover .primary-button-bg .tn-atom {
    background-color: var(--color-primary-hover) !important;
}
.logo-banner .tn-atom {
    background-image: url("https://i.ibb.co/PsfX7Ph7/logo-with-plus-min.png");
    background-repeat: repeat;
    background-size: contain !important;
}
.banner-video {
    z-index: 99 !important;
}
.card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 10px;
}
.container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
}
.link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 115%;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.link:before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -3px;
    animation: out 0.3s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}
.link:hover:before {
    animation: in 0.3s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}
.link.active:before {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
}

/*WORD ANIMATION*/
.word-animation {
    height: 64px !important;
    display: block !important;
    overflow-y: hidden !important;
}
.word-animation div {
    animation: wordAnimation 20s ease infinite;
}
.word-animation em {
    display: block;
    height: 64px !important;
}
.word-animation em u {
    display: block;
    height: 64px;
    margin-top: -2px;
}

@keyframes wordAnimation {
    0%, 8.3333%   { transform: translateY(0); }
    16.6667%, 25%       { transform: translateY(-64px); }
    33.3333%, 41.6667%  { transform: translateY(-128px); }
    50%, 58.3333%       { transform: translateY(-192px); }
    66.6667%, 75%       { transform: translateY(-256px); }
    83.3333%, 91.6667%  { transform: translateY(-320px); }
    100%               { transform: translateY(-384px); }
}
@media(max-width: 640px) {
    .word-animation {
        height: 36px !important;
    }
    .word-animation em {
        height: 36px !important;
    }
    .word-animation em u {
        height: 36px;
        margin-top: -1px;
    }
    .word-animation em:last-child u {
        margin-top: 4px;
    }
    
    @keyframes wordAnimation {
        0%, 8.3333%   { transform: translateY(0); }
        16.6667%, 25%       { transform: translateY(-36px); }
        33.3333%, 41.6667%  { transform: translateY(-72px); }
        50%, 58.3333%       { transform: translateY(-108px); }
        66.6667%, 75%       { transform: translateY(-144px); }
        83.3333%, 91.6667%  { transform: translateY(-180px); }
        100%               { transform: translateY(-216px); }
    }
}
/*WORD ANIMATION*/

@keyframes in{
  0%{
    width: 0;
    left:0;
    right:auto;
  }
  100%{
    left:0;
    right:auto;
    width: 100%;
  }
}
@keyframes out{
  0%{
    width:100%;
    left: auto;
    right: 0;
  }
  100%{
    width: 0;
    left: auto;
    right: 0;
  }
}

@media(max-width: 760px) {
    .container {
        padding: 0 16px;
    }
}

.models-review-gallery,
.models-gallery {
  width: 100%;
  padding-top: 100px;
  background: var(--main-bg);
}
.models-review-gallery__swiper,
.models-gallery__swiper {
  overflow: visible;
}
.models-review-gallery__slide,
.models-gallery__slide {
  padding: 12px;
}
.models-review-gallery img {
    width: 100%;
    height: 708px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
    background: #050506;
}
.models-gallery__slide img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  background: #050506;
}
.models-gallery__slide-info {
    padding: 16px 8px 8px 8px;
}
.models-gallery__slide-name {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    line-height: 170%;
    text-transform: uppercase;
    color: var(--text-primary);
    margin-bottom: 2px;
}
.models-gallery__slide-age {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    line-height: 170%;
    text-transform: uppercase;
    color: var(--text-secondary);
}
@media(max-width: 430px) {
    .models-review-gallery,
    .models-gallery {
      padding-top: 36px;
    }
    .models-review-gallery img {
        height: 446px;
    }
    .models-gallery__slide img {
        height: 230px;
    }
    .models-review-gallery__slide,
    .models-gallery__slide {
        padding: 8px;
    }
}

.partners-gallery {
  width: 100%;
  padding-top: 100px;
  background: var(--main-bg);
}
.partners-gallery__swiper {
  overflow: visible;
}
.partners-gallery__slide {
  padding: 12px;
}
.partners-gallery__slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  background: #050506;
}
.partners-gallery__slide.h-500 img {
  height: 710px;
  object-position: 0px -2px;
}
.swiper-slide:nth-child(2) .partners-gallery__slide.h-500 img {
  object-position: 0px -24px;
}
@media(max-width: 430px) {
    .partners-gallery {
      padding-top: 40px;
    }
    .partners-gallery__slide.h-500 img {
      height: 432px;
    }
    .uc-logo-line {
        display: none;
    }
    .button-primary div div:nth-child(1) {
        height: 44px !important;
    }
    .button-primary div div:nth-child(2) {
        top: 12px !important;
    }
    .button-primary div div:nth-child(3) {
        top: 10px !important;
    }
    .uc-partners-banner .t-bgimg {
        background-position: -210px 432px !important;
        background-size: 186% !important;
    }
}
.custom-primary-link:before {
    background-color: var(--color-primary);
    animation: out 1s ease 1 both;
}

.uc-video-section {
    position: relative;
    z-index: 999 !important;
}