/*
:root {
    --primary-blue: #3C5AAA;
    --secondary-blue: #CEE4F4;
    --tertiary-blue: #F3F4F9;
    --btn-hover: #4678D1;
    --primary-dark: #222;
}
*/


#edu-player .yt-playlist a.vs-video-outer {
    border-radius: 2em 2em 0 0;
}
#edu-player .yt-playlist .uk-slider-container {
    border-radius: 0 0 2em 2em;
}

.rcbg .vs-container-fluid:nth-child(2n+1) .col-md-7{
    order: 2;
}

section {
    padding-top: 5em!important;
}

.school-tag span {
    background: #EEE;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    display: inline-block;
    margin: 5px;
}
/* .video-plant:after {
    background: url(/vsAssetFile/global/img/education/future-school/video-plant.svg);
    content: "";
    display: block;
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: -120px;
    left: -120px;
    background-repeat: no-repeat;
    background-size: contain;
} */

.gradient-overlay {
    position: relative; 
    overflow: hidden; 
}

.gradient-overlay::after {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0) 40%, 
        rgb(255, 255, 255) 100% 
    );
    pointer-events: none; 
    z-index: 1; 
}

.bg-fixed-desktop {
    background-attachment: fixed;
}

.desktop-title {
    display: block;
}
.mobile-title {
    display: none;
}

.hero-content {
    position: relative; 
    z-index: 2; 
    top:60% ;
}

.mobile-bg{
    display: none;
}
.mainkvbg{
    display: block;
}

.vs-topnav {
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 4px 4px -4px #DDDDDD5E;
    box-shadow: 0 4px 4px -4px #DDDDDD5E;
    padding: 0 .2em;
    z-index: 999;
}

.twentytwenty-before-label {
    background: #404040!important;
    z-index: 5;
    font-weight: bolder;
}

.twentytwenty-after-label {
    background: #94C3E7!important;
    width: 100%;
    font-weight: bolder;
    
}

.twentytwenty-before-label span {
    font-size: 1.1em; 
    font-weight: 600;
}

.twentytwenty-after-label span {
font-size: 1.1em; 
font-weight: 600;
color: #404040;}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
    width: 5px!important;
}


#product-filter .uk-card-default, .uk-card-default {
    border-radius: 10px;
}
.uk-card-body{
    padding: 10px 20px;
}
.btn-md {
    padding: .9em 3em;
}

#allpj .btn-white-dark {
    background-color: #fff;
    min-width: 225px;
}


.btn-blue-secondary {
    background: #fff;
    color: var(--vs-blue-font-hover);
    border: 1px solid var(--vs-blue-font-hover);
}
.btn-blue, .btn-blue-light {
    background: var(--vs-blue-hover);
    font-weight: 700;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: .5px;
    margin-top: 0;
    color: var(--vs-blue-font-hover);
    padding: .5em 2em;
    text-transform: uppercase;
    transition: border .5s, color .5s, background .5s;
    -webkit-transition: border .5s, color .5s, background .5s;
    min-width: 180px;
}

.btn-white-dark {
    background-color: #fff;
    min-width: 225px;
}



div#myTabContent{
    background-color: unset;
    box-shadow: none;
}

:root {
    --vs-blue: #94c3e7;
    --vs-blue-hover: #b2d7f1;
    --vs-blue-light-hover: #c4e8fd;
    --vs-blue-font-hover: #404041;
    --vs-blue-font: #41538A;
    --vs-blue-disabled: #dce5ed;
    --vs-blue-bg: #f0f4f7;
    --vs-blue-bar-hover:#ddeaf6;
    --vs-grey-bg:#f9f9f9;
}
.btn-blue-primary,.btn-blue-secondary,.btn-blue-ghost {  
    font-weight: 700;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: .5px;
    margin-top: 0;
    padding: 0.9em 3em;
    /* text-transform: uppercase; */
    transition: border .5s, color .5s, background .5s;
    -webkit-transition: border .5s, color .5s, background .5s;
    min-width: 200px;
}
.btn-blue-primary{background: var(--vs-blue);color: var(--vs-blue-font-hover);border: 1px solid var(--vs-blue);}
.btn-blue-secondary{background: #fff;color: var(--vs-blue-font-hover);border: 1px solid var(--vs-blue-font-hover);}
.btn-blue-ghost{color:var(--vs-blue-font-hover);border: 1px solid var(--vs-blue-font-hover);}
.btn-blue-primary:hover,.btn-blue-primary:active,.btn-blue-secondary:hover,
.btn-blue-secondary:active{background: var(--vs-blue-hover);color: var(--vs-blue-font-hover);border: 1px solid var(--vs-blue);box-shadow:0 0 0 1px var(--vs-blue)}
.btn-blue-ghost:hover{background: #fff;color: var(--vs-blue-font-hover);border: 1px solid var(--vs-blue-font-hover);}
.btn-blue-ghost:active{background: var(--vs-blue-hover);color: var(--vs-blue-font-hover);border: 1px solid var(--vs-blue);}


.uk-card-footer{
    border-top:none!important;
}

/* .edu-home {
    background-image: url(/vsAssetFile/global/img/golf/Screen-Golf-Brochure-SC01.jpg);
    background-position: 50% 0%;
    height: 1250px;
    background-repeat: no-repeat;
    background-size: cover;
} */

#navbarCollapse .nav-item a.nav-link:hover {
    color: inherit;
}
#navbarCollapse .mr-auto .nav-item a.nav-link:before{
display: none;

}

