
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #2B2B2A;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #D0AD70;
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}


span{
  color: #D0AD70;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Lato', sans-serif;
}


@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
 

 
}





/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: #2B2B2A;
    top: 0;
    left: 0;
    /* bottom: 7px; */
    width: 100%;
    height: 100vh;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.main-banner .caption {
  text-align: center;
 /* position: absolute; */
  opacity: 0;
display: flex;flex-direction: column;
/* height: 100vh; */
align-items: center;justify-content: space-evenly;}

.caption img{

  /* margin-bottom: 1em; */
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2B2B2A;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.js-preloader img{
  width: 250px;
}
@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #2B2B2A;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #D0AD70;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #D0AD70;
    border-radius: 50%;
}
.welcome{
  position: absolute;
  z-index: 21;
  font-family: 'Lato', sans-serif;
  color: #D0AD70;
  left: 0;
  right: 0;
  top: 80%;
  font-size: 3rem;
display: block;
text-align: center;
opacity: 1;

-webkit-animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) ;
	        animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) ;
}

@media(max-width:800px){
  .welcome{
    top: 70%;
    font-size: 1.5rem;
    padding: 1rem;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2022-4-25 11:59:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-expand {
  0% {
  top:100%;
    opacity: 0;
  }
  40% {
   
    opacity: 0.6;
  }
  100% {
  
    opacity: 1;
  }
}

p{
    color:#D0AD70;
}


.main-button.scroll-to-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  align-items: baseline;
  width: 100%;
}

.main-button.scroll-to-section span{
  margin-right: 0;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}
.main-button.scroll-to-section a{
margin: 6px 5px 0;
}