@charset "utf-8";
/* CSS Document */

/* .banner-wrapper {background: url("../images/banner/game-banner.jpg") no-repeat top center;} */

/* CSS Document */
.swiper {
	width: 100%;
	height:630px;
  }
.swiper-slide img{  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;}   
/*----------------------------------    */
    
.box{ margin: 0 auto 50px; width:100%; border:3px gray solid; border-radius: 15px;}   
.box img{display: block; height: auto; width: 100%; margin: 0px; border-radius: 15px;}   

/* ---------- */
.master{position: relative; z-index: 2; margin:0 0 50px; 
	/*background:url(../images/gnani/master-bg-top.png) no-repeat left top, url(../images/gnani/master-bg.png) no-repeat right bottom; */
	}
.master:before{background: url(../images/gnani/master-bg-top.png) no-repeat left top; 
position: absolute;
content: '';
top:0;
left:0;
height: 240px;
width: 83px;
z-index: 9;
opacity: 0.8;
}

.master:after{background: url(../images/gnani/master-bg-bottom.png) no-repeat right bottom; 
	position: absolute;
	content: '';
	bottom:0;
	right:0;
	width:100px;
	height:288px;
	z-index: 9;
	opacity: 0.8;
	}



.master p {color: #666;}
/* .master img{ border-radius: 50%; margin: 0 auto; display: block;} */
.circle {
	background: rgb(255, 255, 255);
	width: 450px;
	height: 450px;
	border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
	overflow: hidden;
	animation: morph 3s linear infinite;
	z-index: 1;
	position: relative;
	margin: 0 auto;
  }
  
  .circle img {
	width: 100%;
  }
  
  @keyframes morph {
	0%, 100% {
	  border-radius: 40% 60% 70% 30%/40% 40% 60% 50%;
	}
	34% {
	  border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
	}
	67% {
	  border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
	}
  }



.nm{background-color: #f0f0eb; padding: 50px 0;}
.master .info{ margin-left: 5%;}
.master ul{ margin-top: 30px;}
.master h2, .master h3{ color: #787943;}
.master h2 span{font-size: 16px;  margin-left: 5px; color: var(--red); font-weight: 500;}
.master h3{ color: var(--red); line-height: normal; position: relative; width:fit-content; margin-bottom:25px;}

.master h3:before{content: "";
    position: absolute;
    display: inline;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 6px;
    -webkit-mask-image: url( "../images/line-border.svg");
    mask-image:url( "../images/line-border.svg");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 13px 6px;
    mask-size: 13px 6px;
    -webkit-mask-position: -8px center;
    mask-position: -8px center;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    background-color: #da8105;
    -webkit-animation: vamtam-underline-move 40s linear infinite;
    animation: vamtam-underline-move 40s linear infinite;
  -webkit-animation-play-state: running;
    animation-play-state: running

}




.master ul li strong{font-weight: 600; margin-left: -12px;}
.master ul li{list-style: none; text-indent: 12px; line-height:28px; font-size: 18px; 
	position: relative; margin: 6px; padding: 0 6px 6px; }
.master ul li span{color: #666; font-size: 15px; line-height:19px;}
.text-line{padding-left:10px;}

.master ul li::before {
	content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #da8105;
    position: absolute;
    left: -15px;
    top: 6px;
    z-index: 2;
    margin: 0;
  }

  .master ul li:not(:last-child):after {
	content: '';
    width: 2px;
    height: 100%;
    background: #D8D8D8;
    position: absolute;
    left: -8px;
    top: 14px;
    z-index: 1;
    margin: 0;
  }


  .master iframe {width:50vw;  height: 28.125vw; /*16:9*/ margin:20px auto; display: block;}



  /* -------------- */
.more-info{display: flex; align-items: center;  flex-direction: row;}
/* ----------------video icon--------------------- */
.video-play-button {
	position: relative;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 45px;
	height: 45px;
	background: var(--red);
	border-radius: 50%;
	animation: pulse-border 1100ms ease-out infinite;
  }
  
  .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: var(--red);
	border-radius: 50%;
	transition: all 200ms;
  }
  
  .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 19px solid #fff;
	  border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	top: 10px;
	left: 5px;
  }
  
  @keyframes pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }

/* ----------more----------- */
.button {
	--primary-color: #da8105;
	--secondary-color: #fff;
	--hover-color: #111;
	--arrow-width: 10px;
	--arrow-stroke: 2px;
	box-sizing: border-box;
	border: 0;
	border-radius:30px;
	color: var(--secondary-color);
	padding: 13px 19px;
	background: var(--primary-color);
	display: flex;
	transition: 0.2s background;
	align-items: center;
	gap: 0.6em;
	font-weight: bold;
	width: 140px;
  }
  
 .button .arrow-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .button .arrow {
	width: var(--arrow-width);
	background: var(--primary-color);
	height: var(--arrow-stroke);
	position: relative;
	transition: 0.2s;
  }
  
 .button .arrow::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	border: solid var(--secondary-color);
	border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
	display: inline-block;
	top: -3px;
	right: 3px;
	transition: 0.2s;
	padding: 3px;
	transform: rotate(-45deg);
  }
  
 .button:hover {
	background-color: var(--hover-color);
  }
  
 .button:hover .arrow {
	background: var(--secondary-color);
  }
  
 .button:hover .arrow:before {
	right: 0;
  }

