@font-face {
  font-family: "Poppins-Medium";
  src: url("../font/Poppins/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins-regular";
  src: url("../font/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-bold";
  src: url("../font/Poppins/Poppins-Bold.ttf");
}
@font-face {
  font-family: "TwCenMTStdBold";
  src: url("../font/TwCenMTStdBold/TwCenMTStdBold.otf");
}
@font-face {
  font-family: "TwCenMTStdSemiMedium";
  src: url("../font/TwCenMTStdBold/TwCenMTStdSemiMedium.otf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/Roboto/Roboto-Medium.ttf");
}

* {
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
  list-style: none !important;
}
a:hover {
  text-decoration: none !important;
  list-style: none !important;
}
.nav-bg {
  background-color: #0f0f0f;
}

.cc-navbar ul li a {
  font-size: 18px;
  color: #fff;
  font-family: "Poppins-regular";
}
.cc-navbar ul li a:hover {
  color: #fff;
}

.nav-logo {
  width: 150px;
}
/* ------breadcrumbs-start------ */
.breadcrumbs {
  background-image: url("../img/breadcrumbs-bg.svg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4px 0;
}
.dash-border {
  border-top: 8px dashed #fff;
  border-bottom: 8px dashed #fff;
  padding: 10px 0px;
}
.breadcrumbs .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumbs-tittle h1 {
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  color: #fff;
  text-transform: capitalize;
}
.breadcrumbs nav {
  text-align: right;
  display: ruby-text;
}
.breadcrumb-item a {
  text-transform: capitalize;
  font-size: 20ppx;
  color: #fff;

  font-family: "TwCenMTStdSemiMedium";
}
.breadcrumb-item a:hover {
  color: #fff;
}
.cc-blog-pg-ftr-blgs .hover-change {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}
.navbar .navbar-toggler .nav-hamburger-icon {
  width: 40px !important;
}
/* ------breadcrumbs-end------ */

.main-container {
  min-height: 84vh;
}
/* ------hero-section-start------- */

.hero-section {
  padding: 10% 0 16% 0;
  background-image: url("../img/a-couple-enjoying-a-movie-together.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.dashed-line {
  border-top: 8px dashed #000000;
  border-bottom: 8px dashed #000000;
}
.cc-header-ctmz h1 {
  font-family: "TwCenMTStdBold";
  color: #fff;
  font-size: 80px;
  font-weight: bold;
}
.cc-header-ctmz p {
  font-size: 20px;
  color: #fff;
  line-height: 2rem;
  font-family: "Poppins-regular";
}
.cc-app-btn {
  margin-top: 30px;
}
.navbar-signup-btn {
  background-color: #0255fb;
  padding: 10px 30px 10px 20px;
  border: none;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  position: relative;
}

.navbar .navbar-signup-btn::after {
  bottom: 17%;
}

.navbar-signup-btn::after {
  content: url("../img/btn-right-arrow.svg");
  position: absolute;
  bottom: 7%;
  right: 10%;
}
.navbar-signup-btn:hover {
  background-color: #0255fb;
  color: #fff;
}

/* ------hero-section-end------- */

/* ----Find-your-love-start---- */

.fyl-all-container {
  margin: -80px 0 0px 0;
}

.fyl-whole-col {
  background-color: #feebca;
  padding: 40px 40px !important ;
  border-radius: 10px;
}

.fyl-title h2 {
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  margin-bottom: 20px;
}
.dropdown select {
  padding: 10px 10px;
  border: none;
  border-radius: 10px;
}
.dropdown select {
  font-family: "Poppins-regular";
  font-size: 16px;
  font-weight: 500;
}
.fyp-btn {
  background-color: #000000;
  padding: 7px 40px;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

/* ----Find-your-love-end---- */

/* -- ---------about-cineConnections-start------  */

.abt-cc {
  padding: 50px 0;
}
.abt-cc-txt h2 {
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  margin-bottom: 20px;
}
.abt-cc-txt p {
  color: #6c7180;
  font-size: 16px;
  font-family: "Poppins-regular";
  /* font-weight: bold; */
  margin-bottom: 20px;
}
.abt-btn {
  background-color: #0255fb;
  padding: 7px 20px;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}
/* -- ---------about-cineConnections-end------  */

/* -- ---------app Features-start------ */

.whole-app-features {
  background-color: #feebca;
  padding: 40px 0 40px 0;
}
.whole-app-features-tittle h2 {
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

.whole-app-features-tittle p {
  margin: 20px 0;
  color: #6c7180;
  font-size: 17px;
  font-family: "Poppins-regular";
  margin-bottom: 20px;
  font-weight: 500;
}
.whole-app-features-tittle {
  position: relative;
}

.whole-app-features-light-img {
  position: absolute;
  bottom: -20%;
  right: -10%;
}

.whole-app-features-col {
  border: 1px solid#000;
  padding: 30px 0px 20px 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  margin: 0 8px;
}
.whole-app-features-col-img {
  position: absolute;
  top: -10px;
  left: -10px;
  /* padding: 40px; */
  border: 8px solid #feebca;
  border-radius: 40px;
}

.slider h3 {
  padding-left: 30px;
  color: #000;
  font-size: 24px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  margin-bottom: 20px;
}

.slider p {
  color: #6c7180;
  font-size: 16px;
  font-family: "Poppins-regular";
  /* font-weight: bold; */
  margin-bottom: 20px;
}

/* -- ---------app Features-end------ */

/* ------------ How-it-works-start ----------- */
.hiw-it-works-sec {
  padding: 40px 0 60px 0;
}

.hiw-it-works-sec .pedding-right {
  padding-right: 30px;
}
.hiw-it-works-sec .padding-left {
  padding-left: 30px;
}

.hiw-it-works-title {
  text-align: center;
}

.hiw-it-works-title h2 {
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  margin-bottom: 20px;
}

.hiw-it-works-title p {
  color: #6c7180;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins-regular";
}

.hiw-it-works-col {
  padding-top: 40px;
}

.hiw-it-works-col-ca h3 {
  font-family: "TwCenMTStdBold";
  font-size: 30px;
  text-transform: capitalize;
  font-weight: bold;
}
.hiw-it-works-col-ca p {
  color: #6c7180;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins-regular";
}

.hiw-it-works-col-ca-img h4 {
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #fff; /* Fill color */
  -webkit-text-stroke: 2px red; /* Text stroke width and color */
  text-stroke: 2px red; /* Text stroke for non-webkit browsers (less supported) */
}

.hiw-sec-img {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.hiw-sec-img .hiw-ring-img {
  position: absolute;
  z-index: -1;
  top: 20%;
  animation: rotateAnimation 8s linear infinite;
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hiw-app-screen-img {
  width: 80%;
}

/* ------------ How-it-works-end ----------- */

/* ---- ------testimonials-start------- */

.testimonials {
  padding: 40px 0 40px 0;
  background-color: #feebca;
}

.testimonials h2 {
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

.testimonials-custom-prev-arrow {
  padding-top: 20px;
}
.cta-bg .col-lg-4 {
  padding: 0;
}
.testimonials-custom-next-arrow {
  padding-top: 20px;
}
.testimonials p {
  color: #6c7180;
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0 0px 0;
  font-family: "Poppins-regular";
}

.testimonials-box {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 10px;
  margin-right: 20px;
  border: 1px solid #000;
}

.testimonials-box img {
  padding: 0px 20px;
}
#slider {
  margin-top: 20px;
}

.testimonials-box .testimonial-text {
  padding: 20px 20px 20px 20px;
  color: #6c7180;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins-regular";
}

.testimonials-box .testimonial-reviewer {
  padding-top: 15px;
  align-items: center;
  color: #000;
  font-size: 22px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

.testimonials-box .testimonial-reviewer img {
  width: 110px;
}

.testimonials-box .testimonial-quote-img {
  position: relative;
  /* padding: 20px 0; */
}

.testimonials-box .testimonial-quote-img {
  border: 1px solid#000;
}

.testimonials-box .testimonial-quote-img img {
  position: absolute;
  width: 100px;
  right: 0;
  top: -30px;
}
.slick-slider .slick-prev {
  top: 108%;
  left: 48%;
}
.slick-slider .slick-next {
  top: 108%;
  right: 48%;
}

/* ---- ------testimonials-end------- */

/* ---------our-blog-start-----------  */
.fob-cc {
  padding: 40px 0 0 0;
}

.our-blog-title h2 {
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

.our-blog-title p {
  color: #6c7180;
  margin: 10px 0 20px 0;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins-regular";
}

.home-blog-main-box {
  background-color: #feebca;
  border-radius: 10px;
}
.Home-fob-cc-txt {
  padding: 15px 10px 10px 20px;
}
.Home-fob-cc-img img {
  width: 100%;
}

.Home-fob-cc-txt h4 span {
  color: #000;
  font-size: 22px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 10px 7px;
  margin-right: 10px;
  border-radius: 10px;
}

.Home-fob-cc-txt h4 {
  color: #000;
  font-size: 26px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

.Home-fob-cc-txt p {
  color: #6c7180;
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  font-family: "Poppins-regular";
  margin-bottom: 6px;
  padding: 0 0 6px 0;
  border-bottom: 2px solid#000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.Home-fob-cc-txt .home-blog-btn {
  text-decoration: none;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  font-family: "TwCenMTStdBold";
  font-weight: 100;
}
#vertical-blog-2 {
  margin-top: 20px;
}
#horizontal-blog .Home-fob-cc-img img {
  width: 94%;
}

/* ---------our-blog-end-----------  */

/* --------CTA-start---------  */
.comn-cta {
  padding-top: 85px;
  position: relative;
  z-index: 9999;
}

.cta-bg {
  background-color: #feebca;
  border: 2px solid #000;
  border-radius: 10px;
}
.cta-btn button {
  background-color: transparent;
  border: none;
}

.cta-bg .col-4 {
  padding: 0;
}

.comn-cta-title,
.cta-btn {
  padding-left: 40px;
}

.comn-cta-title h2 {
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.comn-cta-title p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins-regular";
}

.comn-cta-img img {
  width: 70%;
  margin-top: -90px;
}
/* --------CTA-end---------  */

/* -- ---------footer-start---------- */

.footer {
  margin-top: -60px;
  padding: 100px 0 0 0;
  background-color: #000;
  background-image: url("../img/old-film-reel.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60%;
}
.ftr-1st-col a img {
  width: 190px;
}

.ftr-1st-col p {
  color: #fff;
  font-weight: 100;
  padding-top: 20px;
  font-size: 16px;
  font-family: "Poppins-regular";
}
.footer .footer-border {
  width: 100%;
  border: 1px solid rgb(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.ftr-quick-links h4 {
  color: #ffff;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 30px;
}

.ftr-quick-links ul li {
  padding: 5px 0;
}

.ftr-quick-links ul li {
  list-style: none;
}
.ftr-quick-links ul {
  padding: 0;
}

.ftr-quick-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Poppins-regular";
}
.ftr-quick-links ul li img {
  width: 20px;
  margin-right: 10px;
}
.ftr-quick-links-2 {
  padding: 42px 0 0 10px;
}
.ftr-quick-links-2 ul {
  padding: 0;
}
.ftr-quick-links-2 ul li {
  list-style: none;
}

.ftr-quick-links-2 ul li {
  padding: 5px 0;
}

.ftr-quick-links-2 ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Poppins-regular";
}

.ftr-quick-links-2 ul li img {
  width: 20px;
  margin-right: 10px;
}

.ftr-email-subscribe {
  border: 1px solid#FFF;
  padding: 15px 15px 20px 15px;
  border-radius: 10px;
  position: relative;
}
.ftr-email-subscribe input:focus {
  border: 0 !important;
}
.ftr-email-subscribe input {
  width: 100%;
  font-size: 14px;
  font-family: "Poppins-regular";
  border-radius: 10px;
  width: 100%;
  border: 0;
  padding: 10px 10px;
  margin-top: 10px;
}
.ftr-email-subscribe .email-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;

  background-color: #0255fb;
  padding: 2px 22px 2px 18px;
  border: none;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  /* position: relative; */
}

.email-btn::after {
  content: url(../img/btn-right-arrow.svg);
  position: absolute;
  bottom: 0%;
  right: 7%;
}

.ftr-email-subscribe h4 img {
  padding-right: 8px;
}

.ftr-email-subscribe h4 {
  color: #ffff;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 20px;
}
.ftr-email-subscribe p {
  padding-top: 10px;
  margin: 0;
  color: #ffff;
  font-size: 16px;
  font-family: "Poppins-regular";
}
.ftr-social-icons {
  padding-top: 40px;
}
.ftr-social-icons h4 {
  color: #ffff;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 30px;
}

.ftr-social-icons ul {
  padding: 0;
  list-style: none;
}
.ftr-social-icons ul li {
  display: inline-block;
}
.ftr-social-icons ul li a {
  padding: 0 8px 0 0;
}

.ftr-copyright p {
  color: #ffff;
  font-size: 16px;
  margin: 0;
  font-family: "Poppins-regular";
}
.ft-last-sec {
  /* margin-top: 15px !important; */
  padding: 20px 0px;
  align-items: center;
}
.ftr-terms {
  text-align: right;
  justify-content: end;
  align-items: center;
  margin-right: -77px;
}
.ft-last-sec .ftr-terms {
  margin: 0;
}
.ftr-terms p {
  position: relative;
  margin: 0;
}
.ftr-terms p:first-child {
  font-size: 18px;
  padding-right: 15px;
  position: relative;
}

.ftr-terms p:nth-child(2) {
  font-size: 18px;
  padding-right: 15px;
  position: relative;
}

.ftr-terms p:first-child::after {
  position: absolute;
  content: url("../img/pipe-icon.svg");
  bottom: -3px;
  padding: 0 0 0 6px;
}

.ftr-terms p:nth-child(2)::after {
  position: absolute;
  content: url(../img/pipe-icon.svg);
  bottom: -3px;
  padding: 0 0 0 6px;
}

.ftr-terms p a {
  text-decoration: none;
  color: #ffff;
  font-size: 16px;
  font-weight: 100;
  font-family: "Poppins-regular";
}

.ftr-terms-social-icons ul {
  margin: 0;
  text-align: right;
}
.ftr-terms-social-icons ul li a img {
  width: 30px;
}
.ftr-terms-social-icons ul li {
  display: inline-block;
  padding: 0 5px;
}
.ftr-terms-social-icons ul {
  padding-left: 0;
}

/* -- ---------footer-end---------- */

/* -----login-page-start------- */

.form-select:focus,
textarea:focus,
input:focus {
  border: 2px solid rgba(0, 0, 0, 0.2) !important ;
  border-color: rgba(0, 0, 0, 0.2) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.login-page {
  padding: 40px 0 0 0;
  background-image: url("../img/light-old-film-reel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position:  bottom right; */
}
.login-form form {
  width: 50%;
  margin: 0 auto;
  padding: 15px 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login-form form h1 {
  text-align: center;
  color: #000;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 40px;
}
.login-form label img {
  margin-top: -5px;
}
.login-form label {
  color: #000;
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 22px;
}
.login-form input,
.login-form select,
.login-form textarea {
  color: #9f9f9f;
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.login-form .login-form-check label {
  color: rgba(0, 0, 0, 0.6);
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0 0 5px;
}
.login-form .login-form-check a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 18px;
  padding: 5px 0 0 5px;
}
.login-form-check {
  padding-top: 5px;
  display: flex !important;
  align-items: center;
}
.login-form-check .f-PW {
  margin-left: auto;
}
.login-form-btn a:hover {
  background-color: #0255fb;
  color: #fff;
}

.login-form-btn a {
  margin: 20px 0;
  padding: 5px 0;
  border-radius: 10px;
  width: 100%;
  display: block;
  background-color: #0255fb;
  color: #fff;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.login-page-social-icon p {
  font-size: 25px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.login-page-social-icon p span img {
  width: 45%;
}
.login-page-social-icon ul {
  margin-left: -30px;
}
.login-page-social-icon ul li {
  display: inline-block;
  padding: 0 4px;
}
.login-page-social-icon ul li a img {
  width: 40px;
}

.sign-up-hint p {
  font-size: 22px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.sign-up-hint p a {
  font-size: 22px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  color: #0255fb;
}

/* ------------------.sign-up-page-start--------- */

.sign-up-page {
  padding: 40px 0 0 0;
  background-image: url("../img/light-old-film-reel.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sign-up-form form {
  width: 50%;
  margin: 0 auto;
  padding: 15px 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.sign-up-form form h1 {
  text-align: center;
  color: #000;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 40px;
}
.sign-up-form label img {
  margin-top: -5px;
}
.sign-up-form label {
  color: #000;
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 22px;
}
.sign-up-form input {
  color: #9f9f9f;
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.sign-up-form .sign-up-form-check label {
  color: rgba(0, 0, 0, 0.6);
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0 0 5px;
}
.sign-up-form .sign-up-form-check a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 18px;
  padding: 5px 0 0 5px;
}
.sign-up-form-check {
  padding-top: 5px;
  display: flex !important;
  align-items: center;
}
.sign-up-form-check .f-PW {
  margin-left: auto;
}

.sign-up-page-social-icon p {
  font-size: 25px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.sign-up-page-social-icon p span img {
  width: 45%;
}
.sign-up-page-social-icon ul {
  margin-left: -30px;
}
.sign-up-page-social-icon ul li {
  display: inline-block;
  padding: 0 4px;
}
.sign-up-page-social-icon ul li a img {
  width: 40px;
}

.sign-up-form-social-icon p {
  font-size: 25px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.sign-up-form-social-icon p span img {
  width: 45%;
}
.sign-up-form-social-icon ul {
  margin-left: -30px;
}
.sign-up-form-social-icon ul li {
  display: inline-block;
  padding: 0 4px;
}
.sign-up-form-social-icon ul li a img {
  width: 40px;
}

.sign-up-form-btn a:hover {
  background-color: #0255fb;
  color: #fff;
}

.sign-up-form-btn a {
  margin: 20px 0;
  padding: 5px 0;
  border-radius: 10px;
  width: 100%;
  display: block;
  background-color: #0255fb;
  color: #fff;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.login-page-hint p {
  font-size: 22px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.login-page-hint p a {
  font-size: 22px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  color: #0255fb;
}
/* -----login-page-end------- */

/* ---Forgot-Password-start---- */

.forgot-pw form {
  width: 50%;
  margin: 0 auto;
  padding: 15px 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.forgot-pw form h1 {
  text-align: center;
  color: #000;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 40px;
}

.forgot-pw-tittle h1 {
  text-align: center;
  color: #000;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 40px;
  position: relative;
}
.forgot-pw-tittle h1::after {
  content: url("../img/left-arrow.svg");
  position: absolute;
  right: 0;
  top: 5px;
}

.forgot-pw label img {
  margin-top: -5px;
}
.forgot-pw label {
  color: #000;
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 22px;
}
.login-form input {
  color: #9f9f9f;
  font-family: "TwCenMTStdSemiMedium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

/* ---Forgot-Password-end---- */

/* ---Email-Verification-start---- */

.email-verification h1 {
  color: #000;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 40px;
}
.email-verification p {
  margin-top: -10px;
  color: #6c7180;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins-regular";
}

.email-verification .otp-inputs {
  display: flex;
  justify-content: center;
}
.email-verification .otp-inputs input[type="tel"] {
  width: 45px;
  margin: 0 5px;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
}
.login-form-btn p {
  text-align: center;
  margin-top: -10px;
  color: #000;
  font-weight: 900;
  font-size: 18px;
  font-family: "Poppins-regular";
}
.login-form-btn p span {
  text-align: center;
  margin-top: -10px;
  color: #6c7180;
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins-regular";
}

/* ---Email-Verification-end---- */

/* -------blog-listing-page-start------ */

.cc-blog-pg-ftr-blgs {
  padding: 30px 0 0 0;
}
.cc-blog-search-filter input {
  width: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  border-radius: 10px;
  letter-spacing: 1px;
  color: #9f9f9f;
  font-family: "TwCenMTStdSemiMedium";
  font-weight: bold;
  font-size: 20px;
}
.cc-blog-search-filter-btn {
  background-color: #0255fb;
  padding: 10px 30px 10px 20px;
  border: none;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-family: "TwCenMTStdBold";
  font-weight: 100;
  position: relative;
}

.cc-blog-search-filter {
  position: relative;
}

.cc-blog-search-filter input[type="text"] {
  padding-right: 30px;
}

.cc-blog-search-filter .search-icon {
  position: absolute;
  top: 10px;
  margin-left: -40px;
}

.cc-blog-featuerd-box {
  padding: 55% 3% 2% 5%;
  background-image: url("../img/blog-featured-img-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cc-blog-featuerd-box h4 {
  color: #fff;
  background-color: #0255fb;
  border-radius: 40px;
  display: inline-block;
  padding: 8px 15px;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "TwCenMTStdBold";
  font-weight: 100;
}
.cc-blog-featuerd-box-right {
  display: block;
}
.cc-blog-featuerd-box p {
  color: #fff;
  border-radius: 40px;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: "TwCenMTStdBold";
  font-weight: 100;
}
.cc-blog-featuerd-box h4,
.cc-blog-featuerd-box p {
  position: relative;
  z-index: 100;
  color: #fff;
}
.cc-blog-featuerd-box::before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.cc-blog-pg-ftr-blgs-2 {
  padding: 15px 20px 10px 20px;
  /* padding: 55% 3% 2% 5%; */
  background-image: url("../img/blog-featured-img-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cc-blog-pg-ftr-blgs-2 h4 {
  /* padding: 0% 0% 100% 0%; */
  color: #fff;
  background-color: #0255fb;
  border-radius: 40px;
  display: inline-block;
  padding: 8px 15px;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "TwCenMTStdBold";
  font-weight: 100;
}

.cc-blog-pg-ftr-blgs-2 p {
  padding-top: 23%;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: "TwCenMTStdBold";
  font-weight: 100;
}
.cc-blog-pg-ftr-blgs-2 h4,
.cc-blog-pg-ftr-blgs-2 p {
  position: relative;
  z-index: 100;
  color: #fff;
}
.cc-blog-pg-ftr-blgs-2::before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#blog-3 {
  margin-top: 28px;
}

.cc-blog-pg-bglist-main-box {
  background-color: #feebca;
  border-radius: 10px;
  display: flex;
  margin: 30px 0 0 0;
}
.cc-blog-pg-bglist-img img:first-child {
  width: 100%;
}
.cc-blog-pg-bglist-img {
  position: relative;
}

.cc-blog-pg-bglist-img .right-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  transform: translate(2%, -50%);
}

.cc-blog-pg-bglist-main-box-text {
  padding: 15px;
}

.cc-blog-pg-bglist-main-box-text h3 {
  font-size: 24px;
  font-family: "TwCenMTStdBold";
  font-weight: 100;
  color: #000;
}
.cc-blog-pg-bglist-main-box-text h3 span {
  /* border-right: 1px solid #000; */
  margin-right: 20px;
  font-size: 20px;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
}

.cc-blog-pg-bglist-main-box-text p {
  color: #6c7180;
  font-weight: 500;
  margin: 0;
  font-size: 15px;
  font-family: "Poppins-regular";
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#blog-listing .slick-dots {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
#blog-listing .slick-dots li {
  list-style: none;
  padding: 0 8px;
}
#blog-listing .slick-dots li button {
  border: 0;
  background-color: #e3e3e3;
  color: #000;
  font-size: 20px;
  font-family: "Poppins-regular";
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 10px;
}
#blog-listing .slick-dots li.slick-active button {
  background-color: #000;
  color: #fff;
}
#blog-listing {
  position: relative;
}
#blog-listing .slick-prev,
#blog-listing .slick-next {
  border: 0;
  background-color: transparent;
}
#blog-listing .slick-prev img {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  right: 50%;
  transform: translateX(-50%);
}

.related-blog h2 {
  color: #000;
  font-size: 36px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

#blog-listing .slick-next img {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 95px;
  transform: translateX(-50%);
}

.cc-blog-detail-pg-bglist-img img {
  width: 100%;
  /* height: 400px;
    object-fit: fill; */
}
.cc-blog-detail-pg-bglist-img {
  position: relative;
}
.cc-blog-related-pg {
  padding-bottom: 30px;
}
.cc-blog-detail-pg-bglist-img::after {
  content: url("../img/blog-detail-arrow.svg");
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.cc-blog-related-pg .cc-blog-pg-bglist-main-box {
  margin-top: 0;
  display: block;
}
.bolg-detailing-page {
  padding: 3% 22% 0% 22%;
}

.bl-dls-listing-box-img img {
  width: 100%;
}
.bl-dls-listing-box-text {
  padding: 20px 20px 0px 20px;
}
.bl-dls-listing-box-text h3 {
  text-align: left;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  color: #000;
}
.bl-dls-listing-box-text span img {
  width: 40px;
  margin-right: 10px;
}
.bl-dls-listing-box-text p {
  text-align: left;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  color: #000;
}
.bl-dls-listing-box-text p {
  color: #6c7180;
  font-size: 16px;
  font-family: "Poppins-regular";
  font-weight: 500;
}
.bl-dls-listing-box {
  margin-bottom: 30px;
}

.bl-dls-review-listing-text {
  background-color: #feebca;
  padding: 20px;
  border-radius: 10px;
}
.bl-dls-review-listing-text p {
  font-size: 20px;
  margin: 0;
  text-align: left;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  color: #000;
}
.bolg-details-socials {
  margin: 0 10%;
  display: flex;
  border-radius: 10px;
  background-color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
}
.bolg-details-socials p {
  font-size: 20px;
  margin: 0;
  font-family: "TwCenMTStdBold";
  font-weight: 100;
  color: #fff;
}
.bolg-details-socials ul,
.bolg-details-socials p {
  margin: 0;
  padding: 0 0 0 5px;
}
.bolg-details-socials ul li {
  display: inline-block;
  padding: 0 10px;
}
.lets-get-start {
  margin: 40px 0;
}

.lets-get-start .radio-buttons {
  display: flex;
}
.lets-get-start #pro-h-chartrs {
  margin: 20px 0;
}
.lets-get-start #let-b-day {
  margin: 20px 0;
}
.lets-get-start #let-sexuality {
  margin: 20px 0;
}
.lets-get-start #let-politics {
  margin: 20px 0;
}
.lets-get-start #let-religion {
  margin: 20px 0;
}
.lets-get-start #let-marital-status {
  margin: 20px 0;
}
.lets-get-start #cine-date-sexuality {
  margin: 20px 0;
}
.lets-get-start #cine-date-politics {
  margin: 20px 0 0 0;
}
.lets-get-start #cine-date-marital-status {
  margin: 20px 0 0 0;
}
.lets-get-start #cine-date-religion {
  margin: 20px 0 0 0;
}
.lets-get-start #cine-date-age-from {
  margin: 20px 0 0 0;
}
.lets-get-start #cine-date-age-to {
  margin: 20px 0 0 0;
}
.lets-get-start #cine-date-height {
  margin: 20px 0 0 0;
}
.lets-get-start #cine-date-body-type {
  margin: 20px 0 0 0;
}

.lets-get-start .login-form form {
  width: 100%;
  padding: 15px 20px 40px 20px;
}

.Date-Preferences h2 {
  color: #000;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-size: 40px;
  margin-top: 30px;
}
.Date-Preferences p {
  font-size: 20px;
  color: #9f9f9f;
  line-height: 2rem;
  font-family: "Poppins-regular";
}
.lets-connect {
  padding: 15px 0;
  background-color: #000;
}

fieldset {
  border: 0;
}

legend {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.control {
  display: inline-flex;
  position: relative;
  margin: 5px;
  cursor: pointer;
  border-radius: 99em;

  input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
}

.control__content {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 32px;
  font-family: "TwCenMTStdSemiMedium";
  color: #9f9f9f;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;

  .control:hover & {
    color: #fff;
    border: none;
    background-color: #0255fb;
  }
}
.lets-talk-lifestyle h3 span img {
  margin-right: 15px;
}
.lets-talk-lifestyle h3 {
  align-items: center;
  font-size: 22px;
  font-family: "TwCenMTStdSemiMedium";
  color: #000;
  font-weight: 600;
}

.control input:checked ~ .control__content {
  border: none;
  color: #fff;
  background-color: #0255fb;
}
.lets-talk-lifestyle form {
  border: 0;
  padding: 0;
}

.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin: 10px 8px;
  width: 155px;
  height: 230px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.radio-btn > img {
  width: 50px !important;
  /* color: #000;
    background-color: #000; */
  font-size: 20px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-btn .hobbies-icon img {
  display: block;
  width: 90px;
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.radio-btn .hobbies-icon i {
  color: #ffdae9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
  margin-top: 40px;
  color: #000;
  font-size: 16px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-radio input:checked + .radio-btn h3 {
  color: #fff !important;
}

.custom-radio input:checked + .radio-btn {
  /* border: 2px solid #FFDAE9; */
  border: none;
  background-color: #0255fb;
}

.custom-radio input:checked + .radio-btn > img {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.lets-connect-btn:hover {
  background-color: #0255fb;
  color: #fff;
}

.lets-talk-lifestyle form {
  padding: 0px 20px 0px 20px !important;
}

.lets-connect-btn {
  background-color: #0255fb;
  color: #fff;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  position: relative;
}
/* -------blog-listing-page-end------ */

/* ------choose-your-plan-start----- */

.choose-your-plan {
  padding-top: 30px;
}
.choose-your-plan .hiw-it-works-title h2 {
  margin-bottom: 0;
}

.c-plan-box-title {
  justify-content: space-between;
}
.choose-your-plan .c-plan-main-box {
  position: relative;
  border: 1px solid #cd7f32;
  border-radius: 10px;
  padding: 20px;
  /* margin: 15px 0; */
}

.choose-your-plan .c-plan-main-box::before {
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(
    180deg,
    rgba(209, 170, 132, 1) 0%,
    rgba(255, 255, 255, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(209, 170, 132, 1) 0%,
    rgba(255, 255, 255, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(209, 170, 132, 1) 0%,
    rgba(255, 255, 255, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1aa84",endColorstr="#ffffff",GradientType=1);
}
.choose-your-plan #gold {
  margin-top: 30px;
}
.choose-your-plan #platinum {
  margin-top: 30px;
}
#gold .c-plan-box-title h3 span {
  background-color: #ffd700;
  color: #000;
}

#gold .c-plan-box-title a {
  background: #ffd700;
  color: #000;
}

.c-plan-box-title h3 {
  font-size: 30px;
  font-family: "TwCenMTStdBold";
  color: #000;
}
.c-plan-box-description p {
  font-size: 20px;
  font-family: "TwCenMTStdSemiMedium";
  color: #000;
}
.c-plan-box-title h3 span {
  font-family: "TwCenMTStdSemiMedium";
  position: relative;
  font-size: 20px;
  clip-path: polygon(13% 0, 100% 0, 87% 99%, 0% 100%);
  color: #fff;
  background-color: #e49f59;
  padding: 2px 34px;
}
.c-plan-box-title a {
  background: rgb(205, 127, 50);
  background: -moz-linear-gradient(
    180deg,
    rgba(205, 127, 50, 1) 0%,
    rgba(228, 159, 89, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(205, 127, 50, 1) 0%,
    rgba(228, 159, 89, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(205, 127, 50, 1) 0%,
    rgba(228, 159, 89, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd7f32",endColorstr="#e49f59",GradientType=1);
  padding: 6px 15px;
  border-radius: 10px;
  font-family: "TwCenMTStdSemiMedium";
  font-size: 20px;
  text-decoration: none;
  color: #000;
}
.margin-auto {
  margin: 0 2% !important;
}
.c-plan-box-title a:hover {
  color: #000;
}
.c-plan-box-description {
  text-align: center;
  margin-top: 20px;
}
.c-plan-box-description h5 {
  font-size: 25px;
  font-family: "TwCenMTStdBold";
  color: #000;
}
.choose-your-plan .hiw-it-works-title p {
  margin: 0 0 20px 0;
}
.choose-your-plan .margin-auto .col-6:nth-child(1),
.choose-your-plan .margin-auto .col-6:nth-child(2) {
  margin: 25px 0;
}
.choose-your-plan #silver {
  background-color: #fff;
  border: 1px solid #000;
}
#silver .c-plan-box-title h3 span {
  clip-path: polygon(13% 0, 100% 0, 87% 99%, 0% 100%);
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
#silver .c-plan-box-title a {
  background: #fff;
  border: 1px solid #000;
}
#platinum .c-plan-box-title a {
  background: #e5e5e4;
}
#platinum .c-plan-box-title h3 span {
  color: #000;
  background: #e5e5e4;
}

.choose-your-plan #gold {
  background: rgb(253, 235, 138);
  background: -moz-linear-gradient(
    180deg,
    rgba(253, 235, 138, 1) 0%,
    rgba(255, 255, 253, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(253, 235, 138, 1) 0%,
    rgba(255, 255, 253, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(253, 235, 138, 1) 0%,
    rgba(255, 255, 253, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdeb8a",endColorstr="#ffffff",GradientType=1);
  border: 1px solid #ffbf00;
}
.choose-your-plan #platinum {
  background: rgb(204, 204, 204);
  background: -moz-linear-gradient(
    180deg,
    rgba(204, 204, 204, 1) 0%,
    rgba(255, 255, 253, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(204, 204, 204, 1) 0%,
    rgba(255, 255, 253, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(204, 204, 204, 1) 0%,
    rgba(255, 255, 253, 1) 33%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc",endColorstr="#ffffff",GradientType=1);
  border: 1px solid #cfcfcf;
}

.choose-your-plan #free-trail {
  /* margin: 0 10%; */
  width: 55%;
  margin: 30px auto;
}

#free-trail .c-plan-box-title h3 span {
  color: #fff;
  background: #0255fb;
}
#free-trail .c-plan-box-title a {
  background: #0255fb;
  color: #fff;
}
#free-trail .c-plan-main-box {
  background-color: #fff;
  border: 1px solid #cfcfcf;
}

.payment-meth .payment-border {
  text-align: center;
  padding: 20px 30px;
  /* border:2px solid rgba(0, 0, 0, 0.2); */
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #ffff;
}

.payment-meth .card-Methods {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: left;
  padding: 8px 10px;
}
.payment-meth .card-Methods a img {
  width: 23px;
  margin: -5px 10px 0 0;
}

.payment-meth .card-Methods a {
  font-size: 18px;
  font-family: "TwCenMTStdSemiMedium";
  color: #000;
  text-decoration: none;
  margin: 0;
  position: relative;
  display: block;
}
.payment-meth-title h2 {
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  margin-bottom: 20px;
}
.payment-meth .card-Methods a::after {
  content: url("../img/arrow.svg");
  position: absolute;
  right: 0;
}
#buttonSection .payment-dual-button a {
  padding: 12px 20px !important;
}
.payment-dual-button {
  margin: 40px 0;
}
.payment-dual-button a {
  background-color: #000;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 10px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}
.payment-dual-button a:hover {
  color: #fff;
}

/* ------choose-your-plan-end----- */

/* -----Choose Your Preferences- start---- */

.choose-your-preferences {
  padding: 30px 0 50px 0;
}
.ch-your-palan-title h1 {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

.ch-your-palan-title p {
  font-size: 20px;
  text-align: center;
  color: #6c7180;
  line-height: 2rem;
  font-family: "Poppins-regular";
}
.ch-your-palan-image img {
  width: 100%;
}
.choose-fv-mv-2 {
  padding-bottom: 30px;
}

.ch-your-palan-discription {
  position: relative;
  background-color: #feebca;
  margin: -50px 20px 0 20px;
  padding: 15px;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid#000;
}
.ch-your-palan-discription a img {
  width: 30px;
}

.ch-your-palan-discription h2 {
  text-align: center;
  color: #000;
  font-size: 25px;
  padding-top: 10px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}
.ch-your-palan-discription p {
  text-align: center;
  color: #000;
  font-size: 19px;
  font-family: "TwCenMTStdSemiMedium";
  font-weight: bold;
}

/* -----Choose Your Preferences- end---- */

/* <!-- -------Choose-Your-Favorite-Movies-start--- --> */
.choose-your-favorite-movies {
  padding: 30px 0;
}

.favorite-movies-title h1 {
  color: #000;
  font-size: 40px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}
.favorite-movies-title p {
  color: #6c7180;
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  font-family: "Poppins-regular";
}
.choose-your-favorite-movies hr,
.fav-act-non-biry hr {
  border: 1px solid#4F4F4F;
}

.choose-your-favorite-movies .payment-dual-button {
  margin: 0;
  text-align: right;
}

.choose-your-favorite-movies .cc-blog-search-filter p {
  color: #6c7180;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins-regular";
}

.select-films .ui {
  padding: 10px 0 0 0;
}
.ui h3 {
  font-size: 24px;
  font-family: "TwCenMTStdBold";
  color: #000;
}

.select-films {
  padding: 20px 0 60px 0;
}
.select-films-box {
  padding: 10px;
}
.select-films-box .row {
  padding: 10px 0;
}
.ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  margin-top: -3px;
}
.ui.multiple.dropdown > .text {
  font-size: 14px !important;
  color: #6c7180 !important;
  font-family: "Poppins-regular" !important;
}
.ui.dropdown > .dropdown.icon:before {
  content: url("../img/Down_Arrow_3_.svg") !important;
}
.ui.selection.dropdown .menu > .item {
  font-size: 14px;
  color: #6c7180;
  font-family: "Poppins-regular";
}

.ui.selection.active.dropdown {
  border-color: rgb(0, 0, 0, 0.2) !important;
  box-shadow: 0 !important;
}
.ui.selection.active.dropdown .menu {
  border-color: rgb(0, 0, 0, 0.2) !important;
  box-shadow: 0 !important;
}
.select-films-image img {
  width: 100%;
}
.select-films-name a h4 {
  font-family: "TwCenMTStdBold";
  font-size: 22px;
  color: #000;
}
.select-films-name a p {
  font-family: "Poppins-regular";
  font-size: 14px;
  color: #6c7180;
}
/*.select-films .ui {
    width: 40%;
    margin: 0 auto;
}*/
.film-add-icon {
  text-align: right;
}
.film-add-icon a img {
  width: 50%;
}

.ui.form .inline.field > .selection.dropdown,
.ui.form .inline.fields .field > .selection.dropdown {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.select-films-box {
  border: 1px solid rgb(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
}

.select-films-name h4 {
  font-size: 22px;
}

.select-films-name p {
  font-size: 20px;
  margin: 0;
}
/* <!-- -------Choose-Your-Favorite-Movies-end--- --> */

/* ---------modal-start----- */
#myModal .modal-content {
  padding: 40px 20px !important;
  background-color: #feebca;
  border-radius: 10px;
  border: 0;
}

.modal-header button {
  position: absolute;
  top: -3%;
  right: 3%;
  background: none;
  border-radius: 40px;
  opacity: 1;
}
.btn-close:hover {
  opacity: 1 !important;
}

.modal-header h5 {
  color: #000;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
}

.modal-header,
.modal-body,
.modal-footer {
  border: 0 !important;
  padding: 0 !important;
}
.modal-body textarea {
  width: 100%;
  margin-top: 5px;
  border: 0 !important;
  background-color: #fff;
  padding: 5px 25px 5px 10px;
}
.modal-body textarea::placeholder {
  font-size: 16px;
  color: #4f4f4f;
  font-family: "TwCenMTStdSemiMedium";
}

.modal-footer {
  margin-top: 15px;
  justify-content: flex-start !important;
}

.modal-footer button {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  border-radius: 10px;
}
/* ---------modal-end----- */

/* -- ------ Favorite-Actress/Non-binary-start-----  */
.fav-act-non-biry {
  padding: 20px 0 10px 0;
}
.select-actor {
  padding: 0 0 60px 0;
}
hr:not([size]) {
  height: 0 !important;
  border: 1px solid#4F4F4F;
  width: 96%;
  margin: 15px auto;
}
#select-directors.ui {
  /*width: 40%;*/
  margin: 0 auto;
}

/* -- ------ Favorite-Actress/Non-binary-end-----  */

/* ------find-your-partner-start---- */

.find-yr-partner-sec {
  padding: 30px 0 50px 0;
}

.find-yr-partner-img-2 {
  width: 45%;
}

.hiw-app-screen-img {
  width: 80%;
}

.find-yr-partner-img {
  text-align: center;
}

.find-yr-partner-img h1 {
  font-family: "TwCenMTStdBold";
  color: #000;
  padding: 30px 0 0px 0;
  margin: 0;
  font-size: 40px;
}

.find-yr-partner-img p {
  color: #6c7180;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins-regular";
}

.find-yr-partner-img .payment-dual-button {
  margin: 0;
}
.payment-dual-button {
  text-transform: capitalize;
}
.find-yr-partner-img .payment-dual-button a {
  background-color: #0255fb;
  padding: 12px 55px;
}
/* ------find-your-partner-end---- */

/* <!-- --------------privacy-start--------------- --> */
.privacy {
  padding: 40px 0 20px 0;
}
.privacy-text {
  padding: 10px 0;
}
.privacy-text h2 {
  font-family: "TwCenMTStdBold";
  font-size: 27px;
  color: #000;
}
.privacy-text h4 {
  font-family: "TwCenMTStdSemiMedium";
  font-size: 24px;
  color: #000;
  /* font-weight: 500; */
}
.privacy-text h3 {
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: "TwCenMTStdBold";
}

.privacy-text p {
  color: #6c7180;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  font-family: "Poppins-regular";
}
.privacy-sub-listing li p {
  font-size: 14px;
  color: #6c7180;
  margin-bottom: 10px;
  font-family: "Poppins-regular";
}

/* <!-- --------------privacy-end--------------- --> */

/* --------IG-22-08-2024-------- */

#navbarSupportedContent ul li a:hover,
.cc-blog-pg-bglist-main-box-text h3:hover,
.Home-fob-cc-txt h4:hover,
.Home-fob-cc-txt .home-blog-btn:hover,
.ftr-terms p a:hover,
.ftr-quick-links ul li a:hover,
.ftr-quick-links-2 ul li a:hover {
  color: #0255fb;
}
.cc-blog-pg-bglist-main-box-text h3 span:hover {
  color: #000;
}

.navbar-signup-btn:hover {
  color: #0255fb;
  background-color: #fff;
}

.navbar-signup-btn:hover::after,
.cc-blog-pg-bglist-main-box-text:hover .more-blog::after {
  content: url(../new-image/blue-arrow.svg);
}

.fyp-btn:hover {
  color: #000;
  background-color: #fff;
}

.abt-cc-txt .navbar-signup-btn:hover,
.fob-cc .navbar-signup-btn:hover,
.ftr-email-subscribe .email-btn:hover {
  color: #fff;
  background-color: #000;
}

.abt-cc-txt .navbar-signup-btn:hover::after,
.fob-cc .navbar-signup-btn:hover::after {
  content: url(../img/slider-right-arrow.svg);
}

.ftr-social-icons ul li,
.ch-your-palan-discription a img,
.film-add-icon a img,
.bolg-details-socials ul li,
.sign-up-form-social-icon ul li,
.login-page-social-icon ul li,
.ftr-terms-social-icons ul li {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}

.ftr-social-icons ul li:hover,
.ch-your-palan-discription a img:hover,
.film-add-icon a img:hover,
.bolg-details-socials ul li:hover,
.sign-up-form-social-icon ul li:hover,
.login-page-social-icon ul li:hover,
.ftr-terms-social-icons ul li:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.ftr-email-subscribe input {
  padding: 6px 10px 10px 10px;
}

.whole-app-features .custom-prev-arrow,
.whole-app-features .custom-next-arrow,
.testimonials .testimonials-custom-prev-arrow,
.testimonials .testimonials-custom-next-arrow {
  margin-top: 20px;
}
.whole-app-features .custom-prev-arrow img,
.whole-app-features .custom-next-arrow img,
.testimonials .testimonials-custom-prev-arrow img,
.testimonials .testimonials-custom-next-arrow img {
  display: none;
}

.whole-app-features .custom-prev-arrow,
.whole-app-features .custom-next-arrow {
  background-color: #0255fb !important;
  padding: 13px 19px;
  border-radius: 10px;
  position: relative;
}
.whole-app-features .custom-prev-arrow:hover,
.whole-app-features .custom-next-arrow:hover,
.testimonials .testimonials-custom-prev-arrow:hover,
.testimonials .testimonials-custom-next-arrow:hover {
  background-color: #000 !important;
}

.whole-app-features .custom-prev-arrow::after,
.whole-app-features .custom-next-arrow::after,
.testimonials .testimonials-custom-prev-arrow::after,
.testimonials .testimonials-custom-next-arrow::after {
  content: url(../img/left-arrow.svg);
  position: absolute;
  left: 48%;
  top: 54%;
  transform: translate(-50%, -50%);
}
.whole-app-features .custom-next-arrow::after,
.testimonials .testimonials-custom-next-arrow::after {
  content: url(../img/slider-right-arrow.svg);
  left: 54%;
  top: 54%;
}

.testimonials .testimonials-custom-prev-arrow,
.testimonials .testimonials-custom-next-arrow {
  background-color: #0255fb !important;
  padding: 18px 20px;
  border-radius: 10px;
  position: relative;
}

#blog-listing .slick-dots li button:hover,
.fav-act-non-biry .payment-dual-button a:hover,
.select-films .payment-dual-button a:hover,
.modal-footer button:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: none;
}

#blog-listing .slick-next img,
#blog-listing .slick-prev img {
  display: none;
}

#blog-listing .slick-next::after {
  content: url("../img/black-arrow.svg");
  background-color: #e3e3e3;
  color: #000;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 95px;
  transform: translateX(-50%);
}
.navbar-signup-btn {
  text-transform: capitalize;
}
#blog-listing .slick-prev::after {
  content: url("../img/black-left-arrow.svg");
  background-color: #e3e3e3;
  color: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  right: 50%;
  transform: translateX(-50%);
}

#blog-listing .slick-next:hover::after {
  content: url("../img/slider-right-arrow.svg");
  background-color: #000;
}

#blog-listing .slick-prev:hover::after {
  content: url("../img/left-arrow.svg");
  background-color: #000;
}

.bolg-details-socials:hover {
  background-color: #0255fb;
}
.login-form .login-form-check a:hover,
.select-films-name a h4:hover {
  color: #0255fb;
}

.sign-up-form-btn a:hover,
.login-form-btn a:hover {
  background-color: #000;
}
.sign-up-form-btn button:hover,
.login-form-btn button:hover {
  background-color: #000;
}
.lets-get-start form fieldset label {
  border: #0255fb;
}
.lets-connect-btn:hover {
  background-color: #000;
  color: #fff;
}

.choose-your-plan .c-plan-box-title h3 span:hover,
.payment-dual-button a:hover,
#gold .c-plan-box-title h3 span:hover,
#Platinum .c-plan-box-title h3 span:hover,
#silver .c-plan-box-title h3 span:hover {
  background-color: #0255fb;
  color: #fff;
}

#gold .c-plan-box-title a:hover,
#silver .c-plan-box-title a:hover,
#Platinum .c-plan-box-title a:hover,
#free-trail .c-plan-box-title a:hover {
  background-color: #000;
  color: #fff;
}
.choose-your-plan .c-plan-box-title a:hover,
.find-yr-partner-img .payment-dual-button a:hover {
  background: #000;
  color: #fff;
}
.cc-blog-pg-bglist-main-box-text h3 span {
  color: #000;
}
#free-trail .c-plan-box-title h3 span:hover {
  background-color: #feebca;
  color: #000;
}
.cc-app-btn {
  display: inline-block;
}
.cc-app-btn .app-store-img {
  margin-left: 20px;
}
.cc-app-btn .play-store-img,
.cc-app-btn .app-store-img {
  background-color: #fff;
  padding: 3px 22px;
  border-radius: 10px;
}
.cc-app-btn .app-content p {
  font-family: "TwCenMTStdSemiMedium";
  font-size: 16px;
  color: #000;
  margin: 0;
}
.cc-app-btn .app-content h4 {
  font-family: "TwCenMTStdBold";
  font-size: 24px;
  color: #000;
  margin: -4px 0 0 -3px;
}
.cc-app-btn .app-icon {
  margin-right: 10px;
}

