body{
    background-color: #ffffFF;
  }
  #news-slider{
      margin-top: 80px;
  }
  .post-slide{
      background: #fff;
      margin: 20px 15px 20px;
      border-radius: 15px;
      padding-top: 1px;
      box-shadow: 0px 14px 22px -9px #bbcbd8;
  }
  .post-slide .post-img{
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin: -12px 15px 8px 15px;
      margin-left: -10px;
  }
  .post-slide .post-img img{
      width: 100%;
      height: auto;
      transform: scale(1,1);
      transition:transform 0.2s linear;
  }
  .post-slide:hover .post-img img{
      transform: scale(1.1,1.1);
  }
  .post-slide .over-layer{
      width:100%;
      height:100%;
      position: absolute;
      top:0;
      left:0;
      opacity:0;
      background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
      transition:all 0.50s linear;
  }
  .post-slide:hover .over-layer{
      opacity:1;
      text-decoration:none;
  }
  .post-slide .over-layer i{
      position: relative;
      top:45%;
      text-align:center;
      display: block;
      color:#fff;
      font-size:25px;
  }
  .post-slide .post-content{
      background:#fff;
      padding: 2px 20px 40px;
      border-radius: 15px;
  }
  .post-slide .post-title a{
      font-size:15px;
      font-weight:bold;
      color:#333;
      display: inline-block;
      text-transform:uppercase;
      transition: all 0.3s ease 0s;
  }
  .post-slide .post-title a:hover{
      text-decoration: none;
      color:#3498db;
  }
  .post-slide .post-description{
      line-height:24px;
      color:#808080;
      margin-bottom:25px;
  }
  .post-slide .post-date{
      color:#a9a9a9;
      font-size: 14px;
  }
  .post-slide .post-date i{
      font-size:20px;
      margin-right:8px;
      color: #CFDACE;
  }
  .post-slide .read-more{
      padding: 7px 20px;
      float: right;
      font-size: 12px;
      background: #2196F3;
      color: #ffffff;
      box-shadow: 0px 10px 20px -10px #1376c5;
      border-radius: 25px;
      text-transform: uppercase;
  }
  .post-slide .read-more:hover{
      background: #3498db;
      text-decoration:none;
      color:#fff;
  }
  .owl-controls .owl-buttons{
      text-align:center;
      margin-top:20px;
  }
  .owl-controls .owl-buttons .owl-prev{
      background: #fff;
      position: absolute;
      top:-13%;
      left:15px;
      padding: 0 18px 0 15px;
      border-radius: 50px;
      box-shadow: 3px 14px 25px -10px #92b4d0;
      transition: background 0.5s ease 0s;
  }
  .owl-controls .owl-buttons .owl-next{
      background: #fff;
      position: absolute;
      top:-13%;
      right: 15px;
      padding: 0 15px 0 18px;
      border-radius: 50px;
      box-shadow: -3px 14px 25px -10px #92b4d0;
      transition: background 0.5s ease 0s;
  }
  .owl-controls .owl-buttons .owl-prev:after,
  .owl-controls .owl-buttons .owl-next:after{
      content:"\f104";
      font-family: FontAwesome;
      color: #333;
      font-size:30px;
  }
  .owl-controls .owl-buttons .owl-next:after{
      content:"\f105";
  }
  @media only screen and (max-width:1280px) {
      .post-slide .post-content{
          padding: 0px 15px 25px 15px;
      }
  }
  
  
  .post-img {
      position: relative;
  }
  
  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); /* Adjust the opacity as needed */
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
  }
  
  .overlay a {
      color: white;
  }
  
  .overlay h4 {
      color: white;
  }
  



  .reddit-posts {
    max-width: 800px;
    margin: 0 auto;
}

