@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

:root {
    --firstCol: #9aa1ae;
    --secCol: #E7E7E8;
    --thirdCol: #f36f46;
    --fourCol: #191C24;
}

.navbar {
    position: fixed;
    top: 0;
    background-color: transparent;
    transition: background-color 0.3s;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 70px;
    width: 100%;
    z-index: 999;
}
#navbar.scrolled .nav-link:hover {
    color: #f36f46;
}
.mainlogo {
    width: 50px
}

.mainlogotext {
    width: 145px
}

#navbar.scrolled {
    background-color: #f8f8f8;
    color: #100f0f;
}

.nav-link {
    color: var(--firstCol);
    margin: 16px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: .45px;
    white-space: nowrap;
}

#navbar.scrolled .nav-link {
    color: #100f0f;
}

#navbar.scrolled .tooglebtn {
    background: #080808;
}

.nav-link:hover {
    color: var(--thirdCol);
}

.tooglebtn {
    background: #fff;
    height: 2px;
    width: 43px;
    margin: 10px;
}

.contact-btn {
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: auto;
    padding: 7px 40px;
    margin-top: 13px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 20px;
    background: linear-gradient(78deg, rgba(243, 111, 70, .8) 0%, #feaf61 100%);
    -webkit-box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
    box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
}

.hero-btn {
    text-decoration: none;
    position: absolute;
    width: 116px;
    height: auto;
    right: 12%;
    top: -13px;
    display: inline-block;
    margin-left: auto;
    padding: 7px 16px;
    margin-top: 13px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 20px;
    background: linear-gradient(78deg, rgba(243, 111, 70, .8) 0%, #feaf61 100%);
    -webkit-box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
    box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
}

.faqcount {
    border-radius: 50px;
    background: linear-gradient(78deg, rgba(243, 111, 70, .8) 0%, #feaf61 100%);
}

.accordion-button {
    background-color: #F4F5F6;
    border: none;
    border-radius: 10px;
    box-shadow: 12px 12px 26px #bebebe, -8px -8px 16px #ffffff;
    font-size: 1.2em;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.accordion-button h4{
    font-size: 1rem;
}

.footer-btn {
    text-decoration: none;
    position: absolute;
    width: 116px;
    height: auto;
    right: 4%;
    top: -13px;
    display: inline-block;
    margin-left: auto;
    padding: 7px 16px;
    margin-top: 13px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 20px;
    background: linear-gradient(78deg, rgba(243, 111, 70, .8) 0%, #feaf61 100%);
    -webkit-box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
    box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
}
.footer-btn2 {
    text-decoration: none;
    position: absolute;
    width: 116px;
    height: auto;
    right: 4%;
    top: -13px;
    display: inline-block;
    margin-left: auto;
    padding: 7px 16px;
    margin-top: 13px;
    font-size: 14px;
    color: var(--fourCol);
    border: none;
    border-radius: 20px;
    background: linear-gradient(78deg, rgba(250, 249, 249, 0.8) 0%, #f6f4f2 100%);
    -webkit-box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
    box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
}

.whatapp-btn {
    position: absolute;
    text-decoration: none;
    width: 170px;
    height: auto;
    right: -32%;
    top: -14px;
    display: inline-block;
    margin-left: auto;
    padding: 7px 16px;
    margin-top: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: none;
    border-radius: 20px;
    background: linear-gradient(78deg, #289761 100%, rgb(69 240 95 / 80%) 0%);
    -webkit-box-shadow: 0 10px 30px 0 rgba(80, 240, 80, 0.5);
    box-shadow: 0 10px 30px 0 rgba(82, 229, 74, 0.5);
}

.mobilemarket {
    color: #fff;
    border: none;
    border-radius: 20px;
    background: linear-gradient(78deg, rgba(243, 111, 70, .8) 0%, #feaf61 100%);
    -webkit-box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
    box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
}

.hero-title {
    font-weight: 300;
    color: var(--secCol);
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
    text-align: left;
}

.hero-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: var(--firstCol);
    letter-spacing: .9px;
    text-align: left;
}
.comphead{
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    color: var(--firstCol);
    text-align: left;
    color: var(--thirdCol);
}
.comptext{
    font-size: 30px;
    line-height: 38px;
    color: #21242b;
}
.comptextp{
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .4px;
    color: #4c5361;
}


.hero-button {
    position: relative;
    width: 400px;
    top: 40px;
    z-index: 111;
}
.hero-button2 {
    position: relative;
    width: 400px;
    top: 40px;
    z-index: 111;
}

.video-background-mobile {
    display: none;
}

.round-input[type="text"] {
    background-color: transparent;
    border: 1px solid var(--firstCol);
    border-right: 0;
    border-radius: 25px;
    padding: 5px 20px;
    font-size: 15px;
    color: #fff;
    /* Change text color to make it readable on the video background */
    margin-bottom: 10px;
    outline: none;
    width: 350px;
    z-index: 99;
}
.round-input2[type="text"] {
    background-color: transparent;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 25px;
    padding: 5px 20px;
    font-size: 15px;
    color: #fff;
    /* Change text color to make it readable on the video background */
    margin-bottom: 10px;
    outline: none;
    width: 350px;
    z-index: 99;
}

.footer-round-input[type="text"] {
    background-color: transparent;
    border: 1px solid var(--firstCol);
    border-right: 0;
    border-radius: 25px;
    padding: 5px 20px;
    font-size: 15px;
    color: #fff;
    /* Change text color to make it readable on the video background */
    margin-bottom: 10px;
    outline: weightnone;
    width: 350px;
    z-index: 99;
}


.component-title {
    font-weight: 300;
    color: #fff;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: .9px;
}
.carasualtitle{
    font-weight: 300;
    color: #fff;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: .9px;
}
.carasualtext{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    letter-spacing: .9px; 
}

.component-text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    letter-spacing: .9px;
}

.copyright {
    text-decoration: none;
    color: #fff;
}

.vediocontent {
    position: absolute;
}

.vediocontainer {
    position: relative;
    left: 7%;
    top: 200px;

}
.vediocontentvedio{
    position: relative;
    height: 110vh;
}
.vediocontainera{
    position: relative;
    top: -500px;
    left: 8%;
}

.vediocontainercountdown {
    position: relative;
    bottom: 290px;
}

.orange-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.orange-box img {

    width: 50%;
}

#scrollDiv {
    transition: bottom 0.6s, background-color 0.3s;
}

.vediomaindiv {
    background-color: #111111;
    height: 100vh;
}
.vediocontenta{
    position: absolute;

}


.vediomaindivtimer {
    background-color: var(--secCol);
}

/* home page crauslae */

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 60px !important;
    margin-right: 20px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    position: relative;
}

.carousel-indicators .active {
    background-color: #fff;
    opacity: 1;
    position: relative;
}

.carousel-indicators .active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thirdCol);
    /* Color for the progress effect */
    animation: progress-bg 5s linear;
    /* Adjust duration as needed */
}

.runningstart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.runningstarttext{
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;
    color: #21242b;
}

@keyframes progress-bg {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.carddesign {
    width: 100%;
}

.neumorphic {
    background-color: #F4F5F6;
    border: none;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    font-size: 1.2em;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.neumorphic img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 13px 13px 0px 0;
}

.missionneumorphic {
    height: 100%;
    background-color: #F4F5F6;
    border: none;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    font-size: 1em;
    color: #25AEEF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.missionneumorphic h5 {
    font-size: 2.25rem;
}

.missionneumorphic p {
    text-align: justify;
    padding: 10px 30px;
}

.missionneumorphic img {
    object-fit: cover;
    width: 70%;
    border-radius: 13px 13px 0px 0;
}
.serviceneumorphic {
    height: 100%;
    background-color: #F4F5F6;
    border: none;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    font-size: 1em;
    color: #25AEEF;
    cursor: pointer;
    transition: all 0.3s ease;
}
.serviceneumorphic p {
    text-align: justify;
    padding: 10px 30px;
    line-height: 1.2;
}
.serviceneumorphic img {
    object-fit: cover;
    width: 100%;
    height: 280px;
    border-radius: 13px 13px 0px 0;
}

.testneumorphic {
    background-color: #F4F5F6;
    border: none;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    font-size: 1.2em;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    align-content: center;
}

.quotea {
    width: 50px !important;
    height: auto!important;
    position: relative;
    top: -10px;
    z-index: 1 !important;
}

.quoteb {
    width: 50px !important;
    height: auto!important;
    position: relative;
    top: 10px;
    z-index: 1 !important;
}
#videoScrollContent{
      height: 100vh;  
}

.othermobile{
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.mobilevideo{
    width: 30%;
    overflow: hidden;
}
.footer-text {
    color: var(--secCol);
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: .6px;
    text-align: left;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-copyright {
    display: flex;
    justify-content: end;
    align-items: center;
}

.footermaincontent {
    padding-left: 56px;
}

.footer-nav-link-one {
    padding-left: 25px;
}

.footer-nav-link-two {
    padding-left: 20px;
}

.footer-nav-link-three {
    padding-left: 50px;
}

.footer-nav-link-four {
    padding-left: 78px;
}

.social-link-img {
    width: 30px;
    margin-right: 5px;
}

footer {
    background-image: url('city.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.digitalguide {
    font-family: "Cairo";
    text-align: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    letter-spacing: 1px;
    line-height: 2
}

.digitalguide h1 {
    background-image: url(color.webp);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 120px;
    margin: 10px 0;
}

.luminance {
    font-weight: 300;
    color: var(--secCol);
    font-size: 50px;
    line-height: 45px;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 8px;
    background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Source Sans Pro", sans-serif;
    animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
}
.luminancetext{
    font-size: 2.5rem;
    text-wrap: nowrap;
}
.carrerback{
    background-image: url(carrer.png);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: 100%;
}

@keyframes reveal {
    80% {
        letter-spacing: 8px;
    }

    100% {
        background-size: 300% 300%;
    }
}

@keyframes glow {
    40% {
        text-shadow: 0 0 8px #fff;
    }
}

.slider {
    width: 25%;
    overflow: hidden;
    position: relative;
    border-radius: 56px;
}

.slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
    border-radius: 56px;
}

.slide {
    width: 100%;
    flex: 1 0 100%;

}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 56px;
}


/* styling my button */

.white-mode {
    text-decoration: none;
    padding: 7px 10px;
    background-color: #122;
    border-radius: 3px;
    color: #FFF;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: "Montserrat";
}

.white-mode:hover {
    background-color: #FFF;
    color: #122;
}

/* about page stat from here  */
.breadcrumb{
    margin: 0;
}
.breadcrumb li {
    font-size: 50px;

}

.bred li {
    font-size: 28px;
    color: var(--secCol);
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--thirdCol);
}


/* pricing css */
.plan-price h3 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 25px;
    color: #606060;
    font-weight: 600;
    text-align: center;
    background-color: rgba(0, 0, 0, .02)
}

.plan-price {
    font-size: 36px;
    font-weight: 300;
    color: #606060;
    text-align: center;
    padding: 0 0 22px;
    position: relative
}

.plan.color-1 .plan-price,
.plan.color-1 a.button {
    background-color: #f6f6f6;
    color: #1A8EC6;
}

.plan:hover .plan-price,
.plan:hover a.button {

    color: var(--thirdCol);
}

.plan-price .value {
    font-weight: 600;
    letter-spacing: -1px
}

.plan-currency {
    font-size: 22px;
    opacity: .7;
    position: relative;
    margin: 0 -5px 0 0;
    top: -4px;
    font-weight: 300
}

.period {
    display: block;
    font-size: 16px;
    margin: 2px 0 0;
    opacity: .7
}

.plan-features {
    background: #fff;
    border-top: none;
    padding: 12px 0 0
}

.plan-features ul li {
    padding: 8px 0;
    text-align: center
}

.plan-features a.button {
    position: relative;
    display: block;
    margin: 0 auto;
    margin: 12px 0;
    text-align: center;
    color: #666;
    padding: 10px 0;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.color-2 .plan-price,
.color-3 .plan-price,
.color-4 .plan-price,
.color-5 .plan-price,
.color-2 .plan-price h3,
.color-3 .plan-price h3,
.color-4 .plan-price h3,
.color-5 .plan-price h3,
.color-2 .plan-price .plan-currency,
.color-3 .plan-price .plan-currency,
.color-4 .plan-price .plan-currency,
.color-5 .plan-price .plan-currency,
.color-2 .plan-features a.button,
.color-3 .plan-features a.button,
.color-4 .plan-features a.button,
.color-5 .plan-features a.button {
    color: #fff
}

.color-2 .plan-price h3,
.color-3 .plan-price h3,
.color-4 .plan-price h3,
.color-5 .plan-price h3 {
    background-color: rgba(0, 0, 0, .05)
}

.plan {
    background-color: #F4F5F6;
    border: none;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button {

    margin-bottom: 100px;
}


/* service page css start from here */

/* .service-details .box-wrapper .middle-text ul li:before {
    content: "";
    font-family: 'font-awesome';
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 25px;
} */
/* .service-details .box-wrapper .middle-text ul li:before {
    color: #00d747;
} */

/* .service-details .box-wrapper .title .loan {
    background: #00d747;
} */

.service-details .box-wrapper .title h3 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 8px;
}

.service-details .box-wrapper .title .loan {
    line-height: 55px;
    padding: 0 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.1px;
    color: #fff;
}

.service-details .box-wrapper .title {
    padding: 65px 0 50px 0;
}

.service-details .box-wrapper .top-text h4 {
    line-height: 40px;
    padding-bottom: 45px;
}

.service-details .box-wrapper .top-text p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}

.service-details .box-wrapper .middle-text {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 60px 0 10px 0;
    margin: 50px 0 60px 0;
}

.service-details .box-wrapper .list-box-text h3 {
    font-size: 32px;
    font-weight: 600;
}

.service-details .box-wrapper .list-box-text>p {
    font-size: 18px;
    margin: 20px 0 60px 0;
    line-height: 32px;
}

.service-details .box-wrapper .list-box-text ul li h4 {
    margin-bottom: 15px;
}

#videoScrollContent{

    display: none;
}
.clientlogo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    color: #f36f46;
}


