﻿html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overscroll-behavior-x: auto;
	overscroll-behavior-y: none;
}

* {
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
#root {
	width: 100%;
	height: 100%;
}

.PageFrameWrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
}

.PageFrameWrapper:before {
	content: "";
	z-index: -1;
	position: inherit;
	left: inherit;
	top: inherit;
	width: inherit;
	height: inherit;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.pageFrame {
	overflow: hidden;
	height: 100vh;
	position: relative;
	width: 100%;
}

.Profile {
	background-position: 50% 15%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	overflow: hidden auto;
	width: 100%;
	height: 100%;
	max-height: 100%;
	background-image: none;
	padding-top: 0px; 
	display: flex;
	justify-content: center;
}

.Profile-box {
	background-image: linear-gradient(rgb(39, 89, 255), rgb(39, 89, 255));
	border-radius: 0px;
	width: 720px;
	height: fit-content;
	margin-bottom: 0px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

@media (max-width: 600px) {
	.imgrow{
		margin: 0 -20px;
	}
	.Profile{
		padding-top: 0px !important;
	}
	.Profile-box {
		border-radius: 0px !important;
		margin-bottom: 0px !important;
	}
}

.content {
	padding: 0px 20px 40px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
}

@media (min-width: 700px) {
	.content {
		max-width: 700px;
	}
}

.w-full {
	width: 100%;
}
.wh-full{
    width:100%;height:100%;
}

.relative {
	position: relative;
}

.flex {
	display: flex;
}

.css-m {
	justify-content: center;
	align-items: center;
}

.css-m span {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -40px;
}

.rowlink {
	border-radius: 36px;
	background-color: #20C55B;
	color: rgb(254, 254, 254);
	font-family: Poppins, sans-serif;
	text-transform: none;
	box-shadow: none;
	font-size: 15px;
	min-height: 65px;
	margin: 16px 0px;
	border: 2px solid rgb(254, 254, 254);
	display: flex;
	padding-left: 0px;
	padding-right: 0px;
    overflow: hidden;
}

.mb {
	margin-bottom: 23px;width: 100%;
}
.mt{
	margin-top: 23px;
}
.line{
	height: 10px;
}
.toast {
	position: fixed;
	bottom: 50vh;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 1000;
  }

 .toast.show {
	opacity: 1;
  }
.rowlink a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	border-radius: 36px;
}

.rowlink a span.line {
	position: absolute;
	right: 6px;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}
.rowlink a span.avatar {
	position: absolute;
	left: 6px;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}
.rowlink a span.avatar1 {
	position: absolute;
	right: 6px;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}

.btn_txt {
	display: flex;          
	align-items: center;     
	justify-content: center; 
	height: 100%;          
}

.btn_txt p{
	margin: 0;color:#fff;font-size: 20px;line-height: normal;text-align: center;
}

.txtbox {
	color: #fff;
}
.txtbox h2 {
	/* text-align: center; */
	margin: 10px 0;
	color: rgb(254, 254, 254);
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.txtbox p {
	/* text-align: center; */
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 22px;
}

.msgbox {
	display: flex;
	align-items: center;
	border-radius: 12px;
	background-color: rgb(31, 33, 37);
	padding: 0px 20px 0px;
	border: 2px solid rgb(254, 254, 254);
	color: rgba(255, 255, 255, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	overflow: hidden;
	font-weight: 600;
	line-height: 26px;
	
}

.imgbox {
	border-radius: 36px;
	color: rgb(254, 254, 254);
	text-align: center;
}

.imgbox img {
	border-radius: 25px;
}
.btn {
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite
}
.btn2 {
    -webkit-animation-name: bounce_small_infinite;
    animation-name: bounce_small_infinite;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.btn3{
    animation-name: ball;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes ball {
    0% {
        width: 45px;
        height: 45px;
    }
    25% {
        width: 55px;
        height: 55px;
    }
    50% {
        width: 55px;
        height: 55px;
    }
    75% {
        width: 55px;
        height: 55px;
    }
    100% {
        width: 45px;
        height: 45px;
    }
}
@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }

    to {
        -webkit-transform: translatey(0px);
        transform: translatey(0)
    }
}

@keyframes bounce_small_infinite {
    0%,10%,26.5%,40%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }

    20%,21.5% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    35% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    42.5% {
        -webkit-transform: translate3d(0,-2px,0);
        transform: translate3d(0,-2px,0)
    }
}

	.www {
		color: #fff;
		text-align: center;
		font-size: 16px;
	}

	.co {
		color: gold;
		font-size: 20px !important;
		font-weight: bold;
	}

	.footer {
	  background: #2759FF;
	  padding: 20px 40px;
	  border-top: 1px solid #547BFD;
	  font-size: 14px;
	  color: #fff;
	  width: 100%;
	  text-align: center;
	}
	
	.footer-container {
	  display: flex;
	  flex-direction: column; 
	  align-items: center;
	  gap: 15px;
	}
	
	.footer-logo img {
	  width: 200px;
	  height: 60px;
	}
	
	.footer-menu {
	  list-style: none;
	  display: flex;
	  justify-content: center;
	  gap: 30px;  
	  margin: 0;
	  padding: 0;
	  flex-wrap: wrap; 
	}
	
	.footer-menu li {
	  white-space: nowrap;
	}
	
	.footer-menu li a {
	  text-decoration: none;
	  color: #DCDCDC;
	  transition: color 0.2s;
	}
	
	.footer-menu li a:hover {
	  color: #fff;
	}
	
	@media (max-width: 480px) {
	  .footer-menu {
		gap: 15px;
		font-size: 14px;
	  }
	}
	
	.footer-copy {
	  text-align: center;
	  margin-top: 10px;
	  margin-bottom: 0px; 
	  font-size: 13px;
	  color: #DCDCDC;
	}
	
	@media screen and (max-width: 768px) {
	  .footer-copy {
		margin-bottom: 10px; 
	  }
	}
	
	.comments-section {
	  margin-top: 30px;
	}
	
	.comments-section h3 {
	  margin-bottom: 15px;
	  font-size: 20px;
	  color: #fff;
	}
	
	.comment-card {
	  display: flex;
	  align-items: flex-start;
	  gap: 15px;
	  background-color: #fff; 
	  border-radius: 12px;
	  padding: 15px 20px;
	  margin-bottom: 15px;
	  box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
	  transition: transform 0.2s;
	}
	
	.comment-card:hover {
	  transform: translateY(-2px); 
	}
	
	.comment-avatar {
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	  object-fit: cover;
	}
	
	.comment-content {
	  flex: 1;
	}
	
	.comment-name {
	  font-weight: bold;
	  color: #333;
	  margin: 0 0 5px 0;
	}
	
	.comment-text {
	  margin: 0;
	  color: #555;
	  line-height: 1.5;
	}
	
	.foo-btn {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  background-color: rgba(255, 255, 255, 0); 
	  padding: 20px 0;
	  text-align: center;
	  z-index: 999;
	}
		
	.btn-link {
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 12px 24px;
	  border-radius: 999px;
	  background-color: #F03636;
	  color: white;
	  font-family: 'Helvetica Neue', Helvetica, sans-serif, Arial;
	  font-weight: bold;
	  font-size: 28px;
	  text-decoration: none;
	  transition: background-color 0.3s ease;
		
	  animation-name: bounce;
	  animation-duration: 1.5s;
	  animation-timing-function: ease-in-out;
	  animation-iteration-count: infinite;
	 }
	  
	.btn-link:hover {
	  background-color: #F03636;
	}
	
    @keyframes bounce {
	  0%, 100% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.1);
	  }
    }
	