.video-container video {
    object-fit: cover;
    height: 100%;
}
.Main-banner-section::before {
    position: absolute;
    width: calc(50% + 60px);
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
    left: 0;
    top: 0;
}
.Main-banner-section {
    position: relative;
}
.video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero-contectbox {
    position: relative;
    z-index: 10;
}
.hero-contectbox .container {
    display: flex;
    width: 100%;
    align-items: flex-start;
    max-width: 85%;
    margin: 0 auto;
}
.banner-left-content-box {
    width: calc(50% + 60px);
    padding-top: 255px;
    padding-right: 60px;
    padding-bottom: 60px;
}
.banner-right-content-box {
    width: calc(50% - 60px);
}
.banner-right-content-box img {
    width: 100%;
    height: auto;
}
.banner-left-content-box h3 {
    text-decoration: none;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: var(--White, #FFF);
    font-family: "New Atten Round";
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    max-width: 539px;
    margin: 48px 0 42px;
}
.banner-left-content-box p {
    color: var(--White, #FFF);
    font-family: "New Atten Round";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 26px;
    width: 614px;
    max-width: 85%;
}
.banner-btns button.btn.theme-btn {
    border-radius: 30px;
    background: var(--Bright-Pink, #FF63AE);
    color: var(--White, #FFF);
    font-family: "New Atten Round";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-shadow: none;
    display: inline-flex;
    padding: 14px 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: auto;
    min-height: initial;
    border: 1px solid var(--Bright-Pink, #FF63AE);
}
.banner-btns button.btn.theme-btn:hover {
    background: transparent;
    color: var(--Bright-Pink, #FF63AE);
}
.banner-btns {
    padding-top: 36px;
}
button.btn.link-btn {
    color: var(--White, #FFF);
    font-family: "New Atten Round";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    border: none;
    outline: none;
    padding: 3px;
    margin-left: 65px;
    background: transparent !important;
}
.banner-topdarkbox {
    width: 100%;
    height: 255px;
    background: rgba(0, 0, 0, 0.50);
    margin-left: 1px;
}
.banner-bottomdarkbox {
    width: 100%;
    height: 183px;
    background: rgba(0, 0, 0, 0.50);
    margin-left: 1px;
    margin-top: auto;
}
.banner-right-content-box {
    width: calc(50% - 60px);
    display: flex;
    flex-direction: column;
}
.Main-banner-section::after {
    position: absolute;
    width: calc(7.5% - 1px);
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
    right: 0;
    top: 0;
}
.common-img-box.imgdarkbox {
    background: rgba(0, 0, 0, 0.50);
    animation: none;
    background: transparent;
    box-shadow: none;
}
.common-img-box {
    background-color: transparent;
    aspect-ratio: 1;
    animation: mymove 4s infinite;
    background-color: rgb(255 255 255 / 30%);
    animation-direction: alternate;
    box-shadow: 0 0 5px 0 rgb(255 255 255 / 28%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.banner-animateimg-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    grid-gap: 0;
    width: 100%;
    margin-left: 1px;
        background: rgba(0, 0, 0, 0.50);
}
.ir12,.ir43 {
    animation-delay: 0s;
}
.ir11,.ir44 {
    animation-delay: 0.3s;    
}
.ir21,.ir34 {
    animation-delay: 0.6s;    
}
.ir31,.ir24 {
    animation-delay: 0.9s;    
}
.ir32,.ir23 {
    animation-delay: 1.2s;     
}
@media(max-width: 1200px) {
	.banner-left-content-box h3 {
		margin-top: 0;
	}
	.banner-left-content-box p {
		max-width: 100%;
	}
	.banner-left-content-box {
		padding-top: 235px;
	}
}
@media(max-width: 1100px) {
	.hero-contectbox .container {
		max-width: 90%;
	}
	.Main-banner-section::after {
    	width: calc(5% - 1px);
	}
	.banner-left-content-box h3 {
	    font-size: 52px;
	    margin-bottom: 32px;
	}
}
@media(max-width: 991px) {
	.banner-left-content-box h3 {
        font-size: 44px;
        margin-bottom: 28px;
        line-height: 54px;
    }
    .banner-left-content-box p {
    	margin: 0 0 24px;
    }
    .banner-btns {
	    padding-top: 20px;
	}	
	.banner-btns button.btn.theme-btn {
		padding: 14px 34px;
	}
	button.btn.link-btn {
		margin-left: 35px;
	}
	.banner-topdarkbox {
	    height: 183px;
	}
	.banner-left-content-box {
        padding-top: 150px;
    }
}
@media(max-width: 840px) {
	.banner-left-content-box h3 {
        font-size: 40px;
        margin-bottom: 28px;
        line-height: 50px;
    }
    .banner-left-content-box p {
        margin: 0 0 20px;
        font-size: 16px;
    }
}
@media(max-width: 767px) {
	.hero-contectbox .container {
		flex-wrap: wrap;
	}
	.banner-left-content-box {
        padding-top: 100px;
        padding-right: 0;
        background: rgba(0, 0, 0, 0.50);
        width: 100%;
    }
    .Main-banner-section::before {
    	width: 5%;
    }
    .Main-banner-section::after {
        width: 5%;
    }
    .banner-animateimg-box {
	    width: 100%;
	    margin-left: 0px;
	    background: rgba(0, 0, 0, 0.50);
	    padding: 20px 40px 0px 70px;
	}
	.banner-topdarkbox {
        height: 25px;
        margin-left: 0px;
    }
    .banner-bottomdarkbox {
	    height: 100px;
	    margin-left: 0px;
	}
	.banner-right-content-box {
	    width: 100%;
	}
}
@media(max-width: 575px) {
	.banner-left-content-box {
        padding-top: 60px;
    }
    .banner-bottomdarkbox {
	    height: 60px;
	}
	.banner-left-content-box h3 {
        font-size: 36px;
        margin-bottom: 28px;
        line-height: 46px;
    }
    .banner-animateimg-box {
        padding: 20px 20px 0px 30px;
    }
}
@keyframes mymove {
  0% {
    opacity: 0;
    background: rgba(0, 0, 0, 0.50);
    transform: translate3d(0px, 0px, 0px) scale(0.6);
    /* background-color: transparent; */
    transform-style: preserve-3d;
  }
  20% {
    opacity: 0;
    background: rgba(0, 0, 0, 0.50);
    transform: translate3d(0px, 0px, 0px) scale(0.8);
    /* background-color: transparent; */
    transform-style: preserve-3d;
  }
  50% {
    opacity: 1;
    transform: translate3d(-20px, -20px, -40px);
    background-color: rgb(255 255 255 / 30%);
    transform-style: preserve-3d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    perspective: 1000px;
    /* box-shadow: 0 0 50px rgb(0 0 0 / 50%);*/
  }
   100% {
   /* opacity: 0;
    background: rgba(0, 0, 0, 0.50);
    transform: translate3d(0px, 0px ,0px);*/
    /*background-color: transparent;*/
    opacity: 1;
    transform: translate3d(-20px, -20px, -40px);
    background-color: rgb(255 255 255 / 30%);
    transform-style: preserve-3d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    perspective: 1000px;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    box-shadow: none;
  }
}