/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 Nov, 2019, 4:14:19 PM
    Author     : Nishad
*/

@font-face {
    font-family: HankookTTFMediumOblique;
    src: url(HankookTTFMediumOblique.ttf);
}
@font-face {
    font-family: HankookTTFLight;
    src: url(HankookTTFLight.ttf);
}


body {
    font-family: Kievit-Slab-Medium;
    /*font-family: 'Overpass', sans-serif;*/
}

.section-header {
    text-align: center;
    margin: 60px auto 20px auto;

    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

.section-header-underline {
    border: 1px solid #001e63;
    width: 3rem;
    margin: 0 auto;
    margin-bottom: 2px;
}

.video-gallery {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    text-align: center;
}

.video-gallery .gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 2vh 2%;
    /*min-width: 320px;*/
    /* max-width: 580px; */
    max-width: 29.33%;
    /* max-height: 360px; */
    max-height: 38vh;
    width: 46%;
    /*background: #000;*/
    cursor: pointer;
    /*border-bottom: 10px solid #CF0A2C;*/
}

.video-gallery .gallery-item .img {
    position: relative;
    display: block;
    /*opacity: 1;*/
    width: 100%;
    height: 38.2vh;
    /*height: 300px;*/
/*    transition: transform 0.35s;
    transform: translate3d(-23px, 0, 0);*/
    backface-visibility: hidden;
    background-position: bottom;
    background-size: cover;
}


.video-gallery .gallery-item .gallery-item-caption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.video-gallery .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 0.5em 0;
}


.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 10;
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 68%;
    width: 35%;
    padding: 1em 0;
    opacity: 0;
/*    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);*/
}

.video-gallery .gallery-item:hover .img {
/*    opacity: .9;
    transform: translate3d(0, 0, 0);*/

}

.video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
    padding: 0;
}

.video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;

    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
    .video-gallery .gallery-item {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}



/*Nishad*/

.home-box{
    margin:2vh 10% 8vh;
    height: 90vh;

}
.h10vh {
    min-height: 8vh;
}

.img-1{
    background: url(../img/1.png);
}
.img-2{
    background: url(../img/2.png);
}
.img-3{
    background: url(../img/3.png);
}
.img-4{
    background: url(../img/4.png);
}
.img-5{
    background: url(../img/5.png);
}
.img-6{
    background: url(../img/6.png);
}
.img-7{
    background: url(../img/7.png);
}
.img-8{
    background: url(../img/8.png);
}
.img-9{
    background: url(../img/9.png);
}
.img-10{
    background: url(../img/10.png);
}
.img-11{
    background: url(../img/11.png);
}
.img-12{
    background: url(../img/12.png);
}
.img-13{
    background: url(../img/13.png);
}
.img-14{
    background: url(../img/14.png);
}
.img-15{
    background: url(../img/15.png);
}
.img-16{
    background: url(../img/16.png);
}
.img-17{
    background: url(../img/17.png);
}
.img-18{
    background: url(../img/18.png);
}



.gallery-item .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-item .play-btn:after {
    /* 
      position: relative;
      left: 2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 20px;
      border-color: transparent transparent transparent white;*/
}

#html5-watermark{
    display: none !important;
}

.html5-image{
    padding:0px !important;
}

#html5-watermark{
    display: none !important;
}
#html5lightbox-watermark{
    display: none !important;
}
.html5-image{
    padding: 0px !important;
}
.html5-image{
    height: 102% !important;
    top: -1% !important;
    width: 101.8% !important;
    left: -0.9% !important;
}
.html5-loading{
    display: none !important;
}
/*#html5-lightbox-box{
    pointer-events: none;
}*/

@media screen and (max-width: 1200px) {
    /*    #html5-lightbox-box{
            pointer-events: auto;
        }*/
    .h2, h2 {
        font-size: 1rem;
    }
}

.gallery-item-img{
    height: 100%;
    width: auto;
    margin: auto; 
    display: block;
    position: absolute;
    bottom: 0;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%, 0%);
}

#page-top{
    
    background: #155482;
 
    
    /*background: radial-gradient(93.54% 93.54% at 50% 50%, #1A6AA5 0%, #000000 100%);*/
    background-image: url(../img/car.png), radial-gradient(93.54% 93.54% at 50% 50%, #155482 0%, #000000 100%);
     background-position: center; 
    background-repeat: no-repeat;
    background-size: 100%;
    /*min-height: 100vh;*/
    background-attachment: fixed;
    height: 100%;

}
.gallery-item-img1{
    width: 100%;
    position: absolute;
}

.modal-content{
        background-color: #155482;

    
   background-image: url(../img/bg.png), radial-gradient(93.54% 93.54% at 50% 50%, #155482 0%, #000000 100%);
   background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
    background-size: 101%;
    box-shadow: 0 10px 10px -5px #000;
}
.modal-content h3{
    font-family: HankookTTFMediumOblique;
}
.modal-content p{
    font-family: HankookTTFMediumOblique;
    font-size: 15px;
    line-height: 24px;
    max-width: 240px;
    margin: auto;
     margin-top: 25px;
     color: #ada8a8;
}
.modal-content p.touch{
    font-family: HankookTTFLight;
    font-size: 12px;
    line-height: 24px;
    max-width: 240px;
    margin: auto;
     margin-top: 35px;
     color: #17b4c4;
    
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #1786fb;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}