 
body {
     text-align: center;
    margin: 10px;
    padding: 20px;
    background-color: #ffffff;
    font-family: roboto, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

/* Pinterest-like grid container */
.grid {
  
    text-align: center;
    column-count: auto;
    column-width: 300px;
    column-gap: 7px;
    max-width: 1400px;  
    margin: 5 auto;
}

/* Banner/Pin styling */
.banner-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 10px;
    break-inside: avoid;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(254, 14, 14, 0.12), 0 1px 2px rgba(50, 207, 242, 0.24);
    transition: transform 0.2s;
    position: relative;
}

.banner-wrapper:hover {
     
    box-shadow: 0 5px 5px rgba(41, 173, 255, 0.25), 0 5px 5px rgba(0,0,0,0.22);
}

/* Full-width banner (like Pinterest's featured pins) */
.banner-wrapper.full-width {
    
    column-span: all;
    display: block;
    width: 100%;    
     z-index: 0;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.banner-overlay img {
   /* width: 100%;
    height: 100%;*/
    object-fit: cover;
    z-index: 3;
    border-radius: 8px 8px 0 0;
}

.banner-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
    background: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.glass-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 4px;
     
    backdrop-filter: blur(10px);
    z-index: 4;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.2s ease;
}
.glass-title-top {
  margin: 0 auto;
    position: sticky;
    width: 90%;
    top: 10px;
     
    background-color: rgba(222, 222, 222, 0.5);
    padding: 10px;
    border-radius: 10px;
     text-align: right;
    backdrop-filter: blur(10px);
    z-index: 4;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 300;
}
/* Pinterest-like footer */
.top {
     
    padding: 10px;
    color: #000000;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 25px; 
    text-decoration-line: none;
}
.left_menu{
    position: absolute;
text-align: left;
}
.right_menu{
     
text-align: right;
}
.top-left {
    
    padding: 10px;
    color: #000000;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 25px; 
    text-decoration-line: none;
}
.footer {
    text-align: center;
    padding: 20px;
    color: #A6A6A6;
    font-size: 12px;
    margin-top: 30px;
}
.center_contnt{
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
     padding: 30px;
}
.top-head {
	width: 100%;
	height: 113px;
}
.center-text {
	position: absolute;
	left: 50%;
	width: 420px;
	height: 40px;
	z-index: 2;
	margin-top: 46px;
	margin-left: -210px;
	font-size: 20px;
 
}
.title-text-left {
	color: #707070;
	width: 210px;
	float: left;
	text-align: left;
}
.title-text-right {
	
	color: #707070;
	width: 210px;
	float: right;
	text-align: right;
}
.telo {
	 display: flex;
	background-color: #fff;
	padding: 30px;
	max-width: 940px;
	display: table-cell;
	  flex-direction: column;
    max-width: 940px;
    margin: 0 auto;
     padding: 30px;
  column-span: all;
    display: block;
    width: 100%;
     z-index: 0;
}

.point {
	margin: -1px;
	width: 80px;
	height: 80px;
	background-color: #F8F8F8;
	border-radius: 10px;
	border-width: 1px;
	border-color: #D3D3D3;
	border-style: solid;
	text-align: center;
	color: #707070;
	font-size: 35px;
 
	float: left;
	cursor: pointer;
	line-height: 70px;
	margin: 2px;
}
.point:hover {
	background: #707070;
	color: #FFD230;
	border-color: #fff;
	box-shadow: inset 0 0 0 3px #F8F8F8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.point:active {
	background: #F8F8F8;
	color: #707070;
	box-shadow: inset 0 0 0 0px #F8F8F8;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	padding-left: 0px;
	padding-top: 0px;
}
 
.transform {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.transformp {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.transform-active {
	width: 550px;
}
.transform-posiv {
	width: 750px;
}
 
.textrt {
	border-radius: 10px;
	width: 350px;
	height: 110px;
	color: #262626;
	font-size: 15px;
 
}
.textrtbtn {
	border-radius: 5px;
	position: absolute;
	color: #262626;
	font-size: 15px;
	margin-top: -35px;
	margin-left: 252px;
 
}
.body_center{
	 
    text-align: center;
	margin: auto;
    max-width: 900px;  
    margin: 5 auto;
	
}