@media only screen and (max-width: 1195px) {
    .vediocontainer {
        position: relative;
        top: 160px;
    }
    .vediomaindivtimer{
        display: none;
    }
    #videoScrollContent{
        display: block;
    }
    .hero-title {
        font-weight: 300;
        color: var(--secCol);
        font-size: 46px;
        line-height: 52px;
        letter-spacing: 1.3px;
        margin-bottom: 15px;
        text-align: left;
    }

    .hero-text {
        font-size: 18px;
        line-height: 24px;
        color: var(--firstCol);
        letter-spacing: .9px;
        text-align: left;
    }

    .navbar-toggler {
        margin: 0;
    }

    .contact-btn {
        padding: 7px 30px;
    }

    .digitalguide h1 {
        font-size: 6rem;
        position: relative;
        bottom: 25px;
    }

    /* footer responsive start from here */
    .footer-text {
        font-size: 22px;
    }

    .footer-round-input[type="text"] {
        width: 289px;
    }

    .nav-link {
        font-size: 13px;
    }

    .footer-social-link {
        display: flex;
    }

    .footerlinkname {
        display: none;
    }
}

@media only screen and (max-width: 1035px) {
    .hero-title {
        font-weight: 300;
        color: var(--secCol);
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 1.3px;
        margin-bottom: 15px;
        text-align: left;
    }
    .clientlogo{
        display: flex;
        justify-content: space-between;
        margin-top: 1px;
    }
    .vediomaindiv{
        height: 400px;
    }
    .video-background {
        display: none;
    }
    .carrerback{
        background-size: cover;
    }

    .video-background-mobile {
        display: inline-block;
        background-color: #111111;
    }
    .vediocontainer {
        position: unset;
        left: 0px;
        top: -60px;
        background-color: #111111;
    }
    .vediocontent {
        position: absolute;
        background-color: #111111;
        width: 100%;
    }
    .vediocontenta{
        background-color: #111111;
        width: 100%; 
        position: unset;
    }
    .vediocontentvedio{
        position: relative;
        top: 10px;
        height: auto;

    }
    
    .vediocontainera{
        position: unset;

    }

    .hero-text {
        font-size: 15px;
        line-height: 22px;
        color: var(--firstCol);
        letter-spacing: .9px;
        text-align: left;
    }

    .navbar-toggler {
        margin: 0;
    }

    .contact-btn {
        padding: 7px 30px;
    }

    .digitalguide h1 {
        font-size: 6rem;
        position: relative;
        bottom: 25px;
    }



    /* footer responsive start from here */
    .footer-text {
        font-size: 19px;
    }

    .footer-round-input[type="text"] {
        width: 255px;
    }

    .nav-link {
        font-size: 11px;
        line-height: 10px;
    }

    .footer-social-link {
        display: flex;
    }

    .footerlinkname {
        display: none;
    }

    .footer-nav-link-one {
        padding-left: 5px;
        text-align: center;
    }

    .footer-nav-link-two {
        padding-left: 0px;
        text-align: center;
    }

    .footer-nav-link-three {
        padding-left: 0px;
        text-align: center;
    }

    .footer-nav-link-four {
        padding-left: 8px;
        text-align: center;
    }
    #videoScrollContent{
        height: auto;
    }
    .slider {
        border-radius: 40px;
    }
    .slider img{
        border-radius: 40px;
    }
    #scrollDiv img {
        width: 100%;
    }
    .luminancetext {
        font-size: 2.5rem;
        text-wrap: wrap;
    }
}


