* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
::-moz-selection {
    background-color: #6366F1;
    color: #fff;
}  
::selection {
    background-color: #6366F1;
    color: #fff;
}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {    
    margin: 0 auto;
    padding: 0;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
}
a {
    text-decoration: none !important;
}

.nes_gradiant {
    background-size: 100%;
    background-repeat: repeat;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #463ACB;
    background-image: linear-gradient(90deg,#4ab1f1,#566cec 25%,#d749af 75%,#ff7c51);
  }
.box-shadow { 
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); 
}
.floating {
    animation: floating 3s ease infinite;
    will-change: transform;
}
.head-logo {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    background-size: 100%;
    background-repeat: repeat;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #566cec;
    background-image: linear-gradient(269.95deg, #FF4647 -1.89%, #D749AF 38.22%, #566CEC 69.7%, #4AB1F1 101.19%);
}
.nes-nav {
    box-shadow: 0 0 7px rgba(191, 188, 188, 0.4);
    background: #FFFFFF !important;
}
.nav-item {
    padding: 0 10px;
}

.footer {
    /*background: linear-gradient(90.1deg, #E7E8FC 0.08%, #FDE9E0 98.71%);*/
    background: #FFF;
    border-top: solid 1px #ccc;
}
.footer-logo {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    background-size: 100%;
    background-repeat: repeat;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #566cec;
    background-image: linear-gradient(269.95deg, #FF4647 -1.89%, #D749AF 38.22%, #566CEC 69.7%, #4AB1F1 101.19%);
}
.footer-title {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.03em;
}



/* Works */
.nes-works {
    padding: 0 4rem;
  }
  .hero {
    width: 100%;
    min-height: 20vh;
    background-size: cover;
    position: relative;
    padding: 80px 0 60px 0;
  }
  
  .hero h2 {
    margin: 0 0 10px 0;
    font-size: 38px;
    font-weight: 700;
    font-family: var(--font-secondary);
  }
  
  .hero h2 span {
    position: relative;
    z-index: 1;
    padding: 0 5px;
    display: inline-block;
  }
  
  .hero h2 span:before {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-primary);
    z-index: -1;
  }
  
.hero .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
    background: var(--color-primary);
}

.hero .btn-get-started:hover {
    background: #2cbc85;
}
  
@media (max-width: 768px) {
    .hero h2 {
        font-size: 32px;
    }
}

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}
.flex-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
}



.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
  }
  
  .icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    fill: currentcolor;
    transition: transform .25s ease-in-out;
  }
  .icon-link:hover > .bi {
    transform: translate(.25rem);
  }
  
  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
  }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
.feature-icon-small {
    width: 3rem;
    height: 3rem;
}



/** CS Page **/
.cs-banner {
    background-attachment:fixed;
    background-position:50%;
    background-size:cover;
    background-repeat:no-repeat;

    width: 100%;
}

.banner {
    position: relative;
  }
  
  .banner img {
    /* Make image responsive */
    display: block;
    width: 100%;
  }




/*** Home page ***/
.hero {
    background-image: url('../img/home-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center !important; 
}
.brand-logo {
    text-align: center;
}
.brand-logo .brand-logo-img {
    max-width: 15%;
    margin: 0 30px;
    max-height: 30px;
}
.brand-logo .brand-logo-img:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .brand-logo {
        text-align: center;
    }
}


.cs-banner {
    background-image: url('../img/designs/vendor/home-banner.png');
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center !important;
    width: 100%;
}

.csb {
    width: 100%;
    padding: 1.5em 0;
    background: #;
}
.csb  .row {
    align-items: center;
}
@media screen and (max-width: 567px) {
    .csb {
        text-align: center;
    }
}


.backtotop {
    width: 50px;
    height: 50px;
    background: #FF5733;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 0px;
    display: none;
    border: 0;
    text-align: center;
    line-height: 50px;
}
.preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.dots {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.dots::before, .dots::after {
    content: "";
    border: 15px solid #FF5733;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
            animation: loader 2s linear infinite;
    opacity: 0;
}
.dots::after {
    -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
}
@-webkit-keyframes loader {
    0% {
        transform: scale(0); opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(0.7); opacity: 0;
    }
}
@keyframes loader {
    0% {
        transform: scale(0); opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(0.7); opacity: 0;
    }
}



.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 575px) {
    .section {
    padding-top: 80px;
    padding-bottom: 80px;
    }
}




/*** Case Study Details ***/
.cs-banner {
    background: #000;
}

.gallery-item {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}
.gallery-item:hover {
    transform: scale(1.03);
}
.gallery-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.cs-highlight {
    background-image: linear-gradient(90deg,#4ab1f1,#566cec 25%,#d749af 75%,#ff7c51);
    padding: 25px;
    color: white;
    border-radius: 10px;
}

.portfolio {
    background-image: url('../img/home-bg.jpg');
    background-repeat: no-repeat;
}


.abi-bannerbg {
    width: 100%;
    padding: 1.5em 0;
    background: url('../img/home-bg.jpg');
    background-attachment:fixed;
    background-position:50%;
    background-size:cover;
    background-repeat:no-repeat;
}
.abi-bannerbg .row {
    align-items: center;
}