/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* FONT USED: INTER TIGHT (Google) */

@font-face {
  font-family: 'Core';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/core200.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Core';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/core400.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Core';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/core600.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Core';
  font-style: normal;
  font-weight: 800;
  src: url(fonts/core800.woff2) format('woff2');
  font-display: swap;
}

.toprad {border-top-right-radius: 100px;border-top-left-radius: 100px;}
.bottomrad {border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;}

@media only screen and (max-width: 600px) {
.toprad {border-top-right-radius: 50px;border-top-left-radius: 50px;}
.bottomrad {border-bottom-right-radius: 50px;border-bottom-left-radius: 50px;}
}

blockquote em {font-size: 22px;color: #d61e5c;}
.shadow {text-shadow: 0px 0px 13px #000000;}
.shadow2 {text-shadow: 0px 0px 8px #000000;}
.expand {transition: transform 0.3s ease;}
.expand:hover {transform: scale(1.05);}
.menu-primary .menu-borders.needs-after::after {border-bottom-width: 0px!important;}
.border-top-right .t-inside {border-top-right-radius: 50px;}
body.menu-custom-padding .col-lg-0.logo-container {
    padding-top: 32px;
    padding-bottom: 32px;
}


.homeicons img {width:50px!important;}

#videocontainer {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('video.mp4') no-repeat center center / cover;
  z-index: 1;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('overlay.png') no-repeat center center / cover;
  z-index: 2;
}


body.menu-custom-padding .col-lg-0.logo-container {
    padding-top: 22px;
    padding-bottom: 22px;
}

.period {color:#e10074!important;}
.boxed {background-color:rgba(30,35,76,0.6);padding:40px;}
.trainparallaxdiv {margin-bottom:-6px;}
.trainparallax {width:2000px!important;max-width:2000px!important;margin-left:30%;}
.trainparallax2 {width:2000px!important;max-width:2000px!important;margin-left:0%;}
.blur-menu-top #masthead:not(.is_stuck) .menu-container {backdrop-filter: blur(20px)!important;}
.topradius img { border-top-left-radius: 20px; border-top-right-radius: 20px;}
.toprightradius img { border-top-right-radius: 100px;}
.toprightradius { border-top-right-radius: 100px;margin-right:40px;}
.bottomradius {  border-bottom-right-radius: 150px;margin-right:40px}
.rightradius img { border-top-right-radius: 100px; border-bottom-right-radius: 100px;}
.toprightradius2 { border-top-right-radius: 150px; border-bottom-right-radius: 150px;margin-right:40px}
.tiny p {font-size:10px!important;}
.imgoverlay1 {margin-top: 18px!important;}
.imgoverlay2 .single-wrapper {margin-top:-590px!important;}


/* NINJA FORMS */
.nf-form-content label {font-size:15px!important;}
.nf-form-content input:not([type=button]) {border: 2px solid #c4c4c4!important;}
.nf-field-label {text-align:left!important;}
.nf-form-content .label-above .nf-field-label {margin-bottom: 2px!important;}
input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit) {font-size:15px!important;padding: 16px 39px !important;background: #000000; color: #FFFFFF!important;border:none!important;}
input[type=submit]:hover {background: #d61e5c!important;}
.nf-form-content .list-select-wrap .nf-field-element>div {border: 2px solid #c4c4c4!important;}
.nf-form-content textarea {border: 2px solid #c4c4c4!important;}
input[type=radio] {height:15px!important;width:15px!important;}

/* NINJA FORMS - Google ReCaptcha*/
.grecaptcha-badge {display:none!important;}

/* Get in Touch Floating Button */
.floating {
    display:block;
    position: fixed;
    bottom: -100px; /* Start hidden below the screen */
    right: 27px;
    width: auto;
    background-color: #001e3a;
    color: #ffffff;
    transition: bottom 0.3s ease-in-out;
    z-index:10;
}

.floating:hover {
    background-color: #d61e5c;
}

#contact-floating-button .dashicons-email {font-size:19px!important;}
#contact-floating-button {display:block; padding:12px 25px 12px 25px; color: #ffffff;}