@media only screen and (max-width: 755px) {
    .navbar-toggler {
        margin: 0;
    }

    .mainlogo {
        width: 35px
    }

    .mainlogotext {
        width: 110px
    }

    .navbar-collapse {
        align-items: center;
        background-color: var(--secCol);
        text-align: center;
    }

    .nav-link {
        color: var(--firstCol);
        margin: 10px;
        font-size: 14px;
        line-height: 3px;
        letter-spacing: .45px;
        white-space: nowrap;
    }

    .tooglebtn {
        background: #fff;
        height: 1px;
        width: 30px;
        margin: 7px;
    }

    .hero-title {
        font-weight: 300;
        color: var(--secCol);
        font-size: 25px;
        line-height: 25px;
        letter-spacing: 1.3px;
        margin-bottom: 15px;
        text-align: left;
    }
   
    .luminancetext{
        font-size: 2.5rem;
        text-wrap: wrap;
    }

    .hero-text {
        font-size: 18px;
        line-height: 24px;
        color: var(--firstCol);
        letter-spacing: .9px;
        text-align: left;
    }

    .video-background {
        display: none;
    }

    .video-background-mobile {
        display: inline-block;
    }
    .mobilevideo{
        width: 100%;
        overflow: hidden;
    }

    #scrollDiv img {
        display: none;
    }

    .vediocontainer {
        position: relative;
        left: 0px;
        top: -60px;
        background-color: #111111;
    }
    .vediocontent {
        position: absolute;
        background-color: #111111;
    }
    .carasualtitle{
        font-weight: 300;
        color: #fff;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: .9px;
    }
    .carasualtext{
        font-size: 15px;
        line-height: 20px;
        color: #fff;
        letter-spacing: .9px; 
    }

    .hero-button {
        width: 290px;
    }
    .hero-button2 {
        width: 290px;
    }
    .hero-btn {
        right: 0px;
    }

    .whatapp-btn {
        width: 100%;
        position: unset;
        margin-top: 18px;
    }

    .round-input[type="text"] {
        width: 100%;
    }
    .round-input2[type="text"] {
        width: 100%;
    }

    .colorbutton {
        display: flex;
        justify-content: center;
    }

    .vediomaindiv {
        height: 450px;
        background-color: #111111;
        display: block;
    }

    .vediocontainercountdown {
        position: relative;
        bottom: 30px;
    }
    
    .runningstart {
        display: flex;
        justify-content: center;
    }
    .runningstartbox{
        justify-content: center;
    }
    .carddesign {
        display: block;
    }

    .digitalguide h1 {
        font-size: 3rem;
        position: relative;
        bottom: 0px;
    }



    .footer-btn {
        text-decoration: none;
        position: relative;
        width: 116px;
        height: auto;
        right: -60%;
        top: -57px;
        display: inline-block;
        margin-left: auto;
        padding: 7px 16px;
        margin-top: 13px;
        font-size: 14px;
        color: #fff;
        border: none;
        border-radius: 20px;
        background: linear-gradient(78deg, rgba(243, 111, 70, .8) 0%, #feaf61 100%);
        -webkit-box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
        box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
    }
    .footer-btn2 {
        text-decoration: none;
        position: relative;
        width: 116px;
        height: auto;
        right: -60%;
        top: -57px;
        display: inline-block;
        margin-left: auto;
        padding: 7px 16px;
        margin-top: 13px;
        font-size: 14px;
        color: var(--fourCol);
        border: none;
        border-radius: 20px;
        background: linear-gradient(78deg, rgba(244, 244, 243, 0.8) 0%, #f6f5f4 100%);
        -webkit-box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
        box-shadow: 0 10px 30px 0 rgba(254, 175, 97, .5);
    }
    .slider {
        border-radius: 20px;
    }
    .slider img{
        border-radius: 20px;
    }

    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-copyright {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-round-input[type="text"] {
        background-color: transparent;
        border: 1px solid var(--firstCol);
        border-right: 0;
        border-radius: 25px;
        padding: 5px 20px;
        font-size: 15px;
        color: #fff;
        /* Change text color to make it readable on the video background */
        margin-bottom: 10px;
        outline: none;
        width: 100%;
        z-index: 99;
    }

    .footermaincontent {
        padding-left: 0px;
    }

    .footer-text {
        color: var(--secCol);
        font-weight: 400;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: .6px;
        text-align: center;
    }

    .social-link-title {
        text-align: center;
        position: relative;
        top: -12px;
    }

    .social-link {
        justify-content: center;
    }

    .footer-nav-link-one {
        padding-left: 5px;
        text-align: center;
    }

    .footer-nav-link-two {
        padding-left: 0px;
        text-align: center;
    }

    .footer-nav-link-three {
        padding-left: 0px;
        text-align: center;
    }

    .footer-nav-link-four {
        padding-left: 8px;
        text-align: center;
    }

    .footer-social-link {
        display: flex;
    }

    .footerlinkname {
        display: none;
    }

    .mainlinkdiv {
        display: flex;
        justify-content: space-between;
    }

    .mainlinkdistance {
        padding-top: 13px;
    }

    footer {

        background-position: 62% 107%;
    }

}
.wrapper {
    border-radius: 10px;
    margin: 50px auto;
    padding: 30px 40px;
    box-shadow: 5px 5px 20px rgb(26, 2, 2);
}

.h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 3.5rem;
    font-weight: bold;
    color: #0a0213;
    font-style: italic;
}
.h2h {
    font-size: 2.5rem;
    font-weight: 500;
    color: #0a0213;
    /* position: relative;
    right: -150px; */
}
.h4h{
    font-size: 1.2rem;
}

.h4 {
    font-family: 'Poppins', sans-serif;
}
.btn-block .btn{
    background-color: #1C95D1;
}

.input-field {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #400485;
    color: #400485;
}


.input-field:hover {
    color: #7b4ca0;
    border: 1px solid #7b4ca0;
}

input {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    padding: 0px 2px;
    font-family: 'Poppins', sans-serif;
}

.fa-eye-slash.btn {
    border: none;
    outline: none;
    box-shadow: none;
}

a {
    text-decoration: none;
    color: #400485;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
    color: #7b4ca0;
}

.option {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.option label.text-muted {
    display: block;
    cursor: pointer;
}

.option input {
    display: none;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.option input:checked~.checkmark:after {
    display: block;
}

.option .checkmark:after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: #400485;
    position: absolute;
    top: 48%;
    left: 53%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 300ms ease-in-out 0s;
}

.option input[type="radio"]:checked~.checkmark {
    background: #fff;
    transition: 300ms ease-in-out 0s;
    border: 1px solid #400485;
}

.option input[type="radio"]:checked~.checkmark:after {
    transform: translate(-50%, -50%) scale(1);
}

.btn.btn-block {
    border-radius: 20px;
    background-color: #400485;
    color: #fff;
}

.btn.btn-block:hover {
    background-color: #55268be0;
}

@media(max-width: 575px) {
    .wrapper {
        margin: 10px;
    }
}

@media(max-width:424px) {
    .wrapper {
        padding: 30px 10px;
        margin: 5px;
    }

    .option {
        position: relative;
        padding-left: 22px;
    }

    .option label.text-muted {
        font-size: 0.95rem;
    }

    .checkmark {
        position: absolute;
        top: 2px;
    }

    .option .checkmark:after {
        top: 50%;
    }

    #forgot {
        font-size: 0.95rem;
    }
}



.cardss {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #171717;
    color: white;
    font-family: Montserrat;
    font-weight: bold;
    padding: 1em 2em 1em 1em;
    overflow: hidden;
    z-index: 1;
    row-gap: 1em;
}

.cardss img {
    width: 12em;
    margin-right: 1em;
    animation: move 10s ease-in-out infinite;
    z-index: 5;
}
.image:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.icons svg {
    width: 20px;
    height: 20px;
}

.cardss::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: -3px;
    border-radius: 10px;
    background: radial-gradient(#858585, transparent, transparent);
    transform: translate(-5px, 250px);
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.cardss:hover::before {
    width: 150%;
    height: 100%;
    margin-left: -4.25em;
}

.cardss::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 20px;
    background: rgba(24, 16, 55, 0.7);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.heading {
    z-index: 2;
    transition: 0.4s ease-in-out;
}

.cardss:hover .heading {
    letter-spacing: 0.025em;
}

.heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 220px 118px #fff, 280px 176px #fff, 40px 50px #fff,
        60px 180px #fff, 120px 130px #fff, 180px 176px #fff, 220px 290px #fff,
        520px 250px #fff, 400px 220px #fff, 50px 350px #fff, 10px 230px #fff;
    z-index: -1;
    transition: 1s ease;
    animation: 1s glowing-stars linear alternate infinite;
    animation-delay: 0s;
}

.icons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 140px 20px #fff, 425px 20px #fff, 70px 120px #fff, 20px 130px #fff,
        110px 80px #fff, 280px 80px #fff, 250px 350px #fff, 280px 230px #fff,
        220px 190px #fff, 450px 100px #fff, 380px 80px #fff, 520px 50px #fff;
    z-index: -1;
    transition: 1.5s ease;
    animation: 1s glowing-stars linear alternate infinite;
    animation-delay: 0.4s;
}

