
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*background: rgba(0, 0, 0, 0.47);*/
    background: #fff;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


@font-face {
    font-family: myFirstFont;
    src: url('fonts/Microsoft Sans Serif.ttf');
}
@font-face {
    font-family: myFirstFont-regular;
    src: url('fonts/Microsoft Sans Serif Regular font.ttf');
    font-weight: 300 !important;
}
@font-face {
    font-family: calibri-regular;
    src: url('fonts/calibri-regular.ttf');
}

@font-face {
    font-family: ntailu;
    src: url('fonts/ntailu.ttf');
}
@font-face {
    font-family: ink-free;
    src: url('fonts/ink-free.ttf');
}
@font-face {
    font-family: optima;
    src: url('fonts/OPTIMA.woff');
}
@font-face {
    font-family: acumin-variable-Concept;
    src: url('fonts/Acumin-Variable-Concept.ttf');
}
.container-fluid{
    padding-left: 30px;
    padding-right: 30px;

}

* {
    font-family: myFirstFont;
}
.main-menu ul.navbar-nav li a {
    font-family: myFirstFont-regular;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 17px;
    padding: 23px 15px;
    position: relative;
    letter-spacing: 4px;
}
.contact-heading{
    font-family: ntailu;
    letter-spacing: 5px;
    font-weight: 600 !important;
    padding-bottom: 12px;
} .contact-paragraph{
      font-family: ntailu;
      letter-spacing: 4px;
      margin-bottom: 5px;
  }

.container-fluid2{
    padding-right: 50px;
    padding-left: 50px;
}

.service-heading{
    color: #5cf2ff;
    font-family: ink-free;
    letter-spacing: 4px;
    word-spacing: 2px;
    font-size: 20px;
}

.service-us-contain p{
    letter-spacing: 3px;
    font-family: ntailu;
    font-size: 17px;
    padding-right: 60px;
}
.shortfilm-text{
    padding:0px 145px;

}
.shortfilm-text p {
    font-family: optima;
    font-size: 15px;
    letter-spacing: 3px;
}
.back-next-icon button{
    background: transparent;
    border: 0;
    padding: 0px 4px;
}
.back-next-icon {
    text-align: center;
    position: absolute;
    top: -105px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    z-index: 1111;
}
.back-next-icon i{
    font-size: 8px;
    background: lightgrey;
    border: lightgrey solid 1px;
    border-radius: 50%;
    color: lightgrey;
    width: 8px;
    height: 8px;

}
.about-us-contain, .service-us-contain {
    padding: 80px 4px 21px 0px
}
.about-us-contain >*{
    font-family: ntailu;
}
.footer-section {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    padding: 0px 0px;
    z-index: 1111;
    padding-bottom: 8px;
    background: #000000b0;
    /*mix-blend-mode: hard-light;*/
    padding: 11px 0px;
}
.footer-section .footer-1{
    margin: 0px;
    font-family: myFirstFont-regular;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: initial;
    position: relative;
    top: 3px;
}
.footer-section .footer-2{
    margin: 0px;font-size: 12px;
    font-family: calibri-regular;
    letter-spacing: 2px;
    position: relative;
    top: 2px;
    padding-right: 2px;
}
.social-icons{
    list-style-type: none;
    padding-top: 13px;

}
.social-icons li{
    display : inline;
    margin-left: 8px;

}


.owl-carousel .owl-item img{
    max-width: 100%;
    max-height: 100vh;
    width: 100%;
    margin: auto;
    height: 100vh;
    object-fit: cover;
}


.loader-text-contain{
    height: 100%;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    background: #000000cf;
}
.text-loader {
    text-transform: uppercase;
    background: linear-gradient(to right, #30cfd0 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10vw;font-weight: 600;
    font-family: "Poppins", sans-serif;
    /*filter: blur(0px);*/
    /*animation: vibrate 76ms linear infinite forwards;*/
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #06071100;
    color: transparent;
    /*text-shadow: 0 0 2px rgb(255 255 255) !important;*/
    /*text-shadow: 1px 0px 12px rgb(255 255 255) !important;*/
    text-shadow: 0 -1px 4px #fff, 0 -2px 6px #fff, 0 -6px 20px #ffffff, 0 -9px 20px #fff, 5px 5px 5px rgb(255 255 255 / 49%);
}
.dropdown-menu {
    min-width: auto;
    background: #fff0;
    border: 0px;
    padding: 0px 0;
    margin: 0px 0 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0%);
}
.dropdown-menu  li {
    margin-top: 1px;
}
.dropdown-menu  li a{
    background: #16164700;
    padding: 10px;
    color: #fff;
    border:  2px solid #ffffff00;
    text-align: center;
    font-size: 10px;
}
.dropdown-menu li a:hover {
    background: #16164700  !important;
    color: transparent;
    /*text-shadow: 0 0 2px rgb(255 255 255) !important;*/
    text-shadow: 0 -1px 4px #fff, 0 -2px 10px #fff, 0 -10px 20px #ffffff, 0 -18px 40px #fff, 5px 5px 5px rgb(255 255 255 / 49%);

}
 
.dots-images{
    display: none;  width: 70px;margin-top: 10px;}

@media only screen and (max-width: 850px) {
    #slider img {
        max-width: 100%;
        max-height: 100vh;
        width: 100%;
        margin: auto;
        height: 100vh;
        object-fit: cover;
    }
    body{  background: #000;  }
    img.loader-image  {

        max-width: 100%;
        max-height: 100vh;
        width: 100%;
        margin: auto;
        height: 100vh;
        object-fit: contain;
    }
}

@media (max-width:  850px) {
    ul.social-icons {
        text-align: center !important;
        float: unset !important;
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    body{  background: #000;  }
    img.loader-image  {

        max-width: 100%;
        max-height: 100vh;
        width: 100%;
        margin: auto;
        height: 100vh;
        object-fit: contain;
    }
}
@media only screen and (min-width: 1200px) {
    .dots-images{
        display: block;
    }
}