.post {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.post-header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.post-title {
    font-size: 18px;
    font-weight: bold;
}

.post-author {
    font-size: 14px;
    color: #666;
}

.post-body {
    margin-bottom: 10px;
}

.post-footer {
    display: flex;
    align-items: center;
}

.post-upvote,
.post-downvote {
    cursor: pointer;
    margin-right: 10px;
}

.post-score {
    font-size: 16px;
    margin-right: 10px;
    width: 40px;
    text-align: center;
    font-weight: bold;
}


.post-header .userimage{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}


.post-footer {
    display: flex;
    align-items: center;
}

.post-footer > div {
    margin-right: 10px; /* Adjust margin as needed */
}

.post-footer .post-comments,
.post-footer .post-share {
    cursor: pointer; /* Make them look clickable */
}

.post-footer .post-comments:hover,
.post-footer .post-share:hover {
    text-decoration: underline; /* Add underline on hover */
}


.zodiac_sign_with_profile {
    /* background-color: #b483e4; */
    position: absolute;
    top: 1px;
    border-radius: 50%;
    z-index: 100;
    /* border: 1px solid gold; */
    width: 37px;
    height: 33px;
}

.zodiac_sign_with_inside_profile {
    /* background-color: #b483e4; */
    position: absolute;
    top: 1px;
    border-radius: 50%;
    z-index: 100;
    /* border: 1px solid gold; */
    width: 37px;
    height: 33px;
}
.zodiac_sign_with_inside_profile img{
    position: absolute;
    top: -3px;
    left: 25px;
    width: 19px;
    border-radius: 10px;
}
.zodiac_sign_with_profile img {
    position: absolute;
    top: -7px;
    left: -3px;
    width: 19px;
    border-radius: 10px;
}

.zodiac_sign_on_create_post{
    position: absolute;
    top: 1px;
    border-radius: 50%;
    z-index: 100;
    /* border: 1px solid gold; */
    width: 37px;
    height: 33px;
}

.zodiac_sign_on_create_post img{
    position: absolute;
    top: 10px;
    border-radius: 10px;
    left: -4px;
}

.zodiac_sign_on_create_post_modal{
    position: absolute;
    top: 1px;
    border-radius: 50%;
    z-index: 100;
    /* border: 1px solid gold; */
    width: 37px;
    height: 33px;
}

.zodiac_sign_on_create_post_modal img{
    position: absolute;
    top: 3px;
    border-radius: 10px;
    left: -4px;
}

.genderandinterest {
    /* width: 50px;
    height: 50px; */
    border-radius: 50%;
    /* background-color: #1376c5; */
    position: absolute;
    top: 92px;
    left: 58px;
    z-index: 100;
    /* border: 2px solid #ccc; */
}

.horizontal-line {
    position: absolute;
    top: 142px; /* Adjust the top position according to your layout */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    /* transform: translateX(-50%); */
}


.background{
    background-color: #fff !important;
   
}

.genderandinterest img{
    border-radius: 100%;
}


.header-controls button {
    background: #ffffff !important;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000000 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}


/* package cards */


/* .package-card {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.package-title {
    font-size: 21px;
    color: #333;
}

.package-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.package-price {
    font-size: 20px;
    color: #007bff;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
} */



/* packages cards in on row  */
.package-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.package-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
}



.package-title {
    font-size: 21px;
    color: #a75af1;
}


.package-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.package-price {
    font-size: 20px;
    color: #a75af1;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #a75af1;
    color: #fff;
    /* border: 1px solid black; */
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #7e35c5;
    color: #fff;
}



/*////////////////*/

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}



.favorite-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #ccc;
    transition: color 0.3s ease;
    cursor: pointer;
}

.favorite-icon:hover {
    color: rgb(27, 26, 26);
}

.active{
    color: black ;
}
     

    
/* .comment-form .zodiac_sign_with_comment .comment_user_image{
    object-fit: cover !important;
    width: 6%;
    border-radius: 50%;

}    */


.zodiac_sign_with_inside_user_profile img{
    position: absolute;
    left: 35px;
    top: 0px;
    border-radius: 50%;
    z-index: 10;
}

.genderandinterest_userprofile img{
    position: absolute;
    top: 100px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    left: 33px;
}

.bicode_sign_on_create_post_modal img{
    position: absolute;
    width: 23px;
    left: 23px;
    top: 42px;
    border-radius: 40px;
}

.zodiac_sign_in_edit_profile img{
    position: absolute;
    top: 114px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 241px;
}

.bicode_sign_in_edit_profile img{
    position: absolute;
    top: 240px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    left: 280px;
}


.me-3.noti-avata img {
    width: 49px;
    height: 45px;
    object-fit: cover;
}

.zodiac_sign_with_profile_inside_notifications img{
    position: absolute;
    top: 234px;
    top: 2p;
    left: 244px;
    z-index: 100;
    border-radius: 50%;
    width: 17px;
}

.bicode_sign_with_profile_inside_notifications img{
    position: absolute;
    top: 269px;
    left: 252px;
    border-radius: 50%;
    width: 27px;
}

.profile-img-socializer img{
    border: 3px solid rgb(192, 187, 187);
}

.genderandinterest_header_socializer img{
    border: 3px solid rgb(192, 187, 187);
}

.genderandinterest_header_official img{
    border: 3px solid rgb(219, 186, 103);
}

.profile-img-official img{
    border: 3px solid rgb(219, 186, 103);
}



.bicode_sign_on_create_post img{
    position: absolute;
    width: 26px;
    left: 27px;
    top: 48px;
    border-radius: 40px;
}

.image2_inside_profile{
    position: absolute;
    left: 0;
}

/* .image1_inside_profile{
    margin-left: -12px;
} */


.bicode_inside_profile{
    border-radius: 50%;
    position: absolute;
    top: 94px;
    left: 58px;
    z-index: 100;
    border-radius: 50%;
}


/* ////////////////create post modal /////////////////// */

.hashtag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between items */
}

.hashtag-item {
    flex: 1 0 21%; /* Adjust this value to change the number of items per row */
    max-width: 21%; /* Ensure items don’t exceed this width */
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-right: 10px;
}

.form-check img {
    margin-right: 5px;
}

.fa-lock {
    color: #FFD700;
}


