/*
Theme Name: Olga Twighlight Portfolio
Author: STG
Description: A custom theme for WordPress site.
Version: 1.1
*/

@font-face {
    font-family: 'CormorantUnicase';
    src: url('./fonts/Cormorant_Unicase/CormorantUnicase-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CormorantUnicase';
    src: url('./fonts/Cormorant_Unicase/CormorantUnicase-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CormorantUnicase';
    src: url('./fonts/Cormorant_Unicase/CormorantUnicase-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CormorantUnicase';
    src: url('./fonts/Cormorant_Unicase/CormorantUnicase-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'CormorantUnicase';
    src: url('./fonts/Cormorant_Unicase/CormorantUnicase-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*  */

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


body {
    margin: 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background-color: #000;
    color: #fff;
}

main {
    position: relative;
    z-index: 0;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (min-width: 576px)  { .container { max-width: 540px;  }  }
@media (min-width: 768px)  { :root { --container-width: 720px; } .container { max-width: 720px; } }
@media (min-width: 992px)  { :root { --container-width: 960px; } .container { max-width: 960px;  } }
@media (min-width: 1200px) { :root { --container-width: 1140px; } .container { max-width: 1140px; } }
@media (min-width: 1400px) { :root { --container-width: 1320px; } .container { max-width: 1320px; } }

/* Additional for 1920px */
@media (min-width: 1840px) {
  :root { --container-width: 1600px; }

  .container {
    max-width: 1600px;
  }
}

/* Additional for 2560px */
@media (min-width: 2500px) {
    :root { --container-width: 2400px; }
  .container {
    max-width: 2400px;
  }
}


h2 {
    font-family: 'CormorantUnicase', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    color: #D3A544;
}

/* preloader start */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;

    color: #fff;

    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 9999;
}

.preloader-video {
    width: 366px;
    max-width: 90%;
}

.preloader-video video {
    width: 100%;
    height: auto;
}

.preloader-button {
    background-color: transparent;
    border: 1px solid #fff;
    color: white;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.preloader-hidden {
    opacity: 0;
    visibility: hidden; 
}
/* preloader end */

/* Menu */
.current_page_item  {
    font-weight: 700;
}

/* Menu Main Navigation */
/* .navigation-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;

    font-family: "CormorantUnicase", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
}

.navigation-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem;
    list-style: none;
}

.navigation-links li {}

.navigation-links li a {
    color: #D3A544;
    text-transform: uppercase;
    text-decoration: none;
} */

/* Menu Footer Links */
.footer-menu {}

.footer-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    list-style: none;
}

.footer-menu li {

}


/* Page Main start */

/*  */

/* Page Main end */