
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    /* leave place for fixed navbar and footer */
    padding-top: 5rem;
    /* padding-bottom: 8rem; */
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    
    /* disable mobile browser adjusted text sizes */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

/* for scrollable anchor links - also position with the fixed header offset */
.scrollto-anchor {
    position:absolute; 
    top:-5rem;
}

/* base colors everywhere */
.theme-color {
    color: #9d2235;
}

.theme-color-active {
    color: #39cEe8;
}

a {  
    transition: 0.5s;
    color: #9d2235;
}

a:hover {
  text-decoration: none !important;
}

a:hover, a:active {
    color: #9d2235;
}

a.nav-link, .langsеl a {
    color: #000;
}

a.nav-link:hover,  a.nav-link:active, .langsеl a:hover {
    color: #9d2235;
}

li.menu-active a {
    color: #9d2235;
}

button:focus {
    outline: 1px dotted !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1,
h2 {
   color: #9d2235;
}

p {
  line-height: 1.55;
  color: #333;
}

.section-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

section {
    position: relative; /* for allowing absolute positions inside */
    background-color: #fff;
}

.safe-width {
    max-width: 100%;
}

/* ==========================================================================
   Main elements
   ========================================================================== */

#loaderPlaceholder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/loader_red.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    z-index: 99999 !important;
}

/* ==========================================================================
   Header
   ========================================================================== */

#header {
    z-index: 50;
    height: auto;
    background-color: #fff;
}

#header.scrolled {
   box-shadow: 0px 10px 15px 0px rgba(110,110,110,0.75);
}

.navbar-nav {
    font-weight: 400;
    font-size: 1.3rem;
}

.navbar-toggler:focus {
    outline: none !important;
}

#contactbar {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 300;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #444;
}

#contactbar i, #contactbar a {
    color: #444;
}

.inline-item {
    display: inline-block;
    margin-left: 0.6rem;
}

.nav-logo img {
    height: 3rem;
}

.nav-logo {
    margin-right: 2rem;
    /* adjust to make logo visually more evenly spaced */
    top: -0.2rem;
    position: relative;
}

.separator {
    opacity: 0.1;
    border-bottom: 1px solid #9d2235;
}

#scrollTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 56px;
  height: 56px;
  border-radius: 20%;
  background: #9d2235;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

.scrolltop:hover,
.scrolltop:active,
.scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Footer Styling
  ================================================== */

.site-footer {
    background-color: #111;
    padding: 0;
    width: 100%;
    
    /*    
    position: fixed;
    z-index: -1;  
    bottom: 0;
    */
}

.site-footer h2,
.site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #000;
  padding: 20px 0;
}

.footer-icon-links {
    font-size: 1.5rem;
}

.footer-icon-links .inline-item {
    margin: 0;
}

.footer-icon-links .inline-item:not(:first-child) {
    margin-left: 2rem;
}

/* ==========================================================================
   Main banner
   ========================================================================== */


.hero {
  display: flex;
  position: relative;
  color: #fff;
  width: 100%;
  height: 95vh;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

#heroCover1, #heroCover2 {
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-color: transparent;
}

.hero-content {
    z-index: 1;
    /* 
    the shadow doesn't look nice on all images
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.15);
    */
}

.play-button {
    width: 15vh;
    height: 15vh;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-size: 6.5vh;
    text-align: center;
    line-height: 15vh;
    padding-left: 2vh;
}

.play-button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#productName {
    background-color: #fff;
    color: #9d2235;
    padding: 0.5rem;
    margin: 0.5rem;
    font-size: 6vh;
    font-weight: 900;
}

#intro {
    
}


.thumb-launcher {
    margin: 1rem;
    position: relative;
    display: table; 
    text-align: center;
    margin: 0.5rem auto;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
} 

.thumb-launcher:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.thumb-launcher img {
    width: 100px;
    height: 100px;
    max-width: 20vw;
    max-height: 20vw;
}

.thumb-launcher .title-cont {
    /* vertical center */
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    user-select: none;
}

.thumb-launcher .title {
   background: #fff;   
   color: #000;
   font-size: 1.5rem;
   font-weight: 900;
}

/* ==========================================================================
   Responsive transforms
   ========================================================================== */

@media (max-width: 992px) {
    #contactbar  {
      display: none;
    }

    body {
      padding-top: 3rem; /* compensate hidden contacts row */
      /* padding-bottom: 12rem; */
    }
    
    .langsеl {
       border-top: 1px solid #9d2235;
       margin-top: 1rem;
       padding-top: 1rem;
       padding-bottom: 1rem;
    }
}
