@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'arsenica';
    src: url('fonts/ArsenicaTrial-Light.woff2') format('woff2'),
        url('/fonts/ArsenicaTrial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arsenica';
    src: url('fonts/ArsenicaTrial-Regular.woff2') format('woff2'),
        url('/fonts/ArsenicaTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    background: #fff;
}

#banner .box {
    background: #0df1ff;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    vertical-align: middle;
}

#banner .box img {
    margin-bottom: 0;
}

section#banner {
    height: 100vh;
}

#banner .container-fluid, #banner .container-fluid .row {
    height: 100%;
}

.bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

section {
    position: relative;
    overflow: hidden;
}

#contact-sec .bg-overlay {
    background: #ffffff;
}

#contact-sec input.form-control {
    background: #fff;
    border: 0px solid #000000;
    border-radius: 0 !important;
    padding: 50px 20px 20px !IMPORTANT;
    margin-bottom: 10px;
    font-family: montserrat,sans-serif;
    font-weight: 700;
    color: #000;
    border-bottom-width: 1px;
}


#contact-sec input.form-control::placeholder {
    color: #17171799;
}

#contact-sec input.btn {
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    padding: 20px 70px !IMPORTANT;
    background: #0df1ff;
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 0 !IMPORTANT;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px;
}

#contact-sec {
    padding: 100px 0 !IMPORTANT;
}
#contact-sec h2 {
    font-family: 'arsenica';
    text-transform: uppercase;
    font-size: 100px;
    color: #000000;
    position: relative;
    width: max-content;
    margin: 0 auto 30px;
}

#contact-sec h2:before {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    bottom: 0;
    background: #0df1ff;
    z-index: -1;
}
#contact-sec textarea.form-control {
    background: #fff;
    border: 0px solid #000000;
    border-radius: 0 !important;
    padding: 20px 20px 20px ! IMPORTANT;
    margin-bottom: 10px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    color: #ffffff;
    border-bottom-width: 1px;
    height: 150px;
    box-shadow: none !important;
}

#contact-sec textarea.form-control::placeholder {
    color: #17171799;
}
.about-ticker, .s-ticker {
    background-image: url(/assets/images/about-s.png);
    background-size: cover;
    background-repeat: repeat;
    height: 20vh;
    opacity: 0.5;
     /* Define a width */
    width: 93%;
    margin: 0 auto;
}

.about-ticker, .s-ticker {
    animation: ticker 30s linear infinite;
}

/* TIKCER */

@keyframes ticker {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -1900%;
    }
}

section#about-sec {
    padding: 150px 0 30px;
}

#about-sec h2 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    color: #000;
}

#about-sec p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#about-sec img {
    position: relative;
    left: 20px;
}
.s-ticker {}

.s-ticker {
    background-image: url(/assets/images/s.png);
    animation: ticker 400s linear infinite;
}

section#what-sec {
    padding-top: 200px;
}

#what-sec h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    color: #000;
}

#what-sec p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
section.work-sec {
    padding-top: 250px;
    padding-bottom: 180px;
    margin-top: 100px;
}

.w-ticker {
    background-image: url(/assets/images/w.png);
    animation: ticker 200s linear infinite;
    background-size: cover;
    background-repeat: repeat;
    height: 20vh;
    opacity: 0.2;
    width: 93%;
    margin: 0 auto;
    transform: scale(1.8);
}
section.work-sec h3 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    color: #000;
}

section.work-sec  a.btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 20px 70px ! IMPORTANT;
    background: #0df1ff;
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 0 !IMPORTANT;
    display: block;
    width: max-content;
    margin-top: 50px;
}

section.work-sec .row.hide {
    content: '\f107';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222221;
    padding: 100px 100px 0px;
    transform: translateX(calc(70%));
    font-size: 122px;
    color: #fff;
    font-family: fontawesome;
    transition: all ease 3s;
}

section.work-sec .row img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

section.work-sec .row.hide h4 {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 36px;
    margin: 20px 0 0;
    letter-spacing: 0.5px;
}

section.work-sec .row.hide:before {
    content: '';
    width: 100px;
    height: 100px;
    background: #0df1ff;
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
section.work-sec .row.hide:hover {
    transform: translateX(0px);
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-35px);
    }
}

section.work-sec .row.hide:hover .col-md-3:nth-child(odd) .item {
    animation: mover 1s infinite alternate;
    transition: 0.5s;
}
@-webkit-keyframes mover_two {
    0% {
        transform: translateY(-35px);
    }
    100% {
        transform: translateY(0px);
    }
}

section.work-sec .row.hide:hover .col-md-3:nth-child(even) .item {
    animation: mover_two 1s infinite alternate;
}
.blog-ticker {
    background-image: url(/assets/images/blog.png);
    animation: ticker 200s linear infinite;
    background-size: cover;
    background-repeat: repeat;
    height: 20vh;
    opacity: 0.5;
    width: 93%;
    margin: 0 auto;
    transform: scale(1.8);
}

section.blog-sec {
    padding: 150px 0 !IMPORTANT;
    margin-top: 40px;
}

section.blog-sec h6 {position: absolute;left: 20px;top: 20px;background: #0df1ff ! IMPORTANT;padding: 5px 20px;font-family: 'Montserrat',sans-serif;font-size: 12px;text-transform: capitalize;}

section.blog-sec img {
    width: 100%;
}

section.blog-sec .blog-img {
    width: 100%;
    position: relative;
}

section.blog-sec h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    padding: 0 20px;
    margin-top: 15px;
}

section.blog-sec p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
}

section.blog-sec .blogimgt {
    position: relative;
}

section.blog-sec  h5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    margin-bottom: 20px;
}

section.blog-sec h5 img {
    width: 30px;
    height: 30px;
    background: #0df1ff;
    object-fit: contain;
    padding: 1px;
}

section.blog-sec h5 span {
    font-family: 'arsenica';
    color: #000;
    font-weight: 400;
    font-size: 12px;
    padding-left: 10px;
}

section.blog-sec .col-md-4 {position: relative;}

section.blog-sec .col-md-4:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: -1;
    box-shadow: 0px 0px 10px 0px #0df1ff7d;
}
section#banner .bg-overlay {
    background: #Fff;
    transition: all ease 1s;
}
header.header {
    display: none;
}
footer#footer p {
    margin-bottom: 0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    line-height: 32px;
    font-weight: 700;
}

footer#footer {
    padding: 20px 0;
    position: relative;
}

footer#footer .bg-overlay {
    background: #0df1ff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#banner.belack .bg-overlay {
    background: #000;
}