.icons::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 490px 330px #fff, 420px 300px #fff, 320px 280px #fff,
        380px 350px #fff, 546px 170px #fff, 420px 180px #fff, 370px 150px #fff,
        200px 250px #fff, 80px 20px #fff, 190px 50px #fff, 270px 20px #fff,
        120px 230px #fff, 350px -1px #fff, 150px 369px #fff;
    z-index: -1;
    transition: 2s ease;
    animation: 1s glowing-stars linear alternate infinite;
    animation-delay: 0.8s;
}

.cardss:hover .heading::before,
.cardss:hover .icons::before,
.cardss:hover .icons::after {
    filter: blur(3px);
}

.image:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.image:active+.heading::before {
    box-shadow: 240px 20px #9b40fc, 240px 25px #9b40fc, 240px 30px #9b40fc,
        240px 35px #9b40fc, 240px 40px #9b40fc, 242px 45px #9b40fc,
        246px 48px #9b40fc, 251px 49px #9b40fc, 256px 48px #9b40fc,
        260px 45px #9b40fc, 262px 40px #9b40fc;
    animation: none;
    filter: blur(0);
    border-radius: 2px;
    width: 0.45em;
    height: 0.45em;
    scale: 0.65;
    transform: translateX(9em) translateY(1em);
}

