/* Global */
.position-absolute.center{
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
p, .p, li{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.bg-pale-gray{
 background-color: #E6E2E4;
}
h1, .h1{
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
}
h2{
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
}
.bg-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.f-xs{
    font-size: 11px;
    line-height: 18px;
}
.fw-300{
    font-weight: 300 !important;
}
.round-30{
    border-radius: 30px;
}
ul{
    padding-left: 1.5rem;
}
.border-top-left-20{
    border-top-left-radius: 20px;
}
.border-top-right-20{
   border-top-right-radius: 20px;
}
.round-20{
    border-radius: 20px;
}
.vh100{
    height: 100vh;
}
  
/* Menu / Navigation Bar */
/* .linear-menu-background {
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
} */

.scrolled-up {
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* #main-nav {
    transition: background-color 0.5s ease;
} */

.navbar-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030!important;
}
.navbar-toggler {
    z-index: 99999;
}
.navbar-toggler .bar {
    width: 30px;
    height: 4px;
    margin: 7px 0;
    transition: 0.4s;
    background:#fff;
}
/* .navbar-toggler .bar.bar2{
    width: 17px;
}
.navbar-toggler .bar.bar3{
    width: 30px;
} */
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler.expanded .bar{
    background:#000;
}
.navbar-toggler.expanded .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 8px);
    transform: rotate(-45deg) translate(-5px, 8px);
}
.navbar-toggler.expanded .bar2 {
    opacity: 0;
}

.navbar-toggler.expanded .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -12px);
    transform: rotate(45deg) translate(-7px, -12px);
    /* width: 24px; */
}

.menu--fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out, z-index 1000ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.menu--fade.show {
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.menu--fade .menu__content {
    background: #fff;
    padding: 110px 30px 30px;
}
.menu--fade.show .nav-link{
    color: #000;
}
#menu-fade li{
    list-style-type: none;
    margin-bottom: 1.5rem;
}
.nav-link{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.navbar-nav li{
    padding: 0px 20px;
}
/* .scrolled-up .navbar-brand p,
.scrolled-up .navbar-collapse,
.scrolled-up .nav-link,
.scrolled-up #menu-logoText small {
    color: #000 !important;
} */
.scrolled-up .navbar-collapse:hover,
.scrolled-up .nav-link:hover,
.nav-link:hover,
.navbar-light .navbar-nav .active-link > .nav-link{
    color: #E1251B !important;
}
/* #menu-logoText small{
    font-size: 10px;
    line-height: 10.5px;
} */
/* .scrolled-up #main-nav{
    background: rgba(255, 255, 255, 0.7);
} */
/* .scrolled-up nav{
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
} */
/* #wrapper-navbar nav{
    border-bottom: 1px solid #FDFDFD;
} */
/* Site's OR Menu Logo */
/* .scrolled-up .sitelogo {
    filter: grayscale(100%) brightness(0);
} */
.sitelogo{
    width: 114px;
    height: auto;
}
/* .lenovo-logo{
    width: 114px;
    height: auto;
}
.intelCore-logo{
    width:auto;
    height:  64.15px;
}
.intelvPro-logo{
    width: auto;
    height: 64.15px;
} */
/* .line{
    border: 0;
    border-bottom: 1px solid #FCFCFC;
} */

/* Footer */
.footer-section{
    font-size: 12px;
    line-height: 20px;
}
.footer-section a{
    color: #000;
}

/* Homepage */
.lenovo-logo{
    width: 127px;
    height: auto;
}
.intel-copilot-logo{
    width: 221px;
    height: auto;
}
.btn{
    border-radius: 30px;
    padding: 10px 22px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    min-height: 56px;
    display: inline-flex;
    justify-content: center; 
    align-items: center; 
}
.btn-pri{
    background-color: #F26A52;
}
.btn-pri:hover{
    background-color: #fff;
    color: #F26A52;
}
.btn-purple{
    width: 190px;
    background-color: #7A126B;
    border: 1px solid #7A126B;
}
.btn-purple:hover{
    background-color: #fff;
    color: #7A126B;
    border: 1px solid #7A126B;
}
small.position-absolute{
    right: 0;
    bottom: 20%;
}
.copilot-card{
    min-height: 500px;
    border-radius: 20px;
    background-color: #EAEEF5;
}
.bg-gradient-red{
    background-image: url(../images/gradient-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.number-logo{
    width: 75px;
    height: auto;
}
.percentage{
    font-size: 72px;
    line-height: 80px;
}
#ai-in-numbers .col-lg-8 .col-lg-4 .w-lg-85 p{
    font-weight: 300;
}
.ai-pcs-card{
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.scroll-down{
    width: 25px;
    height: auto;
    animation: moveUpDown 2s infinite;
}
#lenovo-ai-pc p{
    font-size: 16px;
    line-height: 28px;
}
#contact-us .col-lg-6 > .bg-image{
    min-height: 650px;
}
/* form */
.mktoTextField, .mktoFormCol, .mktoFieldWrap, select, .mktoTelField, .mktoEmailField, .mktoCheckboxList, .mktoForm, .mktoButtonRow, textarea {
  width: 100% !important;;
}
input, select{
  border: 1px solid #C1C7CD !important;
  border-radius: 10px;
  padding: 12px 16px !important;
}
.mktoRequired.mktoTextField, select.mktoRequired, .mktoRequired.mktoTelField, .mktoRequired.mktoEmailField{
  width: 98% !important;;
}
.mktoButtonRow{
    text-align: center !important;
}
.mktoButtonWrap{
    margin: 0 !important;
}
button.mktoButton{
    border-radius: 30px !important;
    background-color: #F26A52 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    border: 0 !important;
    text-shadow: none !important;
    padding: 0 22px !important;
    height: 56px !important;
    width: 170px !important;
}

@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}


@media only screen and (max-width: 480px) {
    input{
        padding: 22px 16px !important;
    }
    #contact-us h2{
        font-size: 34px;
        line-height: 1.2;
    }

}
@media only screen and (max-width: 767px) {
    h1, .h1{
        font-size: calc(1.575rem + 3.9vw);
        line-height: 1.2;
    }
    h3, .h3{
        font-size: 30px;
        line-height: 1.2;
    }
    #contact-us .col-lg-6 > .bg-image{
        min-height: 355px;
    }
}
@media only screen and (max-width: 991px) {
    #main-nav .navbar-brand{
        margin-left: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .w-lg-85{
        width: 85%;
    }
    .display-3{
        font-size: 43px;
    }
    .industry-img {
        min-height: 190px;
        object-fit: cover;
        object-position: center;
    }
}
@media only screen and (min-width: 1200px) {
    #main{
        min-height: 790px;
    }
    .display-3{
        font-size: 3.3rem;
    }
}
@media only screen and (min-width: 1400px) {
    .display-3{
        font-size: 4rem;
    }
}