﻿﻿* {
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Muli" !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #21a36f;
    color: white;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
}

.navbar-style {
    background: white !important;
    /*background: #001828 !important;*/
    padding: 0px 25px !important;
    z-index: 10000;
}

.desktop-navbar {
    /* visibility: hidden !important; */
    display: none !important;
}

.talk-button {
    min-height: 40px !important;
    margin-top: 20px;
    width: fit-content;
    background-color: blueviolet;
    color: white !important;
}

.up-icon {
    margin: 0 auto;
    width: 20px;
    position: relative;
    top: -42px;
}

.small-up-icon {
    margin: 0 auto;
    width: 20px;
    position: relative;
    top: -28px;
}

.uk-navbar-right > .uk-navbar-nav > li {
    margin-left: 30px;
    font-weight: bold;
}

    .uk-navbar-right > .uk-navbar-nav > li > a {
        color: #0968ed;
        text-transform: capitalize;
        font-family: "Muli" !important;
        font-size: 18px;
    }
    .uk-navbar-right > .uk-navbar-nav > li > a :hover{
        color: black!important;
       
    }
.mobile-navbar > ul > li > a {
    color: #0968ed;
    padding-left: 15px;
}
video {
    /* z-index: 0; */
    /* display: none;  */
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: relative;
    top: -120px;
    left: 0;
    /*max-width: 100vw;*/
}
#bgvid {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: relative;
    top: -120px;
    left: 0;
}
.viewport-header {
    position: relative;
    /* height: 38vh; */
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: -630px;
    height: 35vh !important;
    /* top: -26em !important; */
    z-index: 99;
    
}

#first-title {
    margin-top: -250px;
}

.text-white {
    color: white !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f15 {
    font-size: 15px !important;
}

.f16 {
    font-size: 16px !important;
}

.f20 {
    font-size: 20px !important;
}

.pl30 {
    padding-left: 30px;
}

.p30 {
    padding: 30px !important;
}

.p20 {
    padding: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.menu-color {
    color: #0968ed !important;
    text-decoration: none;
}

.uk-navbar-nav a:hover {
    color: black !important;
    text-decoration: none;
}

.menu-description {
    font-family: "Roboto" !important;
    color: #666 !important;
    font-weight: 100;
    max-height: 75px;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}

.button-bg {
    background-color: #21a36f;
}

.bg-white {
    background: white !important;
}

.uk-accordion-title::before {
    background-image: none !important;
}

.mobile-navbar {
    /* visibility: hidden !important; */
    /*display: none !important;*/
}

.mob-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.menu-card-box {
    left: 100px !important;
    top: 65px !important;
    width: 90% !important;
    height: 90vh !important;
}

.menu-card-content {
    width: 30% !important;
}

.animation-container {
     max-height: 80vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .animation-container p {
        font-size: 3rem;
        padding: 0.5rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        text-align: right;
        overflow: hidden;
    }

        .animation-container p span.typed-text {
            font-weight: bold;
            color: white;
            font-size: 45px;
            height: 62px;
            padding: 5px;
        }

        .animation-container p span.cursor {
            display: inline-block;
            background-color: #ccc;
            margin-left: 0.1rem;
            width: 3px;
            animation: blink 1s infinite;
            font-size: 45px;
            height: 45px;
        }

            .animation-container p span.cursor.typing {
                animation: none;
            }

.text-description {
    color: white;
    font-size: 24px;
    font-family: "Roboto" !important;
    padding-right:15px;
}

.card-style {
    min-height: 215px;
}

.service-bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 100%;
}
/*#card1 {
    background-image: url("https://www.payoda.com/wp-content/uploads/2020/10/experience-Design-min.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/

.card-style:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.5s;
}


@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

.section-title {
    font-size: 38px;
    font-family: "Muli";
    font-weight: 800;
}

@media only screen and (min-width: 991px) {
    .desktop-navbar {
        display: inline-flex !important;
    }

    .mob-nav {
        height: 0px;
    }

    .mob-logo {
        display: none;
    }

    .mob-menu {
        display: none;
    }
    .largedevice{
        display:block;
    }
    .mobiledevice {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    .typed-text {
        font-size: 20px !important;
    }

    .text-description {
        font-size: 12px !important;
    }

    /*.mobile-navbar {
        display: block !important;
    }*/

    .mob-nav {
        height: 80px;
    }

    .mob-logo {
        display: block !important;
    }

    video {
        top: 0px !important;
    }
    #bgvid {
        width: 100vw;
        height: 100vh;
        top: 0px !important;
        object-fit:cover;
    }
    .viewport-header {
        height: 35vh !important;
        top: -26em !important;
        z-index: 99;
    }

        .viewport-header > h1 {
            font-size: 24px !important;
        }

    .section-title {
        font-size: 16px;
    }

    #first-title {
        margin-top: -100px;
    }

    .navbar-style {
        background: white !important;
        /*background: #001828 !important;*/
        padding: 0px 5px !important;
        z-index: 10000;
    }

    video {
        height: 65vh;
    }
    .largedevice {
        display: none;
    }

    .mobiledevice {
        display: block;
    }
}


@media only screen and (max-width: 576px) {
    .viewport-header {
        height: auto !important;
        top: -12em !important;
    }

    .mob-logo {
        display: block !important;
    }

    video {
        height: 85vh !important;
    }
    #bgvid {
        height: 85vh !important;
    }
    .largedevice {
        display: none;
    }

    .mobiledevice {
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    .viewport-header {
        height: auto !important;
        top: -13em !important;
    }

    .mob-logo {
        display: block !important;
    }

    video {
        height: 85vh !important;
    }
    #bgvid {
        height: 85vh !important;
    }
    .animation-container {
        /*height: 27vh;*/
    }
    .largedevice {
        display: none;
    }

    .mobiledevice {
        display: block;
    }
    .animation-container p span.typed-text {
        
        
        height: 36px;
       
    }
}
/*added for show it in bottom*/
/*.viewport-header
{
    width:100%;
    padding-top:70vh;
}*/
.mob-logo {
    display: none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky !important;
    top: 80px;
}



/* updated css  for menu dropdown*/

.custom-width {
    left: 30px !important;
    top: 65px !important;
    width: 95% !important;
    position: relative;
    /* height: 70vh;
  overflow: auto; */
}

.menu-height {
    min-height: 30vh;
    max-height: 70vh;
    overflow: auto;
}

.menu-desc-img {
    position: relative;
    top: 27vh !important;
    opacity: 0.3;
}

.menu-right-text {
    font-family: "Muli" !important;
    position: relative;
    top: 40vh;
    font-weight: 600;
    margin-top: -20vh;
    padding: 19px;
    opacity: 0.3;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

.pr30 {
    padding-right: 30px;
}
#bgvid {
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
}
.contact-info .single-contact-info .contact-info-content {
    padding-left: 20px;
    padding-top: 10px;
}