.cc-app-btn .play-store-img:hover,
.cc-app-btn .app-store-img:hover {
  background-color: #0255fb;
  color: #fff;
}

.cc-blog-pg-bglist-main-box-text .more-blog {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  position: relative;
}

.cc-blog-pg-bglist-main-box-text .more-blog::after {
  content: url("../img/b-listing-right-btn-vector.svg");
  position: absolute;
  padding: 2px 0 0 10px;
}
.cc-blog-pg-bglist-main-box-text .more-blog ::after {
  content: url(../img/b-listing-right-btn-vector.svg);
  position: absolute;
  padding: 2px 0 0 10px;
}
.cc-blog-pg-bglist-main-box-text .more-blog:hover {
  color: #0255fb;
}

.Home-fob-cc-txt .home-blog-btn::after {
  content: url(../img/b-listing-right-btn-vector.svg);
  position: absolute;
  padding: 2px 0 0 10px;
}

.payment-dual-button a.subscribe-btn {
  background-color: #0255fb;
}
.payment-dual-button a.subscribe-btn:hover {
  background-color: #000;
}

.select-films-box.films-results {
  height: 500px;
  overflow-y: auto;
}

/* -----------------17-10-24------------------ */
.cc-blog-featuerd-box {
  background-image: none;
  height: 535px;
  padding: 0;
}
.cc-blog-featuerd-box img {
  border-radius: 20px;
  position: relative;
  width: 100%;
}
.cc-blog-featuerd-box::before {
  display: none;
}

