:root {
     --dark: #000000;
     --white: #fff;
}
/* Custom Fonts */
 @font-face {
     font-family: "Arial Black";
     src: url("/templates/vixendating/292/fonts/Arial-Black.woff2") format("woff2"), url("/templates/vixendating/292/fonts/Arial-Black.woff") format("woff");
     font-weight: 900;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: "Arial Bold";
     src: url("/templates/vixendating/292/fonts/Arial-Black.woff2") format("woff2"), url("/templates/vixendating/292/fonts/Arial-BoldMT.woff") format("woff");
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: "Arial";
     src: url("/templates/vixendating/292/fonts/ArialMT.woff2") format("woff2"), url("/templates/vixendating/292/fonts/ArialMT.woff") format("woff");
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
/* Typograpy */
 body {
     font-family: "Arial";
     font-size: 18px;
     background: #000000;
}
 a:hover {
     color: #ffffff;
     text-decoration: none;
}
 p {
     margin-bottom: 0;
}
 ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .main-wrp {
     min-height: 100vh;
}
 .hero-bg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center center;
     opacity: 0.33;
     z-index: -1;
}
 @media screen and (min-width: 780px) {
     body {
         font-size: 20px;
    }
}
/* End Typograpy */
/* Navbar */
 .navbar {
     max-width: 1845px;
     width: 100%;
     margin: auto;
     padding: 20px 0px;
}
 .navbar-brand img {
     max-width: 200px;
}
 .main-nav {
     padding-top: 20px;
}
 .main-nav .nav-item .nav-link {
     color: var(--white);
     font-size: 18px;
     text-transform: uppercase;
     padding-left: 0;
}
 @media screen and (min-width: 992px) {
     .main-nav {
         padding-top: 0px;
    }
     .navbar-brand img {
         max-width: 300px;
    }
     .main-nav .nav-item .nav-link {
         font-size: 20px;
    }
     .main-nav .nav-item:not(:first-child) .nav-link {
         padding-left: 25px;
    }
}
 @media (max-width: 992px) {
     .mobileMenu {
         -webkit-transform: translateX(-100%);
         transform: translateX(-100%);
         position: fixed;
         top: 0px;
         bottom: 0;
         margin: auto;
         left: 0;
         -webkit-transition: all ease 0.25s;
         transition: all ease 0.25s;
         height: 100vh;
         z-index: 10000;
         background: rgba(1,1,1,0.91);
         width: 220px;
    }
     .mobileMenu.open {
         -webkit-transform: translateX(0%);
         transform: translateX(0%);
    }
     .mobileMenu .navbar-nav {
         overflow-y: auto;
         height: 100%;
         padding: 30px 20px;
         height: 100%;
         width: 100%;
    }
     .overlay {
         position: fixed;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         margin: auto;
         background-color: rgba(0, 0, 0, 0.5);
         display: none;
         z-index: -1;
    }
     .overlay.open {
         display: block;
         z-index: 1029;
    }
     .main-nav .nav-item .nav-link {
         padding-bottom: 15px;
    }
}
/* End Navbar */
/* Create Account */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #000000;
  border-radius: 5px;
  border: solid 1px #000000;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #000000; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #000000; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #000000; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #000000;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #393939; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }


 .create-your-account {
     max-width: 350px;
     width: 100%;
     margin: auto;
     padding-top: 50px;
     padding-bottom: 72px;
}
 .select-box {
     display: flex;
     flex-direction: column;
     margin-bottom: 30px;
}
 .select-box label {
     display: block;
     color: #ffffff;
     text-transform: uppercase;
     z-index: 1;
}
 .select-dropdown {
     border-radius: 0;
     width: 100%;
     height: 47px;
     display: flex;
     align-items: center;
     border: 1px solid #000000;
     text-transform: uppercase;
     font-size: 22px;
     padding: 0px 20px;
     color: #d9d7d7;

}
 .select-dropdown.nice-select:after {
     border: 0;
     box-shadow: 0;
     background: url(/templates/vixendating/292/uploads/560-img_images_dropdown-20230302134103.png) no-repeat center center;
     background-size: contain;
     transform: rotate(0deg) !important;
     width: 20px;
     height: 20px;
     margin-top: -10px;
     right: 15px;
}
 .select-dropdown.nice-select .list {
     width: 100%;
     border-radius: 0;
}
 .select-dropdown.nice-select .list li {
     padding: 10px 15px;
}
 .select-dropdown.nice-select .option.selected {
     font-weight: normal;
}
 .create-account-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 20px;
     background: linear-gradient(180deg, #cc0202 0%, #9a0606 52.3%, #cc0202 100%);
     height: 67px;
     font-family: "Arial Black";
     font-size: 22px;
     color: var(--white);
     transition: 0.3s ease;
}
 .create-account-btn:hover {
     background: linear-gradient(180deg, #d80b0b 0%, #eb0707 52.3%, #b60505 100%);
}
 .create-hero-btn {
     margin-top: 40px;
}
 @media screen and (min-width: 780px) {
     .create-your-account {
         max-width: 468px;
    }
     .select-box {
         margin-bottom: 54px;
    }
     .select-dropdown {
         height: 56px;
         font-size: 27px;
         padding: 0px 25px;
    }
     .select-dropdown.nice-select:after {
         width: 32px;
         height: 32px;
         margin-top: -15px;
         right: 20px;
    }
     .create-account-btn {
         border-radius: 30px;
         height: 96px;
         font-size: 30px;
    }
     .create-hero-btn {
         margin-top: 40px;
         margin-top: 54px;
    }
}
/* End */
/* Hookup Section */
 .hookup-section {
     background: rgba(51,51,51,0.33);
     padding: 30px 15px;
}
 .hookup-section h3 {
     text-align: center;
     color: var(--white);
     font-family: "Arial Bold";
     text-transform: uppercase;
     color: #9b9b9b;
     margin-bottom: 25px;
     font-size: 24px;
}
 .hookup-row {
     max-width: 1500px;
     width: 100%;
     margin: auto;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-bottom: 30px;
}
 .hookup-content {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 10px 20px;
}
 .hookup-content:not(:last-of-type)::after {
     content: "";
     width: 2px;
     height: 100%;
     position: absolute;
     border-right: 2px solid #cc0202;
     top: 0;
     right: 0;
}
 .hookup-content p {
     font-size: 22px;
     line-height: 26px;
     color: #ffffff;
     text-transform: capitalize;
}
 .hookup-content p br {
     display: none;
}
 @media screen and (min-width: 1020px) {
     .hookup-row {
         padding-bottom: 44px;
    }
     .hookup-content {
         padding: 15px 30px;
    }
     .hookup-content p {
         font-size: 30px;
         line-height: 34px;
    }
     .hookup-section h3 {
         font-size: 40px;
         margin-bottom: 46px;
    }
}
 @media screen and (max-width: 560px) {
     .hookup-row {
         flex-direction: column;
    }
     .hookup-content:not(:last-of-type)::after {
         border-right: 0;
         border-bottom: 2px solid #cc0202;
         width: 40%;
         left: 50%;
         transform: translateX(-50%);
    }
     .hookup-content {
         padding: 24px 10px;
    }
     .hookup-section h3 {
         padding-top: 10px;
    }
}
/* End Hookup */
/* Tn Model */
 .tn-model-container {
     max-width: 1400px;
     width: 100%;
     margin: auto;
     padding: 50px 0px;
}
 .tn-model-content {
     padding-top: 0;
     padding-bottom: 0;
}
 .tn-model-content h3 {
     font-size: 33px;
     line-height: 40px;
     color: #ffffff;
     font-weight: normal;
     padding-bottom: 20px;
}
 .tn-model-content p {
     font-size: 22px;
     line-height: 26px;
     color: #707070;
}
 .tn-model-content p:not(:last-child) {
     margin-bottom: 25px;
}
 @media screen and (min-width: 980px) {
     .tn-model-container {
         padding: 90px 0px;
    }
     .tn-model-content h3 {
         font-size: 40px;
         line-height: 45px;
         padding-bottom: 40px;
    }
     .tn-model-content p {
         font-size: 25px;
         line-height: 29px;
    }
     .tn-model-content {
         padding-top: 80px;
         padding-bottom: 100px;
    }
     .tn-model-content p:not(:last-child) {
         margin-bottom: 35px;
    }
}
/* End Tn Model */
/* Modal Gallery */
 .model-gallery-section {
     padding-bottom: 80px;
}
 .model-gallery-container {
     max-width: 1440px;
     width: 100%;
     margin: auto;
}
 .gallery-heading h3 {
     font-size: 33px;
     line-height: 40px;
     padding-bottom: 35px;
     color: #ffffff;
}
 .gallery-heading p {
     font-size: 22px;
     line-height: 29px;
     padding-bottom: 50px;
     color: #707070;
}
 .model-gallery {
     display: grid;
     grid-gap: 10px;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     justify-content: center;
     padding-bottom: 60px;
}
 .create-account-gallery-btn {
     max-width: 500px;
     margin: auto;
}
 @media screen and (min-width: 980px) {
     .model-gallery-section {
         padding-bottom: 115px;
    }
     .model-gallery {
         padding-bottom: 150px;
    }
     .gallery-heading h3 {
         font-size: 45px;
         line-height: 52px;
         padding-bottom: 35px;
    }
     .gallery-heading p {
         font-size: 30px;
         line-height: 34px;
         padding-bottom: 62px;
    }
     .model-gallery {
         grid-gap: 16px;
         grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
     .create-account-gallery-btn {
         max-width: 747px;
         height: 120px;
         font-size: 35px;
         line-height: 50px;
    }
}
 @media screen and (max-width: 560px) {
     .model-gallery-container {
         padding-top: 35px;
    }
     .model-gallery {
         grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}
/* End */
/* Footer */
 .footer-wrp {
     padding-bottom: 21px;
}
 .footer-container {
     max-width: 944px;
     width: 100%;
     margin: auto;
}
 .footer-content-wrp {
     display: flex;
     grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-logo {
     grid-column: auto / span 1;
}
 .footer-logo img {
     width: 250px;
}
 .footer-right-content {
     padding-left: 30px;
     grid-column: auto / span 3;
}
 .footer-right-content a {
     font-size: 18px;
     line-height: 23px;
     color: #ffffff;
}
 .footer-menu {
     margin-bottom: 10px;
     flex-wrap: wrap;
}
 .footer-menu li {
     margin-bottom: 10px;
}
 .footer-menu li a {
     color: #8f8f8f;
     text-transform: uppercase;
     transition: 0.3s ease;
}
 .footer-menu li a:hover {
     color: #ffffff;
}
 .footer-menu li:not(:last-child) a {
     margin-right: 10px;
     padding-right: 10px;
     border-right: 1px solid #cc0202;
}
 .footer-right-content p {
     color: #ffffff;
}
 @media screen and (max-width: 768px) {
     .footer-right-content {
         padding-left: 20px;
    }
}
 @media screen and (max-width: 568px) {
     .footer-right-content {
         padding-left: 0px;
    }
     .footer-logo {
         margin-bottom: 30px;
    }
}
 @media screen and (min-width: 980px) {
     .footer-right-content {
         padding-left: 30px;
    }
     .footer-logo {
         margin-bottom: 0;
    }
     .footer-logo img {
         width: inherit;
    }
     .footer-content-wrp {
         display: grid;
         align-items: center;
    }
     .footer-menu li {
         margin-bottom: 0;
    }
     .footer-right-content a {
         font-size: 22px;
         line-height: 26px;
    }
     .footer-menu li:not(:last-child) a {
         margin-right: 15px;
         padding-right: 15px;
    }
}
/* End Footer */
/* Join page Wrap */
 .create-account-box-container {
     max-width: 1294px;
     width: 100%;
     margin: auto;
     margin-bottom: 86px;
}
 .create-account-box {
     background: rgba(1,1,1,0.61);
     box-sizing: border-box;
     border-radius: 30px;
     padding: 30px 25px 70px;
     margin-top: 86px;
     margin-bottom: 16px;
}
 .create-account-box p {
     font-size: 20px;
     line-height: 25px;
}
 .create-account-heading {
     max-width: 577px;
     width: 100%;
     margin: auto;
     border-bottom: 2px solid #cc0202;
     margin-bottom: 50px;
}
 .create-account-heading h3 {
     font-size: 30px;
     line-height: 35px;
     padding-bottom: 6px;
}
 .get-started-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     background: url(/templates/vixendating/292/images/joinpage-btn.png) no-repeat center center;
     background-size: 100% 100%;
     max-width: 320px;
     width: 100%;
     height: 80px;
     font-family: "Arial Black";
     font-size: 20px;
     line-height: 36px;
     color: #ffffff;
     text-transform: uppercase;
     vertical-align: middle;
     margin-left: auto;
     margin-right: -115px;
}
 .get-started-btn span {
     position: relative;
     top: -4px;
     margin-left: -20px;
}
 @media screen and (max-width: 1530px) {
     .get-started-btn {
         margin-right: -85px;
    }
}
 @media screen and (max-width: 1490px) {
     .get-started-btn {
         margin-right: -65px;
    }
}
 @media screen and (max-width: 1440px) {
     .get-started-btn {
         margin-right: 0;
    }
}
 @media screen and (max-width: 560px) {
     .get-started-btn {
         margin: auto;
    }
}
 @media screen and (min-width: 980px) {
     .create-account-box {
         padding: 30px 81px 99px;
    }
     .create-account-heading {
         margin-bottom: 81px;
         max-width: 877px;
    }
     .create-account-heading h3 {
         font-size: 40px;
         line-height: 45px;
         padding-bottom: 10px;
    }
     .create-account-box p {
         font-size: 25px;
         line-height: 29px;
    }
     .get-started-btn {
         font-size: 25px;
         line-height: 36px;
         max-width: 420px;
         height: 100px;
    }
}
/* End Join page */
/* Contact Wrap */
 .contact-container {
     box-sizing: border-box;
     border-radius: 30px;
     background: rgba(1,1,1,0.61);
     max-width: 742px;
     width: 100%;
     margin: auto;
     padding: 20px 30px;
     margin: 81px auto;
}
 .contact-container h3 {
     text-align: center;
     text-transform: uppercase;
     color: #ffffff;
     font-size: 33px;
     line-height: 37px;
     padding-bottom: 10px;
     border-bottom: 2px solid #cc0202;
     margin-bottom: 38px;
}
 .contact-form-item:not(:last-child) {
     margin-bottom: 19px;
}
 .contact-form-item label {
     display: block;
     font-size: 20px;
     line-height: 24px;
     color: #ffffff;
     text-transform: uppercase;
}
 .contact-form-item textarea, .contact-form-item input {
     width: 100%;
     border: 1px solid #707070;
     outline: 0;
     padding: 0px 12px;
     font-size: 18px;
     color: var(--dark);
}
 .contact-form-item input {
     height: 48px;
}
 .contact-form-item textarea, .contact-form-item input::placeholder {
     font-size: 20px;
     color: #7a7979;
}
 .contact-form-item textarea {
     height: 83px;
     padding: 8px 12px;
}
 .contact-form button {
     width: 200px;
     height: 55px;
     background: #cc0202;
     border-radius: 30px;
     font-size: 20px;
     color: #ffffff;
     font-family: "Arial Bold";
     transition: 0.3s ease;
     margin-left: auto;
     margin-right: auto;
     display: flex;
     align-items: center;
     justify-content: center;
     outline: 0;
     border: 0;
}
 .contact-form button:hover {
     background: #f80f0f;
}
 @media screen and (min-width: 980px) {
     .contact-container {
         padding: 30px 70px;
    }
     .contact-container h3 {
         font-size: 40px;
         line-height: 45px;
         padding-bottom: 18px;
         margin-bottom: 58px;
    }
     .contact-form-item label {
         display: block;
         font-size: 22px;
         line-height: 26px;
    }
     .contact-form-item textarea, .contact-form-item input {
         font-size: 20px;
    }
     .contact-form button {
         width: 245px;
         height: 65px;
         font-size: 30px;
         font-size: 24px;
         margin-left: auto;
         margin-right: inherit;
    }
}
/* End Contact */

 .player video{
     width: 356px;
     height: auto 
}

 