* {
 font-family: 'Poppins' !important;
}

body {
  overflow-x: hidden; }

nav {
  background-color: #EF3E5A;
  z-index: 100; }

  #navbarlanding{
    background-color: #fff;

  }
  
  navbar-brand{
      margin-left:40px;
  }
  


.link-1 {
  background-color: transparent;
  color: #000;
  margin: 0px 10px; }

.link-2 {
  background-color: transparent;
  font-size: 20px;
  color: #fff;
  margin: 0px 10px; }

.link-3 {
  color: #EF3E5A; }

.btn-1 {
  border: none;
  border-radius: 5px;
  padding: 5px 40px;
  font-size: 24px;
  color: #fff;
  background-color: #EF3E5A;
 }

.btn-2 {
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  background-color: #72cbff; }

.btn-3 {
  border: none;
  border-radius: 5px;
  padding: 5px 40px;
  font-size: 16px;
  margin: 10px 0px;
  min-height: 58px;
  color: #fff;
  background-color: #ff7272; }

.btn-4 {
  border: none;
  border-radius: 5px;
  padding: 5px 40px;
  font-size: 16px;
  margin: 10px 0px;
  min-height: 58px;
  color: #fff;
  background-color: #72c7ff; }

.btn-5 {
  border: none;
  position: relative;
  top: -11px;
  border-radius: 5px;
  padding: 8px 38px;
  font-size: 16px;
  margin: 10px 0px;
  background-color: #fff; }

.link-1:hover,
.link-2:hover,
.link-3:hover {
  text-decoration: none; }

.icon-1 {
  margin: 0px 23px; }
  .icon-1 img {
    width: 24px;
    height: 24px; }

.img-1 img {
  width: 50px;
  height: 50px; }

.login-bg {
  padding: 0px;
  background-image: url(../images/bg-img.jpeg);
  background-size: cover; }


.login-section {
  background-color: #fff;
  text-align: center;
  min-height: 641px;
  padding-bottom: 20px; }
  .login-section h3 {
    font-weight: bold;
    margin: 70px 0px; }
  .login-section input {
    width: 100%;
    height: 43px;
    border-radius: 5px;
    border: 1px solid pink;
    padding: 15px;
    margin-bottom: 20px; }

#main-section h3 {
  text-align: center;
  font-weight: bold;
  margin: 40px 0px; }
#main-section .gallery {
  padding: 0px 60px; }
#main-section .profille-card {
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px #00000040; }
  #main-section .profille-card .img-section img {
    min-width: 200px;
    width: 100%;
    height: 230px;
    border-radius: 15px; }
  #main-section .profille-card .bottom-pannel {
    padding: 15px; }
    #main-section .profille-card .bottom-pannel .dot-active {
      background-color: green;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      display: inline-block; }
    #main-section .profille-card .bottom-pannel .row-1 p {
      display: inline-block;
      font-weight: bold;
      margin-left: 5px; }
    #main-section .profille-card .bottom-pannel .row-1 img {
      width: 24px;
      float: right; }
    #main-section .profille-card .bottom-pannel .row-2 p {
      margin-left: 18px;
      display: inline-block; }
    #main-section .profille-card .bottom-pannel .row-2 img {
      width: 24px;
      float: right; }

.search-page nav {
  height: 300px;
  align-items: baseline;
  background-image: url(../images/img.jpg);
  background-size: cover; }
.search-page #main-section {
  position: absolute;
  top: 136px;
  z-index: 101; }
.search-page .top-section {
  margin-bottom: 40px; }
  .search-page .top-section input {
    height: 40px;
    width: 80%;
    padding: 10px;
    border-radius: 8px;
    border: none; }
  .search-page .top-section .search-btn {
    position: relative;
    top: -4px;
    background-color: #fff;
    border: none;
    border-radius: 7px 20px 20px 7px; }
    .search-page .top-section .search-btn img {
      width: 44px;
      padding: 4px;
      padding-right: 10px; }

