
.cover-image-section {
	width: 100%;
	height: 300px;
}

.cover-image-section img{
	background-position:center;
	object-fit: cover;
	object-position: center;
	
}

.cover-hader-site {
	position: relative;
	width: 80%;
	height: 100%;
	margin: auto;
}
.cover-hader-site img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	border-radius: 0px 0px 10px 10px;
}

.cover-image-div {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
}
.cover-image-edite-btn {
	text-align: right;
}
.cover-image-edite-btn button {
	padding: 7px 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 13px;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	color: #333;
}
.cover-image-edite-btn button:hover {
	background-color: #F2F2F2;
}
.cover-image-edite-btn button i {
	margin-right: 5px;
}


.profile-section {
	width: 100%;
}
.profile-section-in {
	width: 70%;
	height: 120px;
	border-bottom: 1px solid #3335;
	margin: auto;

	display: grid;
	grid-template-columns: 2fr 4fr 4fr;
}
.profile-image-div-profile {
	position: relative;
	width: 125px;
	height: 125px;
	border: 3px solid #fff;
	margin-left: 20px;
	transform: translateY(-30px);
	background-color: #333;
	border-radius: 50%;
}
.profile-image-div-profile img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	cursor: pointer;
	transition: 0.3s;
}
.profile-image-div {
	position: relative;
	width: 125px;
	height: 125px;
	border: 3px solid #fff;
	margin-left: 20px;
	transform: translateY(-30px);
	background-color: #333;
	border-radius: 50%;
}
.profile-image-div img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	cursor: pointer;
	transition: 0.3s;
}
.profile-image-div img:hover {
	filter: brightness(0.9);
} 

.profile-image-div span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
	padding: 5px 5px;
	border-radius: 50%;
	background-color: #d5d5d5;
	font-size: 18px;
	color: #333;
}

.profile-name-info h1 {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 25px;
	color: #000;
}
.profile-name-info p {
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.profile-name-info p span {
	cursor: pointer;
}
.friends-img-div {
	margin-left: 10px;
	margin-top: 5px;
	width: 200px;

	display: grid;
	grid-template-columns: repeat(8, 1fr);
}
.firend-img {
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #333;
	margin-left: -3px;
	cursor: pointer;
}
.firend-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	cursor: pointer;
}
.last-fi-div {
	position: relative;
	overflow: hidden;
	transform: translateX(-21px);
}

.b {
	transform: translateX(-3px);
} 
.c {
	transform: translateX(-6px);
}
.d {
	transform: translateX(-9px);
}
.e {
	transform: translateX(-12px);
}
.f {
	transform: translateX(-15px);
}
.g {
	transform: translateX(-18px);
}
.last-fi-div span {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3338;
    color: #fff8;
    padding: 8px 8px;
    font-size: 15px;
    cursor: pointer;
}

.btn-site-pro {
	width: 100%;
}

.profile-button-site span {
	padding: 7px 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 13px;
	background-color: #1877F2;
	cursor: pointer;
	border: none;
	outline: none;
	color: #fff;
}
.profile-button-site span i {
	margin-right: 5px;
}
.profile-button-site span:hover {
	background-color: #1771E6;
}

.edit-profile-btn {
	background-color: #E4E6E9 !important;
	color: #333 !important;
}
.edit-profile-btn a{
	
	color: #333 !important;
}
.edit-profile-btn:hover {
	background-color: #D8DADF !important;
}

.btn-site-pro {
	margin-top: 75px;
	text-align: right;
}

		
.quickView-content .intro-slider-container,
.quickView-content .intro-slide {
  height: unset; }
