@import url('font.css');

:root {
    --black: #000;
    --white: #fff;
}


/* * {
    transition: all 0.8s;
} */

body {
    background-color: #000000;
}


html {
    scroll-behavior: smooth;
}


.navbar .container-fluid {
    padding: 15px 100px;
}

.navbar {
    background-color: #000;
    --bs-navbar-toggler-icon-bg: url(../img/icon/navbar-toggler-icon.svg);
    transition: 3s;
}

.navbar-toggler:hover {
    --bs-navbar-toggler-icon-bg: url(../img/icon/navbar-toggler-icon-line.svg);
}

.navbar-toggler-icon {
    width: 2.5em;
}

.main-work {
    background-color: #000000;
}

.navbar a {
    color: var(--white);
}

.hero-banner-img {
    padding-top: 120px;
}

.hero-banner-img img {
    width: 560px;
}

.expror-btn p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 10px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.hero-banner video {
    width: 45%;
    display: block;
    margin: 80px auto 0 auto;
}

.mobile-img {
    display: none;
}

.title {
    text-align: center;
    color: var(--white);
}

.title h2 {
    font-size: 80px;
    font-weight: 700;
    color: var(--white);
}

.title h2 span {
    color: #919191;
}

.h-100vh {
    min-height: 100vh;
}

.digital {
    padding: 100px 0;
}

.hero-banner,
.digital,
.section-text-content {
    background-color: var(--black);
}

main {
    margin-top: -5px;
}

#contact-us {
    background-color: #000;
}

.video-main2 {
    margin-top: 80px;
}

.section-text-content {
    padding: 100px 0 200px;
}

.section-text-content h2 {
    margin: 0 220px;
}

.fadeInUpBig {
    --animate-duration: 8s !important;
}

.section-text-content p {
    color: #adadac;
    font-size: 22px;
    line-height: 33px;
    margin: 0 220px;
}

.section-text-content .profile a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 3px;
    transition: all 0.5s ease-in-out;
}

.section-text-content .profile a:hover {
    letter-spacing: 5px;
    color: #adadac !important;
}

.section-text-content .profile img {
    width: 18px;
}

.service {
    margin-top: 100px;
    position: relative;
}


.service ul li {
    font-family: "Raleway", system-ui;
    list-style: none;
    font-size: 15px;
    line-height: 1.5em;
    color: #ADADAC;
    font-weight: 700;
    position: relative;
}

.service ul {
    margin-top: 40px;
    position: relative;
    margin-left: 20px;
    padding-left: 25px;
}

.service ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    border: 1px solid #969696;
    height: 120%;
}

.lead-generation {
    background-image: url(../img/Lead\ Generation.jpeg);
}

.media-buying {
    background-image: url(../img/Media\ Buying.jpeg);
}

.technology-solutions {
    background-image: url(../img/Technology\ Solutions.jpeg);
}

.social-media {
    background-image: url(../img/Social\ Media\ Management.jpeg);
}

.seo {
    background-image: url(../img/seo.jpeg);
}

.parallax {
    position: absolute;
    width: 48vw;
    min-height: 65vh;
    border-left: 20px solid #000;
    background-attachment: fixed;
    background-position: right center;
    /* background-repeat: no-repeat; */
    background-size: contain;
}

.service p {
    font-family: "Lato", system-ui;
}

.service .service-bg {
    position: relative;
}

.service .title {
    /*height: 65vh;*/
    padding: 50px 0 100px;
    margin-left: 70px;
}

.service .title h3 {
    font-size: 45px;
    margin-bottom: 25px;
    font-weight: 700;
}

.service .title p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 70px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    font-family: "Lato", system-ui;
}


/* .service .container-fluid {
    background-color: #111111;
} */

.footer-img img {
    position: absolute;
    top: 100px;
    left: 150px;
}