.future-school{background-image:url(/vsAssetFile/global/img/education/future-school/top-banner.jpg);background-position: 50% 0%;height: 930px; background-repeat: no-repeat;}
.plant:before {
    background: url(/vsAssetFile/global/img/education/software/Plant.svg);
    content: "";
    display: block;
    position: absolute;
    width: 320px;
    height: 320px;
    bottom: -25%;
    right: 15%;
    background-repeat: no-repeat;
    background-size: contain;
}


.ic-hard{
    position: absolute;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
    top: -10%;}

.ic-service{
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 0;
}

.ic-soft{
    position: absolute;
    bottom: 0;
    right: 0;
}
.blue-linear-gradient {
    background: linear-gradient(
      to top, 
      rgba(235, 246, 255, 1), 
      rgba(235, 246, 255, 0)
    );
  }

#hardware,#software,#service{transform: scale(.85);transition: .5s;}

.show.active #hardware.animate  {transform: scale(1.3); transition: transform .5s;}
.show.active #software {transform: scale(1.3); transition: transform .5s;}
.show.active #service  {transform: scale(1.3); transition: transform .5s;}

.collapse.show #hardware {transform: scale(1.3); transition: transform .5s;}
.collapse.show #software {transform: scale(1.3); transition: transform .5s;}
.collapse.show #service {transform: scale(1.3); transition: transform .5s;}
.hardware-title:before  {

    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
    top: -35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.software-title:before {

    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
    bottom: -35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}
.service-title:before {

    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
    bottom: -35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}
.eco-content-m{
    max-width: 440px;
    margin: auto !important;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

section#myviewboard:target:before, section#manager:target:before,section#classswift:target:before,section#teamone:target:before,section#universe:target:before{
    content: "";
    display: block;
    height: 40px;
}



.sticky-top-software.uk-sticky{ position: fixed; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: #ffffffd1;}
.sticky-top-software.uk-sticky .navbar-brand{ opacity: 0; width: 0; min-height: 50px }
.sticky-top-software.uk-sticky.uk-active .navbar-brand{ width: inherit; opacity: 1; -webkit-transition: .5s; transition: .5s;}
.sticky-top-software.uk-sticky.uk-active {opacity: 1 !important;z-index: 999;}
.sticky-top-software .navbar {-webkit-box-shadow:none;box-shadow:none;}
.sticky-top-software .nav-link {
    font-weight: 400;
}




.sticky-margin{margin-top: -56px;}




.yellow-ball {
    position: absolute;
    right: -50px;
    bottom: 60px;
}

.green-ball {
    position: absolute;
    left: -30px;
    top: 150px;
}


@media (min-width: 1920px) {
    .bg-sunball { background-size: 120%; }
    .ball-2k-padding { padding: 10vh 0; }
    
    /* .bs-home-kv .uk-position-bottom { bottom: 160px;} */

}

 @media (min-width: 2560px) {

     .bg-sunball { background-size: 90%; }
 }

@media (max-width: 1600px) {
.software-bg{background-position: 50% 12%; height:1200px;}
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .bg-sunball {
         background-size:200%;
     }
}
@media (max-width: 1200px) {
    .home-kv-title {
        display: contents;
    }

    .video-plant:after {
        display: none;
    }
   
    .plant:before {
        display: none;
    }
    .sticky-margin {
        margin-top: 0;
    }
    .sticky-top-software nav.navbar.navbar-expand-md.d-flex.p-0 {
        display: none !important;
    }

    #navbarCollapse .nav-item{
        padding-bottom: unset;
        background: unset;
        color: unset;
        border-bottom: unset;
        padding: 5px 1em;
        font-weight: 400;
        color: #333;
        font-size: 1rem;
        letter-spacing: 0.5px;
        overflow: hidden;
    
    }
    #allpj .end-cta {
        width: 70cqw;
    }
    
}


@media (min-width: 1280px) and (max-width: 1600px) {
    .home-kv-title > div {
      top: -100px;
    }
  }
  


@media (max-width: 997px) {
    
    .vline:before {
        display: none;
    }
}



@media (max-width: 768px) {
    .software-logo{max-width: 200px;}
   
    
    .desktop-title {
        display: none;
    }
    .mobile-title {
        display: block;
        text-align: center; 
        font-size: 1.5rem; 
        line-height: 1.4;  
    }
    .mobile-bg {
        display: block;
    }
    .mainkvbg{
        display: none;
    }
    
    .order-rwd-1{
        order: 1;
    }
    .order-rwd-2{
        order: 2;
    }
    .bg-fixed-desktop {
        background-attachment: initial!important;
    }

}

@media (max-width: 576px) {
.p-sm-4{padding: 1.5rem!important;}
.eco-content-m { max-width: 240px;}
.eco-icon { max-width: 80px;}
.ic-hard { top: -5%;}
.ic-service ,.ic-soft{ bottom: 25%;}

    }