.image:active~.icons::before {
    box-shadow: 262px 35px #9b40fc, 262px 30px #9b40fc, 262px 25px #9b40fc,
        262px 20px #9b40fc, 275px 20px #9b40fc, 275px 24px #9b40fc,
        275px 28px #9b40fc, 275px 32px #9b40fc, 275px 36px #9b40fc,
        275px 40px #9b40fc, 275px 44px #9b40fc, 275px 48px #9b40fc;
    animation: none;
    filter: blur(0);
    border-radius: 2px;
    width: 0.45em;
    height: 0.45em;
    scale: 0.65;
    transform: translateX(9em) translateY(1em);
}

.image:active~.icons::after {
    box-shadow: 238px 60px #9b40fc, 242px 60px #9b40fc, 246px 60px #9b40fc,
        250px 60px #9b40fc, 254px 60px #9b40fc, 258px 60px #9b40fc,
        262px 60px #9b40fc, 266px 60px #9b40fc, 270px 60px #9b40fc,
        274px 60px #9b40fc, 278px 60px #9b40fc, 282px 60px #9b40fc,
        234px 60px #9b40fc, 234px 60px #9b40fc;
    animation: none;
    filter: blur(0);
    border-radius: 2px;
    width: 0.45em;
    height: 0.45em;
    scale: 0.65;
    transform: translateX(9em) translateY(1.25em);
}