.footer-img-logo img {
    height: 120px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

footer .title p {
    font-size: 20px;
    color: #919191;
}

footer a {
    display: block;
    font-size: 20px;
}

.offcanvas {
    background-color: #111;
}

.btn-close {
    --bs-btn-close-bg: url(../img/icon/close.svg);
}

.navbar .nav-item .nav-link {
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
}

.nav-link:focus-visible,
.btn-close:focus {
    box-shadow: none;
}

.nav-link:focus,
.nav-link:hover {
    color: #adadac;
}

.h-30vh {
    height: 30vh;
}

.elementor-img {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.elementor-img>img {
    transition: all 0.3s ease;
}

.elementor-img p {
    position: absolute;
    background: rgba(1, 1, 1, 0.8);
    color: #adadac;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 22px;
    padding: 150px 50px 0 50px;
    z-index: 2;
}

.elementor-img:hover>img {
    transform: scale(1.3);
}

.elementor-img:hover>p {
    opacity: 1;
}

.h-60vh {
    height: 60vh;
}

.contact-us .emial {
    display: grid;
    justify-content: center;
    margin-top: 50px;
}

.navbar-dark {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: #ffffff !important;
}

.nav-menu {
    outline: 0;
    background-color: var(--black);
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    transition: all .4s;
}

@media (max-width:34em) {
    .nav-menu {
        background: #000 !important;
    }
}

.navbar-toggler {
    cursor: pointer;
    outline: 0;
}

.costum-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000 !important;
    position: fixed;
    outline: 0;
}


/* ===== END OF NAVBAR SECTION ===== */

.h-80vh {
    height: 50vh;
}

footer {
    background: url(../video/footer\(2\).gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
}

footer .container {
    position: relative;
}

footer::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000086;
}

.form-control,
.form-control:focus {
    height: 46px;
    color: #fff;
    background-color: transparent;
    border-color: #535353;
    border-width: 0.8px;
    border-radius: 6px;
    box-shadow: none;
}


#button-5 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-5 a {
    position: relative;
    transition: all .45s ease-Out;
}

#translate {
    transform: rotate(50deg);
    width: 100%;
    height: 250%;
    left: -270px;
    top: -30px;
    background: #BFC0C0;
    position: absolute;
    transition: all .3s ease-Out;
}


#button-5 .btn-primary {
    position: relative;
    background-color: #000;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    overflow: hidden;
    height: 50px;
    margin-top: 10px;
    border: 1px solid #ADADAC;
}

#button-5 .btn-primary:hover {
    background-color: #fff;
    color: #000;
    font-weight: 400;
}

#button-5 .btn-primary span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #000000, #ffffff);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

#button-5 .btn-primary span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, #000000, #ffffff);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

#button-5 .btn-primary span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #000000, #ffffff);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

#button-5 .btn-primary span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to top, #000000, #ffffff);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}


@media only screen and (max-width: 1024px) {
    .footer-img img {
        left: 40px;
    }

    .navbar .container-fluid {
        padding: 20px0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .parallax{
        display:none;
    }
    .digital{
        padding: 50px 0px;
    }
    .section-text-content h2,
    .section-text-content p {
        margin: 0px 130px;
    }

    .img-container {
        display: none;
    }

    .title h2 {
        font-size: 50px;
    }

    .mobile-img {
        display: block;
    }

    .section-text-content p {
        font-size: 16px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 768px) {
    .mt-100 {
        margin-top: 120px;
    }

    .w-25 {
        width: 80% !important;
    }

    .hero-banner-img {
        padding-top: 100px;
    }

    .navbar-toggler:hover {
        --bs-navbar-toggler-icon-bg: none;
    }

    .service .title h3 {
        font-size: 38px;
    }

    .section-text-content p {
        font-size: 18px;
    }

    .footer-img img {
        display: none;
    }

    footer {
        height: auto;
    }

    .navbar .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .h-30vh {
        height: 20vh;
    }
}

@media only screen and (max-width: 767px) {

    .digital img,
    .hero-banner .hero-banner-img img {
        width: 80%;
    }

    .hero-banner .hero-banner-img img {
        padding-top: 50px;
    }

    .video-main2 {
        margin-top: 0;
    }

    .digital {
        padding-top: 80px;
    }

    .section-text-content h2,
    .section-text-content p {
        margin: 0;
    }

    .h-100vh {
        min-height: 60vh;
    }

    footer {
        padding: 80px 0;
    }

    .digital video {
        width: 100%;
    }

    .service .title {
        height: auto;
    }

    .footer-img-logo img {
        height: 80px;
    }

    .service .title {
        padding: 60px 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .service .title{
        margin-left: 0px;
    }
    .digital{
        padding: 0;
    }
    .hero-banner.h-100vh {
        min-height: 40vh;
    }

    .section-text-content p {
        font-size: 16px;
    }

    .service .title p {
        font-size: 16px;
        text-align: justify;
    }

    .service .title {
        padding: 20px 0 !important;
    }

    .service ul li {
        font-size: 14px;
    }

    .service .title h3 {
        font-size: 28px;
    }

    .title h2 {
        font-size: 38px;
    }

    .section-text-content p {
        line-height: normal;
    }

    .hero-banner video {
        width: 100% !important;
        margin: 50px auto;
    }

    .h-30vh {
        height: auto;
        margin-bottom: 50px;
        margin-top: 40px;
    }

    .elementor-img p {
        padding: 50px 10px 0 10px;
        font-size: 16px;
    }

    .p.text-center.text-white.fadeInUpBig {
        font-size: 11px;
    }
}