@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to bottom, #e3e6eb, #ffffff);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -5px;
}

.cover-photo {
    width: 100%;
    height: 100%; /* হাইট একটু বাড়ানো হলো */
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 7px; /* কভার ফটো নিচে নামানো হলো */
}
.cover-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile {
    margin-top: -80px; /* আগে-95px */
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid white;
    background: white;
    transition: transform 0.3s ease-in-out;
}
.profile-container {
    width: 90%;
    max-width: 400px;
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.profile h2 {
    font-size: 18px;
 /*   margin-top: -1px ;*/
    margin-bottom: -10px;
}

.verified-badge {
    color: #1DA1F2; /* ব্লু ভেরিফাইড কালার */
    font-size: 18px;
    margin-left: 3px;
    vertical-align: middle;
}

.profile p {
    font-size: 14px;
    color: gray;
}

.courses h3 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}

.courses h3 span {
    float: right;
    font-size: 14px;
    color: #a3ddff;
    cursor: pointer;
}

.course-box {
    display: flex;
    gap: 10px;
}

.course {
    flex: 1;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    color: Black;
}

.marketing {
    background: #E0F6D8;
}

.business {
    background: #E6F4FB;
}

.course h4 {
    margin: 5px 0;
}

.course p {
    font-size: 12px;
    margin: 2px 0;
}

.rating h3 {
    text-align: left;
    margin-bottom: 10px;
}

.stars {
    display: flex;
    align-items: center;
    gap: -5px;
}

.stars img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid white;
    background-color: white;
    margin-left: -10px;
}

.stars span {
    font-size: 14px;
    color: #555;
}

.description {
    text-align: left;
}

.description h3 {
    margin-bottom: 10px;
}

.description p {
    font-size: 14px;
    margin: 5px 0;
    color: #555;
}

.footer-bar {
    position: fixed;
    bottom: -60px;
    width: 100%;
    background: #1d1d1d;
    padding: 10px 0;
    text-align: center;
    border-radius: 1px;
    box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
}


.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-btn {
    background: #27AE60;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-btn i {
    font-size: 18px;
}

.footer-btn:hover {
    background: #1f8a4c;
}




/* বোতাম কন্টেইনার */
.button-container {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* বোতামের সাধারণ স্টাইল */
button {
    position: relative;
    padding: 10px 11px;
    border: none;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ff4d4d, #ff8080);
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px; /* আইকন ও সংখ্যা একসাথে রাখতে */
    min-width: 50px; /* বোতামের ন্যূনতম প্রস্থ ঠিক রাখা */
    white-space: nowrap; /* লাইন ব্রেক বন্ধ করা */
    padding: 10px 15px; /* ভারসাম্যপূর্ণ স্পেসিং */
    margin-bottom: 10px;
}


/* প্রতিটি বোতামের আলাদা ব্যাকগ্রাউন্ড */
#like-btn {
    background: linear-gradient(135deg, #ff4d4d, #ff8080);
}

#follow-btn {
    background: linear-gradient(135deg, #007bff, #66aaff);
}

#subscribe-btn {
    background: linear-gradient(135deg, #ff0000, #ff6666);
}

#share-btn {
    background: linear-gradient(135deg, #00c853, #66ff99);
}

/* হোভার করলে স্টাইল পরিবর্তন */
button:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

/* ক্লিক করলে এনিমেশন */
button:active {
    transform: scale(0.95);
}

/* কাউন্ট সংখ্যা ঠিকভাবে রাখার জন্য */
/*b {
    background: rgba(255, 255, 255, 0.3);
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}*/


.sticky-icon  {
	z-index:1;
	position:fixed;
	top:50%;
	right:-1%;
	width:204px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:15px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
	
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
.Google  {
	background-color:#d34836;
	color:#FFF;}			
	
.sticky-icon a i {
	background-color:#FFF;
	height:25px;
	width:25px;
	color:#000;
	text-align:center;
	line-height:25px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
	
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
	.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}
	#myBtn:hover {
  background-color: #555;
}			