header {
  background-image: url(../images/header2.jpeg);
  background-size: cover;

  padding: 40px; }
  header .search-form {
    background-color: #fff;
    width: 430px;
    padding: 30px;
    border-radius: 6px; }
    header .search-form input {
      width: 100%;
      height: 40px;
      margin: 10px 0px;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #c5c5c5; }
    header .search-form p {
      margin: 5px 0px; }
    header .search-form button {
      width: 100%;
      margin: 10px 0px;
      border: none;
      border-radius: 5px;
      padding: 20px 40px;
      font-size: 24px;
      color: #fff;
      background-color: #ff7272; }

.featured-guys h2 {
  font-weight: bold;
  margin: 30px 0px; }
.featured-guys .col-sm-3{
  margin: 10px 0px;
}
.featured-guys .photo-box {
  position: relative;
      height: 400px;}
  .featured-guys .photo-box img {
    width: 100%;
    height: 400px; }
  .featured-guys .photo-box .photo-details {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    background-color: #ff1f467a;
    width: 100%; }
    .featured-guys .photo-box .photo-details .link-1 {
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
    .featured-guys .photo-box .photo-details .link-2 {
      font-size: 14px; }
    .featured-guys .photo-box .photo-details .link-3 {
      color: #fff;
      border: 2px solid #fff;
      border-radius: 4px;
      display: inline-block;
      padding: 2px 10px;
      margin: 10px; }

.featured-girls h2 {
  font-weight: bold;
  margin: 30px 0px; }
  .featured-girls .col-sm-3{
    margin: 10px 0px;
  }
.featured-girls .photo-box {
  position: relative;
      height: 400px;}
  .featured-girls .photo-box img {
    width: 100%;
    height: 400px; }
  .featured-girls .photo-box .photo-details {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    background-color: #ff1f467a;
    width: 100%; }
    .featured-girls .photo-box .photo-details .link-1 {
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
    .featured-girls .photo-box .photo-details .link-2 {
      font-size: 14px; }
    .featured-girls .photo-box .photo-details .link-3 {
      color: #fff;
      border: 2px solid #fff;
      border-radius: 4px;
      display: inline-block;
      padding: 2px 10px;
      margin: 10px; }

.create-profile {
  margin: 30px 0px;
  padding: 30px;
  background: #EF3E5A; }
  .create-profile h2 {
    display: inline-block;
    color: #fff; }
  .create-profile button {
    float: right;
    border: none;
    border-radius: 5px;
    padding: 8px 38px;
    font-size: 16px;
    margin: 10px 0px;
    background-color: #fff; }
    
    
    .content-1{
      background-color: #EF3E5A;
      margin: 30px 0px;
    }

    .content-1-box {
      margin: 50px 0px;
      background: #EF3E5A;
      text-align: center;
      border-radius: 10px 10px 30px 30px;
    min-height: 342px;
    padding: 50px;
    border: 1px solid #fff;
    color: #fff;
  }
      .content-1-box img {
        height: 160px;
        border-radius: 10px 10px 30px 30px;
        margin: 10px; }

.feature-box {
  margin: 50px 0px;
  background: #E5A4A8;
  text-align: center;
  border-radius: 15px;
  min-height: 342px;
  padding: 50px; }
  .feature-box img {
    height:  100px;
    margin: 10px; }

.subscription {
  background-image: url(../images/footer.jpeg);
  background-size: cover;
  position: relative; }
  .subscription .subscription-details {
    padding: 86px 20px; }
    .subscription .subscription-details h3 {
      display: inline-block;
      color: #fff; }
    .subscription .subscription-details p {
      color: #fff; }
    .subscription .subscription-details input {
      height: 40px;
      width: 80%;
      padding: 10px;
      border-radius: 8px;
      border: none; }
    .subscription .subscription-details .send-btn {
      position: relative;
      top: -4px;
      background-color: pink;
      border: none;
      border-radius: 7px 20px 20px 7px; }
      .subscription .subscription-details .send-btn img {
        width: 44px;
        padding: 4px;
        padding-right: 10px; }

footer {
  padding: 30px;
  background-color: black;
  color: #fff; }
  footer a{
    color:#fff !important;
  }
  footer ul{
      text-align:left !important;
  }
  footer img {
    margin: 20px;
    margin-top:0px;
  width: 200px; }
  footer hr {
    background-color: #fff; }

.dashboard-type {
  background-color: #e2e0e0; }
  .dashboard-type h3 {
    margin: 40px;
    text-align: center; }

.dashboard-details {
  margin: 45px 70px 0px 60px;
  box-shadow: 0px 0px 20px 1px #75757557;
  border-radius: 4px 4px 25px 25px;
  padding: 15px 0px;
  background-color: #fff; }
  .dashboard-details .heading-section {
    padding: 0px 20px; }
    .dashboard-details .heading-section p {
      display: inline-block; }
    .dashboard-details .heading-section button {
      float: right; }
  .dashboard-details .detail-section {
    padding: 0px 20px; }
    .dashboard-details .detail-section input {
      width: 240px;
      height: 35px;
      border-radius: 7px;
      border: 1px solid black;
      margin-bottom: 23px;
      padding: 15px; }
    .dashboard-details .detail-section p {
      font-weight: bold; }
    .dashboard-details .detail-section .btn-save {
      float: right;
      margin: 0px; }
  .dashboard-details .img-upload {
    text-align: center; }
    .dashboard-details .img-upload .profile-img {
      width: 220px;
      border-radius: 5px 5px 25px 25px; }
  .dashboard-details .img-gallery .photo-box {
    padding: 20px 20px; }
    .dashboard-details .img-gallery .photo-box .profile-images {
      width: 100%;
      border-radius: 5px 5px 25px 25px; }
    .dashboard-details .img-gallery .photo-box .photo-details p {
      display: inline-block;
      font-size: 14px; }
    .dashboard-details .img-gallery .photo-box .photo-details img {
      width: 24px; }
    .dashboard-details .img-gallery .photo-box .photo-details .likes,
    .dashboard-details .img-gallery .photo-box .photo-details .comments {
      display: inline-block; }
    .dashboard-details .img-gallery .photo-box .photo-details .comments {
      float: right; }
  .dashboard-details .profile-settings img {
    width: 100%; }
  .dashboard-details .profile-settings .img-section {
    padding: 50px;
    padding-bottom: 0px; }
    .dashboard-details .profile-settings .img-section .btn-1 {
      margin: 30px 10px; }
  .dashboard-details .profile-settings .col-sm-8 {
    padding: 50px; }
    .dashboard-details .profile-settings .col-sm-8 input {
      width: 100%;
      height: 40px;
      padding: 10px; }
    .dashboard-details .profile-settings .col-sm-8 textarea {
      width: 100%;
      height: 200px;
      padding: 10px; }
  .dashboard-details .profile-settings .bottom-section {
    padding: 0px 35px; }
    .dashboard-details .profile-settings .bottom-section .row {
      text-align: center;
      margin-bottom: 10px; }
    .dashboard-details .profile-settings .bottom-section .next-button {
      text-align: center; }

.sidebar-area {
  margin: 140px 20px 0px 50px;
  box-shadow: 0px 0px 20px 1px #75757557;
  border-radius: 4px 4px 25px 25px;
  padding: 15px 0px;
  background-color: #fff; }

#main {
  padding-left: 350px; }

.sidebar {
  height: 100%;
  width: 350px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #e2e0e0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center; }

.sidebar .link {
  margin: 0px 25px 0px 25px;
  padding: 6px 6px 6px 6px;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-weight: bold; }

.sidebar .link.active {
  color: #ff9e9e;
  border-radius: 35px; }

.sidebar .link:hover {
  color: #ff9e9e; }

.sidebar .closebtn {
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 113px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

.openbtn {
  display: none;
  font-size: 20px;
  cursor: pointer;
  background-color: #084b88;
  color: white;
  padding: 10px 15px;
  border: none;
  margin-top: 40px;
  border-radius: 0px 10px 10px 0px;
  position: fixed;
  z-index: 34; }

.openbtn:hover {
  background-color: #055ea9; }

.dashboard-area {
  background-color: #e2e0e0; }
  

#password_modal .modal-header{
  background: #EF3E5A;
  color: #fff;
  text-align: center;
  display: inline-block;
}

#appleid-signin{
  height: 45px;
}




/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 600px) {
  .sidebar {
    padding-top: 15px; }

  .sidebar a {
    font-size: 18px; }

  .dashboard-area {
    padding: 0px 15px; }

  .btn-save {
    float: none !important; }
    header .search-form {
      width: 280px;
    }
    .create-profile {
      padding-bottom: 90px;
  }
  .featured-girls .photo-box ,   .featured-guys .photo-box {
    margin: 0px 32px;
}

.subscription {
    background-size:initial;
}
  }

/*# sourceMappingURL=style.css.map */