.cc-blog-featuerd-box:after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.feat_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cc-blog-featuerd-box h4,
.cc-blog-featuerd-box p {
  position: absolute;
  z-index: 100;
  bottom: 27px;
  color: #fff;
  left: 30px;
}
.cc-blog-featuerd-box h4 {
  margin-bottom: 60px;
}
.cc-blog-pg-ftr-blgs-2 {
  height: 250px;
  background-image: none;
  padding: 0;
}
.cc-blog-pg-ftr-blgs-2::before {
  display: none;
}
.cc-blog-pg-ftr-blgs-2 img {
  position: relative;
  border-radius: 20px;
  width: 100%;
}
.cc-blog-pg-ftr-blgs-2::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.cc-blog-pg-ftr-blgs-2 h4 {
  top: 40px;
  position: absolute;
  left: 40px;
}
.cc-blog-pg-ftr-blgs-2 p {
  position: absolute;
  left: 40px;
  bottom: 10px;
}
/* password */
/* .toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -25px;
} */
.password-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* flex-wrap: wrap;
  align-items: stretch;
  width: 100%; */
}
.password-wrapper input {
  padding-right: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle-password {
}

.input-group-prepend {
  position: absolute;
  right: 6px;
  top: 3px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  cursor: pointer;
}

.input-group-prepend i {
  display: block;
  width: auto;
  position: static;
}
#actorDescModal .modal-content {
  padding: 40px 20px !important;
  background-color: #feebca;
  border-radius: 10px;
  border: 0;
}
#directorDescModal .modal-content {
  padding: 40px 20px !important;
  background-color: #feebca;
  border-radius: 10px;
  border: 0;
}
/* Preference Modal (unique to preference-selection page) */
.preference-modal {
  display: flex;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.preference-modal-dialog {
  max-width: 420px;
  width: 90vw;
  margin: auto;
}
.preference-modal-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: relative;
  padding: 0 0 18px 0;
  animation: preferenceModalFadeIn 0.3s;
}
@keyframes preferenceModalFadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