.intro-slider-container,
.intro-slide {
  background-color: #cccccc; }

.intro-slider-container,
.intro-slide .slide-image {
  position: relative; }
.intro-slider-container:before,
.intro-slide .slide-image:before {
display: block;
content: '';
width: 100%; }


.intro-slider-container, .intro-slide {
	background-color: #fff;
}
.mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
    }

    .mobile-menu-wrapper {
        /* background-color: #fff; */
        padding: 20px;
        max-width: 400px;
        margin: auto;
        border-radius: 5px;
    }

    .mobile-menu-close {
        text-align: right;
    }

    .mobile-menu-close i {
        cursor: pointer;
        font-size: 24px;
    }

    .mobile-nav .menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-nav .menu > li {
        position: relative;
        margin-bottom: 10px;
    }

    .mobile-nav .menu > li > a {
        display: block;
        padding: 10px;
        background-color: #f8f8f8;
        border-radius: 5px;
        text-decoration: none;
        color: #000;
    }

    .mobile-nav .dropdown-box {
        display: none;
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
    }

    .mobile-nav .menu > li:hover .dropdown-box {
        display: block;
    }

	.profile-picture {
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto;
    }

    .profile-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

	.intro-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .photo-wrapper {
        position: relative;
        display: inline-block;
        text-align: center;
        background-color: #000;
    }
    
    .photo-wrapper img {
        display: flex;
        width: 1280px;
        height: 720px;
    }
    
    .model-name {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 1.5em;
        background-color: rgba(0, 0, 0, 0.5); /* Gray background color */
        padding: 20px; /* Adjust padding for more spacing around the text */
        border-radius: 40%; /* Make the background circular */
        width: auto;
        height: auto; 
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Ensure the text does not overflow */
        text-overflow: ellipsis; /* Add ellipsis if text overflows */
        box-sizing: border-box; /* Ensure padding is included in the size */
    }

	.header-mid {
		background-color: #000; /* Adjust background color as needed */
		color: white; /* Text color for the header */
		padding: 10px 0; /* Adjust padding as needed */
		text-align: center; /* Center align text */
		align-items: center; /* Center align text */
		justify-content: center;
	}
	
	.header-title {
		font-weight: 200;
		color: #fff;
		font-family: 'flamingregular', serif;
		margin: 0;
		font-size: 3.5rem; /* Adjust font size as needed */
	}

    .dropdown-box {
        display: none;
        position: absolute;
        /* Adjust positioning as needed */
        top: 100%;
        left: 0;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
        z-index: 999;
    }

    /* Show dropdown-box when li is hovered */
    .menu > li:hover .dropdown-box {
        display: block;
    }

	.detail-block{
		padding-left: 10px;
		background-color: #fff;
		display: flex;
	}

	.seperation-label{
		background-color: #fff;
		height: 100px;
		text-align: center;
	}

	.org-name{
		color: #cc6669;
	  }

	  .profile-about {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .about-container {
        display: flex;
        width: 80%;
        background-color: #fff;
        border: 1px solid #dddfe2;
        border-radius: 8px;
        overflow: hidden;
    }

    .nav-link {
        color: #1d2129;
        font-weight: 500;
        padding: 10px 0;
        display: block;
        text-decoration: none;
    }

    .nav-link:hover {
        background-color: #e9ecef;
        color: #1d2129;
    }

    /* Style for the dropdown menu */
    .nav-item .dropdown-menu {
        background-color: #fff;
        border: 1px solid #dddfe2;
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
        border-radius: 5px;
        margin-top: 0;
        padding: 10px 0;
        display: none;
        position: absolute;
        z-index: 1000;
    }

    .nav-item .dropdown-menu .dropdown-item {
        color: #1d2129;
        padding: 10px 20px;
        display: block;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .nav-item .dropdown-menu .dropdown-item:hover {
        background-color: #e9ecef;
    }

    /* Show dropdown on hover */
    .nav-item:hover .dropdown-menu {
        display: block;
    }

    /* Additional styling to enhance the layout */
    .sidebar {
        width: 25%;
        padding: 20px;
        background-color: #f5f6f7;
        border-right: 1px solid #dddfe2;
    }

    .sidebar h2 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .content {
        width: 75%;
        padding: 20px;
    }

    .content h2 {
        font-size: 18px;
        color: #1877f2;
        font-weight: 600;
    }

    .content p {
        margin: 10px 0;
        font-size: 16px;
        color: #1d2129;
    }

    .hamburger {
        display: none;
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
    }

    @media screen and (max-width: 767px) {
        .sidebar {
            display: none;
        }

        .content {
            width: 100%;
        }

        .hamburger {
            display: block;
        }
    }

    /* Additional styling to ensure proper display when sidebar is toggled */
    .sidebar.show {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        top: 0;
        left: 0;
        overflow-y: auto;
        padding: 20px;
    }
    .login-container {
        width: 100%;
        max-width: 500px;
        margin-top: 50px;
    }
    .card {
        background-color: rgba(255, 255, 255, 0.1); /* More transparency */
        border-radius: 30px;
        backdrop-filter: blur(10px); /* Add blur effect */
        border: none;
    }
    .card-header {
        border-bottom: none;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .form-control-login {
        background-color: transparent; /* Make form fields transparent */
        border: none; /* Remove border */
        border-bottom: 2px solid rgba(255, 255, 255, 0.7); /* Add bottom border */
        border-radius: 0; /* Remove border radius */
        color: white; /* Set text color to white */
        text-align: center; /* Center align text */
    }
    .form-control-login::placeholder {
        color: rgba(255, 255, 255, 0.7); /* Placeholder text color */
    }
    .form-control-login:focus {
        background-color: transparent; /* Keep background transparent when focused */
        color: white; /* Keep text color white when focused */
        border-bottom: 2px solid white; /* Change bottom border color on focus */
        box-shadow: none; /* Remove box shadow */
    }
    .form-label {
        color: white; /* Label text color */
    }
    .register-container {
        width: 100%;
        max-width: 500px;
        margin-top: 50px;
    }

    .social-links {
        text-align: center;
        margin-top: 20px;
    }

    .social-icon {
        /* display: inline-block; */
        margin: 10px;
        font-size: 24px;
        color: #333;
        text-decoration: none;
    }

    .social-icon:hover {
        color: #007bff;
    }

    /* Mobile Menu */
.mobile-menu-container {
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #fff;
    width: 100%;
    max-width: 280px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.5;
    transition: all 0.4s ease; }
    .mmenu-active .mobile-menu-container {
      visibility: visible;
      transform: translateX(280px); }
    .mobile-menu-container .social-icons {
      justify-content: center;
      margin-bottom: 0; }
    .mobile-menu-container .social-icon {
      
      width: 3rem;
      height: 3rem;
      font-size: 1.2rem;
      background-color: transparent;
      margin-bottom: 0;
      /*color: rgba(255, 255, 255, 0.45);*/
      /*border-color: rgba(255, 255, 255, 0.45); */
        
    }
      .mobile-menu-container .social-icon + .social-icon {
        margin-left: .8rem; }
      .mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
        background-color: transparent; }
  
  .mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0; }
  
  .mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: .7rem;
    right: 1rem;
    padding: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    transition: color .35s; }
    .mobile-menu-close:hover, .mobile-menu-close:focus {
      color: #cc9966; }
  
  .mobile-menu-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.25);
    z-index: 1000;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0; }
  
  .mmenu-active .mobile-menu-overlay {
    visibility: visible;
    opacity: 1; }
  
  .mobile-nav {
    padding: 0;
    margin: 0 0 2.5rem; }
  
  .mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .mobile-menu > li > a {
      text-transform: uppercase; }
    .mobile-menu li {
      display: block;
      position: relative; }
      .mobile-menu li a {
        position: relative;
        display: block;
        padding: 1rem 4.5rem 1rem 2rem;
        color: #fff;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08); }
        .mobile-menu li a:hover, .mobile-menu li a:focus {
          color: #cc9966;
          text-decoration: none;
          outline: none !important; }
      .mobile-menu li.open > a, .mobile-menu li.active > a {
        color: #cc9966; }
      .mobile-menu li ul {
        margin: 0;
        padding: .7rem 0 .9rem;
        display: none;
        margin-bottom: 0;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08); }
        .mobile-menu li ul li a {
          padding-top: .6rem;
          padding-bottom: .6rem;
          padding-left: 3.5rem;
          border-bottom: none; }
          .mobile-menu li ul li a:not(:hover):not(:focus) {
            color: rgba(255, 255, 255, 0.8); }
        .mobile-menu li ul li:last-child ul {
          border-bottom: none;
          padding-bottom: 0; }
        .mobile-menu li ul ul {
          border-top: 0.1rem solid rgba(255, 255, 255, 0.08); }
          .mobile-menu li ul ul li a {
            padding-left: 5rem; }
    .mobile-menu > li > a {
      text-transform: uppercase; }
    .mobile-menu span:not(.mmenu-btn):not(.tip) {
      position: relative; }
  
  .mmenu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 10;
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    color: #fff;
    margin-top: -1.5rem;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    transition: color 0.35s; }
    .mmenu-btn::after {
      font-family: "molla";
      content: '\f110';
      display: inline-block; }
    .mmenu-btn:hover, .mmenu-btn:focus {
      color: #cc9966; }
    .open > a > .mmenu-btn::after {
      content: '\e802'; }
  
  .mobile-search {
    margin: 1rem 0 1.5rem;
    padding: 0 2rem;
    display: flex;
    align-items: center; }
    .mobile-search .form-control {
      height: 36px;
      margin-bottom: 0;
      -webkit-appearance: none;
      font-size: 1.2rem;
      line-height: 1.5;
      padding: .8rem 1.5rem;
      max-width: calc(100% - 36px);
      background-color: #333;
      border-color: rgba(255, 255, 255, 0.1);
      border-right-width: 0; }
      .mobile-search .form-control::placeholder {
        color: rgba(255, 255, 255, 0.45); }
      .mobile-search .form-control:focus {
        color: #fff;
        border-color: #cc9966;
        background-color: #333; }
    .mobile-search .btn {
      font-size: 1.2rem;
      min-width: 3.6rem;
      padding: .8rem .2rem; }
  
  .mobile-menu-container .tab-content {
    padding: 0;
    margin: 0 0 2.5rem;
    border: none; }
    .mobile-menu-container .tab-content .mobile-nav,
    .mobile-menu-container .tab-content .mobile-cats-nav {
      margin-bottom: 0; }
  .mobile-menu-container .tab-pane {
    padding: 0; }
    
    
     @media (max-width: 768px) {
    .intro-slide img,
    .profile-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the entire div */
    }
    .profile-details h4 {
        font-size: 1.5rem;
    }
    .profile-details h3 {
        font-size: 1.75rem;
    }
    .seperation-label h2 {
        font-size: 2rem;
        text-align: center;
    }
    .detail-block .col-md-12 {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .intro-slide img,
    .profile-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .detail-block {
        margin-top: 10px;
    }
    .profile-details h4 {
        font-size: 1.25rem;
    }
    .profile-details h3 {
        font-size: 1.5rem;
    }
    .seperation-label h2 {
        font-size: 1.75rem;
        text-align: center;
    }
    .detail-block .col-md-12 {
        text-align: center;
    }
    .detail-block .btn {
        margin-top: 10px;
    }
}

/* Make the header background transparent */
.header-index {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

/* Maintain transparency when scrolled */
.header-index.sticky-header {
    background-color: transparent !important;
}