/* -------------------- */

  @property --angle {
	syntax: '<angle>';
	inherits: true;
	initial-value: 0deg;
}

.card {
	--angle: 0deg;
	padding: 35px;
	background: linear-gradient(white, white) padding-box, conic-gradient(from var(--angle), #dfdfdf, #787943) border-box;
	border: 2px solid transparent;
	border-radius: 16px;
	width:90%;
	-webkit-animation: rotate-gradient 3s infinite linear;
	        animation: rotate-gradient 3s infinite linear;
	margin: 30px auto;		
}

@-webkit-keyframes rotate-gradient {
	from { --angle: 0deg; }
	to { --angle: 360deg; }
}

@keyframes rotate-gradient {
	from { --angle: 0deg; }
	to { --angle: 360deg; }
}


/* ----------------------player----------------------- */

.player {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .player__video {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 75%;
    border-radius:25px;
    background-color: #000000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
    transform: translate(-50%, -50%);
  }
  .js--show-video {
    opacity: 1;
  }
  .video-filler {
    display: block;
    width: 100%;
  }
  .video-close {
    position: absolute;
    z-index: 0;
    top: -16px;
    right: -30px;
    outline: none;
    border-radius:50%;
    cursor: pointer;
    font-size:35px;
    color: #ffffff;
  }
  .video-iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:25px;
    /* border: 10px solid #000000; */
  }






/* --------------responsive--------------------- */
@media only screen and (max-width: 1400px) {
    .swiper {height: 510px;}
}

@media only screen and (max-width:991px) { .master .info{margin-top: 50px;}}


  @media only screen and (max-width:768px) {
	.master h3{font-size: 23px; line-height: 30px;}
}

@media (max-width:767px){.video-close {top: -36px; right: -9px;}
.player__video {max-width: 90%;}

}


@media only screen and (max-width:600px) {.master:after{background-position: 35px ;}}

@media only screen and (max-width:480px) {
	.circle {width: 300px;height:300px;}
}

/*---------------------------landscap---------------------------------------*/

@media (orientation: landscape) {
	.player__video {
	   /* Styles to apply when the video is in landscape mode */
	   max-width: 60% !important; 
	   height: auto; 
	 }
	
	.video-close {top:-10px!important; right: -30px!important;}  
   }
   
   
   @media (orientation: landscape) and (max-width: 799px) and (min-height: 320px) {
	 /* Styles for mobile landscape mode with a minimum height */
	
	.player__video {
	   /* Styles to apply when the video is in landscape mode */
	   max-width: 60% !important; 
	   height: auto; 
	 }
	
	.video-close {top:-10px!important; right: -30px!important;}  
	
   }
   