.heading::after {
    content: "";
    top: -5.5%;
    left: -2.5%;
    position: absolute;
    width: 10.5em;
    height: 10.5em;
    border: none;
    outline: none;
    border-radius: 50%;
    background: #f9f9fb;
    box-shadow: 0px 0px 100px rgba(193, 119, 241, 0.8),
        0px 0px 100px rgba(135, 42, 211, 0.8), inset #9b40fc 0px 0px 40px -12px;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.cardss:hover .heading::after {
    box-shadow: 0px 0px 200px rgba(193, 119, 241, 1),
        0px 0px 200px rgba(135, 42, 211, 1), inset #9b40fc 0px 0px 40px -12px;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    column-gap: 1em;
    z-index: 1;
}

.instagram,
.x,
.discord {
    position: relative;
    transition: 0.4s ease-in-out;
}

.instagram:after,
.x:after,
.discord:after {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    left: 0;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(233, 233, 233, 0.5),
        0px 0px 10px rgba(192, 192, 192, 0.5);
    border-radius: 50%;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.instagram svg path,
.x svg path,
.discord svg path {
    stroke: #808080;
    transition: 0.4s ease-in-out;
}

.instagram:hover svg path {
    stroke: #cc39a4;
}

.x:hover svg path {
    stroke: black;
}

.discord:hover svg path {
    stroke: #8c9eff;
}

.instagram svg,
.x svg,
.discord svg {
    transition: 0.3s ease-in-out;
}

.instagram:hover svg {
    scale: 1.4;
}

.x:hover svg,
.discord:hover svg {
    scale: 1.25;
}

.instagram:hover:after,
.x:hover:after,
.discord:hover:after {
    scale: 4;
    transform: translateX(0.09em) translateY(0.09em);
}

.instagram::before {
    content: "";
    position: absolute;
    top: -700%;
    left: 1050%;
    rotate: -45deg;
    width: 5em;
    height: 1px;
    background: linear-gradient(90deg, #ffffff, transparent);
    animation: 4s shootingStar ease-in-out infinite;
    transition: 1s ease;
    animation-delay: 1s;
}

.x::before {
    content: "";
    position: absolute;
    top: -1300%;
    left: 850%;
    rotate: -45deg;
    width: 5em;
    height: 1px;
    background: linear-gradient(90deg, #ffffff, transparent);
    animation: 4s shootingStar ease-in-out infinite;
    animation-delay: 3s;
}

.discord::before {
    content: "";
    position: absolute;
    top: -2100%;
    left: 850%;
    rotate: -45deg;
    width: 5em;
    height: 1px;
    background: linear-gradient(90deg, #ffffff, transparent);
    animation: 4s shootingStar ease-in-out infinite;
    animation-delay: 5s;
}

.cardss:hover .instagram::before,
.cardss:hover .x::before,
.cardss:hover .discord::before {
    filter: blur(3px);
}

.image:active~.icons .instagram::before,
.image:active~.icons .x::before,
.image:active~.icons .discord::before {
    animation: none;
    opacity: 0;
}

@keyframes shootingStar {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-55em) translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateX(-70em) translateY(0);
        opacity: 0;
    }

    100% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
}

@keyframes move {
    0% {
        transform: translateX(0em) translateY(0em);
    }

    25% {
        transform: translateY(-1em) translateX(-1em);
        rotate: -10deg;
    }

    50% {
        transform: translateY(1em) translateX(-1em);
    }

    75% {
        transform: translateY(-1.25em) translateX(1em);
        rotate: 10deg;
    }

    100% {
        transform: translateX(0em) translateY(0em);
    }
}

@keyframes glowing-stars {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* product page style start from here */

.webcard {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.webcard svg {
    width: 48px;
    fill: #333;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.webcard:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.webcard__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.webcard:hover .webcard__content {
    transform: rotateX(0deg);
}

.webcard__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.webcard:hover svg {
    scale: 0;
}

.webcard__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}


.mobilecontainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobilecontainer .glass {
    position: relative;
    background: linear-gradient(#fff2, transparent);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 10px;
    margin: 0 -45px;
    backdrop-filter: blur(10px);
    transform: rotate(calc(var(--r) * 1deg));
}

.mobilecontainer:hover .glass {
    transform: rotate(0deg);
    margin: 0 10px;
}

.mobilecontainer .glass::before {
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mobilecontainer .glass svg {
    font-size: 2.5em;
    fill: #fff;
}

.boxii{
    color: white;
    background-color: #25AEEF;
    padding: 10px;
    border-radius:0 0 10px 10px;
}

.boxii::before {
    content: '';
    position: absolute;
    top: -4px;
    width: 10px;
    height: calc(100% + 8px);
    background: #fff;
    opacity: .35;
    background-blend-mode: color;
    transform: skew(-30deg);
    animation: blendingOverlay 5s infinite;
    animation-timing-function: linear;
    z-index: 10;
    filter: blur(3px);
}
@keyframes blendingOverlay {
    0%{
        left: 0%;
    }
    100%{
        left: 100%;
    }
   
}



.orderlist li{ 
    list-style: none; 
} 
.orderlist li::before{ 
    content: "\27AD"; 
    line-height: 0;
    font-size: 20px;
} 