@font-face {
    font-family: 'Noto Serif Devanagari SemiCondensed';
    src: url('../fonts/NotoSerifDevanagariSemiCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arya';
    src: url('../fonts/Arya-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arya';
    src: url('../fonts/Arya-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Devanagari';
    src: url('../fonts/NotoSerifDevanagari-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Devanagari SemiCondensed';
    src: url('../fonts/NotoSerifDevanagariSemiCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Devanagari';
    src: url('../fonts/NotoSerifDevanagari-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Devanagari';
    src: url('../fonts/NotoSerifDevanagari-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root{
    --body-bg-color: #128FB0;
    --primary-font-family: 'Arya';
    --secondary-font-family: 'Noto Serif Devanagari';
    --white-color: #ffffff;
    --theme-blue-color: #16B3DC;
    --video-bg-color: #128FB0;
    --text-blue-color: #174B9C;
}
html, body {
  height: 100%;
  margin: 0;
}
body{
    background-color: var(--body-bg-color);
    font-family: var(--secondary-font-family);
    color: var(--white-color);
    overflow-x: hidden;
}
h1,h2{
    font-family: var(--primary-font-family);
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
}
.main-content {
  flex: 1; 
}
footer p a,
footer p{
    font-family: var(--secondary-font-family);
}
header{
    background-image: url('../images/header-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 173px;
    position: relative;
    z-index: 10;
}

.navbar-brand img{
    max-width: 195px;
    height: auto;
}
.main-video{
    background-color: var(--theme-blue-color);
}
.video-wrapper{
    max-width: 670px;
    margin: 0 auto;
    background-color: var(--theme-blue-color);
}
.wave-top{
    position: absolute;
    right: 0;
    top: -136px;
    z-index: 2;
}
.theme-blue-bg{
    background-color: var(--theme-blue-color);
    margin-top: -140px;
    padding-top: 106px;
    padding-bottom: 104px;
    z-index: 4;
}
.footer-stamp{
    max-width: 175px;
    position: relative;
    right: 12px;
    margin-top: -148px;
    z-index: 10;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: var(--video-bg-color);
}
.video-container span{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-row__heading {
    margin-bottom: 12px;
}
.video-row p{
    max-width: 65%;
}
.video-row:nth-child(odd) p {
    text-align: right;
    margin-left: auto;
}
.video-row h5{
    margin-bottom: 0;
}
.video-row:nth-child(odd) .video-row__heading{
    justify-content: flex-end;
}
.video-row:nth-child(odd) .video-row__heading svg{
    order: 2;
}
.layer1,
.layer2,
.layer3,
.layer4,
.layer5,
.layer6{
    position: absolute;
}
.layer1{
    right: -147px;
    top: 11%;
    max-width: 212px;
}
.layer2{
    top: 27%;
    left: -132px;
    max-width: 215px;
}
.layer3{
    top: 38%;
    right: -129px;
}
.layer4{
    top: 67%;
    right: -160px;
    max-width: 265px;
}
.layer5{
    bottom: 12%;
    left: -130px;
}
.layer7{
    position: absolute;
    z-index: -1;
    left: 0;
    max-width: 40%;
    top: -40px;
    mix-blend-mode: overlay;
}
.layer6{
    left: 0;
    bottom: 54px;
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 157px;
}
.theme-blue-bg::after {
    content: "";
    position: absolute;
    bottom: -142px;
    left: 0;
    height: 157px;
    background-color: #16b3dc;
    width: 100%;
    z-index: -1;
}
footer{
    background-image: url('../images/footer-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.footer-wave{
    position: absolute;
    z-index: -1;
    top: -106px;
    left: -208px;
}
footer p{
    color: var(--text-blue-color);
}
footer p a{
    color: var(--text-blue-color);
    text-decoration: none;
}
.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: var(--video-bg-color);
    z-index: 10;
    cursor: pointer;
}

.video-placeholder img {
    display: block;
    width: 100%;
    /* width: 440px;
    height: 100%; */
    object-fit: contain;
    margin: auto;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; 
}

@media screen and (min-width: 1402px){
    footer{
        height: 255px;
        overflow: visible;
    }
    .layer7{
        max-width: 48%;
        top: -90px;
        margin-top: 55px;
    }

    .copy{
        padding-top: 10px;
    }
}
@media screen and (min-width: 1800px){
         .layer7{
            top: -152px;
            margin-top: 46px;
        }
}
@media screen and (min-width: 1350px){
    .video-row__content h1{
       font-size: 45px;
       line-height: 1.4;
    }
    .video-row p{
        font-size: 18px;
        line-height: 27px;
    }
    .video-row__content h2{
       font-size: 36px;
       line-height: 1.1;
    }
    .video-row__content h{
       font-size: 36px;
       line-height: 1.1;
    }
    .video-row__heading h5{
        font-size: 25px;
        line-height: 1.1;
        font-weight: 300;
    }
}
@media screen and (max-width: 1400px){
    .footer-stamp {
        max-width: 89px;
        position: absolute;
        right: 169px;
        margin-top: -49px;
        z-index: 10;
    }
    .layer6 {
        max-width: 108px;
    }
    .layer7 {
        max-width: 55%;
        top: 5px;
    }
    footer{
        position: relative;
    }
}
@media screen and (max-width: 767px){
    .video-row p{
        max-width: 100%;
    }
    
    .bootom-footer p,
    .video-container span{
        font-size: 14px;
        line-height: 20px;
    }
    .bootom-footer p{
        margin-top: 37px;
    }
    .demo-img {
        /* max-width: 255px; */
        width: 100%;
    }
    .layer1,
    .layer2,
    .layer3,
    .layer4,
    .layer5,
    .layer6,
    .footer-wave{
        display: none;
    }
    .footer-stamp {
        max-width: 70px;
        position: absolute;
        right: 27px;
        margin-top: -25px;
        z-index: 10;
    }
    .theme-blue-bg{
        padding-top: 105px;
        padding-bottom: 7px;
    }
    .navbar-brand img {
        max-width: 155px;
    }
    .wave-top {
        position: absolute;
        right: 0;
        top: -107px;
        z-index: 6;
        max-width: 165px;
    }
    .layer7{
        top: 35px;
    }
    footer{
        height: 155px;
    }
}
@media screen and (max-width: 567px){
   .footer-pd-group {
        position: relative;
        top: 32px;
        width: 100%;
    }
    .video-row__content h2{
        font-size: 23px;
        line-height: 1.3;
        margin-top: 15px;
    }
    .video-row__content h1{
        font-size: 28px;
        line-height: 1.2;
    }
    .video-row__content h3{
        font-size: 22px;
    }
    .wave-top {
        top: -129px;
    }
    .layer7{
        top: 47px;
    }
    .copy{
        padding-top: 10px;
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 420px){
   .video-row__content h2{
        font-size: 23px;
        line-height: 1.3;
        margin-top: 15px;
    }
}