@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');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

/*scroll*/
::selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #000000;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000000;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-image: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
}

/*body*/
body {
    overflow-x: hidden;
    font-family: "Questrial", sans-serif !important;
    ;
    /* 
  background-color: #000; */
}

h5 {
    font-family: 'Poppins';
}

.btn {
    font-family: 'Montserrat';
}

*:hover,
*:focus,
* {
    outline: none !important;
}

.overflw {
    overflow: hidden;
}

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
button:hover {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

/*padding*/
.pad {
    padding: 0;
}

.padL {
    padding-left: 0;
}

.padR {
    padding-right: 0;
}

.pad-top-80 {
    padding-top: 80px !important;
}

.pad-top {
    padding-top: 60px;
}

.pad-btm-30 {
    padding-bottom: 30px;
}

.pad-btm {
    padding-bottom: 50px;
}

.pad-btm-70 {
    padding-bottom: 70px;
}

.pad-tb {
    padding: 80px 0;
}

.pad-tbm {
    padding: 50px 0;
}

.padRt-60 {
    padding-right: 60px;
}

.pad-LR30 {
    padding: 0 30px;
}

.pad-80-240 {
    padding: 80px 0 240px;
}

.mt-50 {
    margin-top: 120px;
}

.mt-35 {
    margin-top: 35px;
}

/*botton*/
.btn-a {
    background-color: #bd964c;
    border: 2px solid #bd964c;
    border-radius: 0;
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn-a:hover {
    background: transparent;
    color: #fff;
}

.btn-submit {
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    letter-spacing: .2px;
}

.btn-submit:hover {
    background: transparent;
    color: #fff;
}

/*heading*/
.m1-h h5 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins';
}

.m1-h h5 span {
    font-weight: 400;
    font-size: 44px;
}

.m2-h h5 {
    font-size: 36px;
    text-transform: capitalize;
    color: #c49c4f;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins';
    text-transform: uppercase;
    padding-bottom: 20px
}

.m2-h h5 span {
    border-bottom: 3px solid #c49c4f;
    text-transform: capitalize;
}

.m3-h h5 {
    margin-bottom: 35px;
    padding-bottom: 19px;
    color: #c49c4f;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 18px;
}

.m4-h h5 {
    color: #c49c4f;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 18px;
    margin: 25px 0 30px;
    font-weight: 600;
}

.m5-h h5 {
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.m5-h h5 span {
    border-bottom: 3px solid #fff;

}

.m6-h h5 {}

/*paragrape*/
.p1 p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.p2 p {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.p3 p {
    color: #fff;
    line-height: 32px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins';
}

.p4 p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins';
    line-height: 22px;
}

.p5 p {}

/* Font size */
.font-16 {
    font-size: 16px !important;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 999999;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    position: absolute;
    transition: .6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #000;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

body header {
    background: transparent;
}

body.white-mode header {
    background: #fff;

}

body.white-mode .who-sec {
    background: #fff;
}

body.white-mode .who-are-you-content h6 {
    color: #000;
}

body.white-mode .who-are-you-content p {
    color: #000;
}

body.white-mode .who-are-you-content button {
    background: #000;
    color: #fff;
}

body.white-mode .who-cards .card {
    background: #8F00FF;
}

body.white-mode #s_services {
    background: #fff;
}

body.white-mode .laptop-grill-wrap h6 {
    color: #000;
}

body.white-mode .our-service {
    background: #fff;
}

body.white-mode .our-service h6 {
    color: #000;
}

body.white-mode .hover-laptop-wrap div h2 {
    color: #000;
}

body.white-mode .hover-laptop-wrap i {
    background: #8F00FF;
}


body.white-mode .hover-laptop-wrap:hover div h2 {
    opacity: 1;
    transform: translateX(30px);
    color: #fff !important;
}

body.white-mode .portfolio-bg {
    background: #fff;
}


body.white-mode .portfolio-bg h6 {
    color: #000;
}

body.white-mode .portfolio-tabs button {
    color: #000000;
}

body.white-mode .portfolio-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-bottom: 1px solid #000;
}

body.white-mode .portfolio-bg-sliders {
    background: #fff;
}

body.white-mode .happy .card {
    background: rgb(255 255 255 / 50%);
    color: #000000;
    border: 1px solid #ffffff;
}


body.white-mode .happy p {
    color: #000;
}

body.white-mode .happy h2 {
    color: #000;
}

body.white-mode .client h3 {
    color: #000;
}

body.white-mode .contact-bg {
    background: #fff;
}

/* body.white-mode .money {
    background: #8F00FF;
} */

body.white-mode .footer-sec {
    background: #262639;
    padding: 79px 79px 50px 79px;
}


body.white-mode .footer-links ul li a {
    color: #fff;
    font-weight: 500;
}

body.white-mode .footer-marq {
    color: #858585;
    text-align: center;
    -webkit-text-stroke-color: #ffffff;
}

body.white-mode .marq-sec {
    background: #262639;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

/*
body.white-mode .portfolio-targb(0, 0, 0)nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #000;
} */

/* body.white-mode .slider .slide-track {
    background-color: #8F00FF;
} */

body.white-mode .who-cards .card:hover {
    transform: scale(1.1);
    border: 0px solid transparent;
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
    border-image: linear-gradient(90deg, #ff6a3cb3, #ff007599, #8f00ff82) 1;
    border-radius: 0px;
}







body.white-mode ul li a {
    color: #000;
    font-weight: 500;

}

body.white-mode .menuWrap ul.menu li a {
    color: #000;
    /* Change text color to black in white mode */
}

body.white-mode .menuWrap ul.menu li a:hover {
    color: #000;
    /* Keep text color black on hover in white mode */
}

.menuWrap ul.menu li a {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    text-decoration: none;
    color: #fff;
    /* Adjust the initial text color */
    transition: color 0.3s ease;
}

.menuWrap ul.menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    /* Gradient color */
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    box-shadow: 0 0 30px rgba(255, 106, 60, 0.3),
        /* Orange shadow with large spread */
        0 0 30px rgba(255, 0, 117, 0.3),
        /* Pink shadow with large spread */
        0 0 30px rgba(143, 0, 255, 0.3);
    /* Purple shadow with large spread */
}

.menuWrap ul.menu li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    box-shadow: 0 0 25px rgba(255, 106, 60, 0.5),
        /* Darker orange shadow with large spread */
        0 0 25px rgba(255, 0, 117, 0.5),
        /* Darker pink shadow with large spread */
        0 0 25px rgba(143, 0, 255, 0.5);
    /* Darker purple shadow with large spread */
}

.menuWrap ul.menu li a:hover {
    color: #fff;
    /* Optional: Change text color on hover */
}



header {
    padding: 24px 79px;
    background: rgba(52, 52, 52, 0.19);
    /* Adjusted background color with transparency */
    backdrop-filter: blur(70px);
    /* Fixed the blur value */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.image-container img {
    transition: opacity 0.5s ease;
    cursor: pointer;
    width: 45px;
    transition: .3s;
    border: 1px solid transparent;
    border-radius: 50px;
}

.image-container img:hover {
    transition: opacity 0.5s ease;
    cursor: pointer;
    width: 45px;
    transform: scale(1.09);
    border: 1px solid #ff00758c;
    transition: .3s;
}


body.white-mode {
    /* Example styling for dark mode */
    background-color: #333;
    color: #fff;
}

.header-btns button {
    width: 180px;
    height: 47px;
    border: 1px solid #ff00758c;
    background-color: transparent;
    outline: none;
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #fff;
    border-radius: 50px;
    transition: .3s;
}

.header-btns button:hover {
    background-color: rgb(255, 255, 255);
    color: #000000;
    transform: scale(1.09);
}

body.white-mode .header-btns button {
    background-color: #000;
    /* Background color when white mode is on */
    color: #fff;
    /* Text color when white mode is on */
}

body.white-mode .header-btns button:hover {
    background-color: #fff;
    /* Hover background color when white mode is on */
    color: #000;
    /* Hover text color when white mode is on */
    transform: scale(1.09);
}

.header-btns {
    display: flex;
    justify-content: start;
    gap: 16px;
    align-items: center;
    justify-content: end;
}




/* Home Style */

.banner-sec {
    background-image: url(../../assets/images/banner-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 8rem;


}


.laptop-img img {
    width: 100%;

}

.banner-content h6 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 97px;
    letter-spacing: 14.72px;
    text-transform: uppercase;
    line-height: 15px;
    -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
    margin-bottom: 8px;
}

.banner-content h5 {
    color: #FFF;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 93px;
    font-style: normal;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: -6px;
}

.banner-content {
    margin-left: 6rem;
}

@keyframes smoothGradient {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.banner-content h5 span {
    font-size: 93px;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    /* Ensures the gradient covers the full area */
    animation: smoothGradient 10s linear infinite;
}




.video-btn-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: start;
}

.button-l {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    padding: 0 72px;
    border-radius: 45px;
    position: relative;
    overflow: hidden;
    background: none;
    transition: background 0.4s, transform 0.4s;
}




.button-l img {
    transition: 0.4s;
}

.button-l__play-icon {
    height: 32px;
    margin-right: 8px;
    transition: opacity 0.4s;
    width: 32px;
}

.button-l .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.button-l .background video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.button-l .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
    backdrop-filter: blur(8px);
    z-index: 1;
    transition: background 0.4s, backdrop-filter 0.4s;
}

.button-l.-blured.-backgroundVideo:hover .background:before {
    backdrop-filter: blur(0);
    background: hsla(60, 8%, 95%, 0);
}

.button-l.-blured.-backgroundVideo:hover img {
    opacity: 0;
}

.modal-dialog {
    max-width: 80% !important;
}

.social-icons-wrap {
    display: flex;
    justify-content: center;
    /* Center social icons if needed */
}

.button-l__play-icon {
    height: 32px;
    margin-right: 8px;
    transition: opacity 0.4s;
    width: 32px;
    color: #000;
    /* Apply color if icon is SVG */
}

.button-l span {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-family: 'Hanken Grotesk';
    font-weight: 500;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.banner-call {
    display: flex;
    gap: 17px;
    justify-content: start;
    align-items: center;
}

.banner-call h4 {
    color: #9B9B9B;
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.banner-call h3 a {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    transition: .3s;
    line-height: 25px;
}

.banner-call h3 a:hover {
    color: #ff6a3cb3;
    transform: scale(1.5);
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-contact-wrap {
    animation: fadeInUp 1s ease-in-out 2.3s both;
}



/* brand slider Style Start Here */


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

/* .slider {
    height: 100px;
    position: relative;
    width: auto;
} */

.slider .slide-track {
    animation: scroll 80s linear infinite;
    display: flex;
    width: calc(250px * 14);
    background-color: #141417;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-items: center;

}

.slider .slide img {
    width: 160px;
    padding: 14px;

}

.money .slider .slide img {
    width: revert;

}

.brand-section {
    padding: 50px 0px;
    background: #141417;
    position: relative;
    z-index: 9;
    margin-top: -4px;
}

.money {
    padding: 30px 0px;
    background: #141417;
    position: relative;
    z-index: 9;
}


.who-sec {
    background: #0A0A0D;
    padding: 80px 0px;
}


.who-are-you-content h6 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 97px;
    letter-spacing: 17.72px;
    text-transform: uppercase;
    line-height: 13px;
    -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
    margin-bottom: 8px;
}

.who-are-you-content h5 {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 30px;
}

.who-are-you-content p {
    color: #FFF;
    font-family: "Questrial", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.who-are-you-content p::before {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background-color: #D9D9D9;
    margin-bottom: 10px;
    position: absolute;
    left: -36px;
    top: 8px;
}

.who-are-you-content button {
    width: 200px;
    cursor: pointer;
    height: 55px;
    margin-top: 38px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    border-radius: 40.5px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-transform: uppercase;
}

.who-are-you-content button:hover {
    transform: scale(1.1);
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
}

.who-cards .card {
    border-radius: 20px;
    background: #121217;
    height: 235px;
    color: #fff;
    display: flex;
    transition: .3s;
    padding: 25px;
    justify-content: center;
    text-align: left;
    border: .5px solid transparent;
    border-image: linear-gradient(90deg, #ff6a3cb3, #ff007599, #8f00ff82) 1;
    animation: border-gradient 3s infinite;
    border-radius: 0px;
}

.who-cards .card:hover {
    transform: scale(1.1);
    border: 0px solid transparent;
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
    border-image: linear-gradient(90deg, #ff6a3cb3, #ff007599, #8f00ff82) 1;
    border-radius: 0px;
}



.who-cards h6 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.who-cards h5 {
    color: #fff;
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin-top: 12px;
}

.who-sec::before {
    content: "";
    background-image: url(../images/wheel1.png);
    display: flex;
    width: 450px;
    height: 450px;
    background-size: cover;
    position: absolute;
    left: -96px;
    animation: rotate-wheel 100s linear infinite;
    top: 191px;
}

@keyframes rotate-wheel {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.who-sec::after {
    content: "";
    background-image: url(../images/wheel2.png);
    display: flex;
    width: 400px;
    height: 400px;
    background-size: cover;
    position: absolute;
    right: -205px;
    animation: rotate-wheel2 100s linear infinite;
    top: -160px;
    rotate: 35deg;
}

@keyframes rotate-wheel2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.who-sec {
    position: relative;
}

/* filteration new section */

.laptop-grill-wrap h6 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 97px;
    letter-spacing: 17.72px;
    text-transform: uppercase;
    line-height: 13px;
    -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
    margin-bottom: 8px;
}

.laptop-grill-wrap h5 {
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 17px;
}

.laptop-grill-wrap p {
    color: #8E8E8E;
    font-family: "Questrial", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

/* .laptop-grill {
    background: #0A0A0D;
    padding: 80px 0px;
} */

#s_services {
    background: #0A0A0D;
    padding: 50px 0px 0px 0px;

}

.laptop-tabs div {
    background: #121217;
    margin-bottom: 18px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 13px;
    border: 1px solid #616161;
    cursor: pointer;
    transition: .3s;
}

.laptop-tabs button {
    width: 200px;
    cursor: pointer;
    height: 55px;
    margin-top: 10px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    border-radius: 40.5px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-transform: uppercase;
    background-color: #121217;
}

.laptop-tabs button:hover {
    transform: scale(1.1);
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
}

.laptop-tabs div:hover {
    transform: scale(1.1);
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
}

.laptop-tabs h2 {
    color: #FFF;
    font-family: "Power Grotesk";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Hanken Grotesk';
}

/* #s_img {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 48%;
    z-index: 1;
    max-width: 764px;
} */

#s_img img {
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%) scale(0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    filter: blur(100px);
    left: 0;
    position: absolute;
}

#s_img img.act {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    /* animation: spin 20s linear infinite; */
}


#s_img img,
#s_intro>div,
#s_txt {
    -webkit-transition: 0.8s linear;
    -moz-transition: 0.8s linear;
    -o-transition: 0.8s linear;
    transition: 0.8s linear;
}

#s_txt {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0);
    opacity: 0;
    /* width: 38%;
    padding: 0 2%;
    z-index: 1;
    margin-left: auto;
    margin-right: 6%; */
}

.service h3 {
    font-size: 32px;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.5);
    color: #858585;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 48px;
}

#s_services.act #s_txt {
    backface-visibility: hidden;
    opacity: 1;
}

.service.act h3 {
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 700;
    font-family: 'Hanken Grotesk';
    border: 1px solid #fff;
    border-radius: 7px;
    border-radius: 12px;
    border: 1px solid #505050;
    background: #121217;
}

.service.act a {
    color: #68b5ff;
}

.service {
    height: 40px;
}

.service.act {
    height: 100%;
}

.service p {
    /* font-size: 0; */
    text-align: center;
    color: #68b5ff;
    line-height: 24px;
    padding: 10px 0 26px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0);
    opacity: 0;
    height: 0px;
    transition: transform 0.5s linear, opacity 0.5s linear;
}

.service.act p {
    transition: 0.5s;
    opacity: 1;
    transform: translateZ(0) scale(1);
    /* font-size: 16px; */
    height: 100%;
}

#s_services.act #s_txt,
.service.act h3,
.service.act p {
    transform: translateZ(0) scale(1);
}

#s_services.act #s_txt,
.service h3 {
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}


.our-service {
    background: #0A0A0D;
    padding: 100px 0px 0px 0px;
}

.our-service h6 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 97px;
    letter-spacing: 17.72px;
    text-transform: uppercase;
    text-align: center;
    line-height: 13px;
    -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
    margin-bottom: 8px;
}

.our-service h5 {
    text-align: center;
    font-size: 75px;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 17px;
}



.hover-laptop-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    transition: .3s;
    height: 212px;
    padding: 10px 42px;
    border-bottom: 2px solid #46464a63;
    margin-top: 60px;
}

.hover-laptop-wrap:hover {
    background-image: url(../../assets/images/hover-laptop-bg.png);
    background-repeat: no-repeat;
    padding: 10px 42px;
    background-size: cover;
    border-bottom: 2px solid #0A0A0D;
    height: 212px;
}



.hover-laptop-wrap span {
    color: #2F2F2F;
    text-align: center;
    font-family: 'Hanken Grotesk';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: .3s;
}

.hover-laptop-wrap:hover span {
    color: #fff;
}

.hover-laptop-wrap {
    display: flex;
    align-items: center;
    /* Aligns items vertically in the center */
}

.hover-laptop-wrap div h2 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transform: translateX(-30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    letter-spacing: -6px;
}

.hover-laptop-wrap:hover div h2 {
    opacity: 1;
    transform: translateX(30px);
    /* Move to original position */
}

.hover-laptop-wrap img {
    width: 250px;
    opacity: 0;
    transform: translateX(20px);
    /* Move from right */
    transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease;
}

.hover-laptop-wrap:hover img {
    opacity: 1;
    transform: translateX(0);
    /* Move to original position */
    width: 280px;
    /* Increase by 30px */
}

.hover-laptop-wrap i {
    background: #1A1A1F;
    height: 40px;
    width: 40px;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 37px;
    color: #ffffffa6;

}


.our-service button {
    width: 200px;
    cursor: pointer;
    height: 55px;
    margin-top: 10px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    border-radius: 40.5px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-transform: uppercase;
    background-color: #121217;
}

.our-service button:hover {
    transform: scale(1.1);
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
}

.happy {
    position: relative;
}

.happy h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Hanken Grotesk';
    line-height: 34px;
    margin-top: 30px;
}

.happy .card {
    background: rgba(10, 10, 13, 0.5);
    /* Semi-transparent background to allow blur effect to be visible */
    height: 500px;
    padding: 54px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #424242;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(20px);
    /* Apply blur effect */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* Optional: Add a subtle shadow for better visibility */
}

.happy p {
    margin-top: 8px;
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px;
    /* 170% */
}

.ring1 img {
    background-image: url(../images/ring1.png);
    display: flex;
    width: 400px;
    height: 400px;
    background-size: cover;
    position: absolute;
    left: -262px;
    /* animation: rotate-wheel 100s linear infinite; */
    top: 0px;
    animation: rotate-wheel 100s linear infinite;
}

.ring2 img {
    background-image: url(../images/ring1.png);
    display: flex;
    width: 314px;
    height: 314px;
    background-size: cover;
    position: absolute;
    left: 421px;
    /* animation: rotate-wheel 100s linear infinite; */
    top: 64px;
    animation: rotate-wheel 100s linear infinite;
}

.client {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: SPACE-BETWEEN;
    flex-wrap: wrap;
    justify-content: space-around;
}

.client h3 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-around;
    line-height: 40px;
}

/* brand slider Style End Here */

.portfolio-bg {
    background: #0A0A0D;
    padding: 50px 79px
}


.portfolio-bg-sliders {
    background: #0A0A0D;
}



.portfolio-bg h5 {
    font-size: 60px;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 17px;
}

.portfolio-bg h6 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 97px;
    letter-spacing: 17.72px;
    text-transform: uppercase;
    line-height: 13px;
    -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
    margin-bottom: 8px;
}


/* portfolio Style Start hear */
.portfolio-tabs button {
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-family: 'Hanken Grotesk';
    font-weight: 400;
    text-transform: capitalize;
}

.portfolio-tabs .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
}

.portfolio-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0a0a0d;
    border: none;
    padding-bottom: 13px;
    position: relative;
    z-index: 1;
}

.portfolio-tabs .nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    /* Border ki thickness */
    background: linear-gradient(90deg, #FF6A3C, #FF0075, #8F00FF);
    background-size: 200%;
    /* Background ka size do guna kar diya gaya hai */
    background-position: 0% 100%;
    /* Starting position set ki gayi hai */
    transition: background-position 0.5s ease;
    /* Smooth transition effect */
    z-index: -1;
}

.portfolio-tabs .nav-tabs .nav-item.show .nav-link:hover::before,
.nav-tabs .nav-link.active:hover::before {
    background-position: 100% 100%;
    /* Background ki position ko end tak move kar diya gaya hai */
}

.portfolio-tabs .nav-tabs {
    border-bottom: 1px solid #73737340;
}

.portfolio-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    cursor: pointer;
    border-color: transparent transparent transparent;
    padding-bottom: 13px;
    border-bottom: 1px solid transparent;
    /* Default border color ko transparent rakhain */
}

.portfolio-tabs button .active {
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-family: 'Hanken Grotesk';
    font-weight: 400;
}

.carousel {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.slick-next,
.slick-prev {
    display: none !important;
}

.slider-overlay-wrap {
    position: relative;
    overflow: hidden;
    /* To prevent overflow outside the parent */
}

.slider-wrap {
    background: rgb(115 115 115 / 34%);
    height: 90%;
    width: 90%;
    position: absolute;
    top: 22px;
    left: -100%;
    backdrop-filter: blur(9.3px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: left 0.5s ease-in-out;
    padding: 36px;
    display: grid;
    align-items: center;
}

/* .slider-wrap div {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap:10px;
} */

.slider-overlay-wrap:hover .slider-wrap {
    left: 29px;
    /* Move the overlay to the right on hover */
}

.slider-wrap button {
    width: 143px;
    height: 44px;
    border: none;
    transition: .3s;
    color: #fff;
    font-family: 'Hanken Grotesk';
    /* margin-top: 13px; */
    cursor: pointer;
    border-radius: 28px;
    border: 1px solid rgb(70 70 70 / 39%);
    background: rgba(255, 255, 255, 0.05);
    margin-right: 4px;
    font-size: 15px;

}

.slider-wrap button:hover {
    transform: scale(1.1);
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
}

.slider-overlay-wrap img {
    transition: .3s;
}

.slider-overlay-wrap:hover img {
    transform: scale(1.2);
}

.slider-wrap h6 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 97px;
    letter-spacing: 15.72px;
    text-transform: uppercase;
    line-height: 13px;
    -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
    margin-bottom: 8px;
}

.slider-wrap h5 {
    margin-top: 17px;
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -2px;
}

/* portfolio Style Start hear */


/* Footer style */
.footer-sec {
    background: #0A0A0D;
    padding: 50px 79px 50px 79px;
}


.logo-wrap h6 {
    font-size: 30px;
    color: #fff;
    font-family: 'Hanken Grotesk';
    font-weight: 500;
}

.footer-sec p {
    color: #8E8E8E;
    font-family: "Questrial", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 10px;

}

.logo-wrap {
    border-radius: 20px;
    background: #121217;
    padding: 45px;
    position: relative;
}

.logo-wrap::before {
    content: "";
    background-image: url(../images/wheel1.png);
    display: flex;
    width: 122px;
    height: 231px;
    background-size: cover;
    position: absolute;
    right: 0px;
    /* animation: rotate-wheel 100s linear infinite; */
    top: 46px;
}

.logo-wrap a {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    transition: .3s;
    line-height: 33px;

}


.footer-info-wrap h6 {
    color: #797979;
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.footer-info-wrap h6 span {
    color: #fff
}


.footer-links ul li {
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.footer-links ul li a {
    color: #A1A1A1;
    transition: .3s;
}


.footer-links ul li a:hover {
    color: #ff6a3cb3;
    margin-left: 10px;
}


.footer-links h4 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
}


.footer-links p {
    font-family: 'Hanken Grotesk';
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.footer-input-wrap input {
    width: 100%;
    height: 54px;
    border-radius: 46px;
    color: #fff;
    border-radius: 26px;
    border: 1px rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 1px 22px;
    margin-top: 17px;
    outline: none;
}

.footer-input-wrap {
    position: relative;
}

.footer-input-wrap i {
    position: absolute;
}

.footer-input-wrap i {
    position: absolute;
    color: #fff;
    font-size: 19px;
    right: 26px;
    cursor: pointer;
    top: 34px;
}

.footer-input-wrap i:hover {
    color: #ff6a3cb3;
}

.footer-marq {
    color: #121217;
    text-align: center;
    -webkit-text-stroke-color: #000;
    font-family: 'Hanken Grotesk';
    font-size: 196px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.marq-sec {
    background: #0A0A0D;
}

.copy-right {
    background-color: #101014;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 13px 70px;

}

.copy-right h6 {
    color: #B9B9B9;
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copy-right h6 a {
    color: #B9B9B9;
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copy-right h6 a:hover {
    color: #ff6a3cb3
}


.contact-bg .container {
    background-image: url(../images/contact-bg.png);
    background-size: cover;
    padding: 55px;
    border-radius: 25px;
}

.contact-bg label {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
}

section.contact-bg input {
    width: 100%;
    height: 44px;
    background: transparent;
    border-bottom: 1px solid #ffffff21;
    border-top: none;
    border-left: none;
    border-right: navajowhite;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Hanken Grotesk';
    outline: none;
    color: #fff
}

section.contact-bg textarea {
    width: 100%;
    height: 120px;
    background: transparent;
    border-bottom: 1px solid #ffffff21;
    border-top: none;
    border-left: none;
    border-right: navajowhite;
    font-size: 16 px;
    font-weight: 300;
    font-family: 'Hanken Grotesk';
    outline: none;
    color: #fff
}


.contact-bg {
    background: #0A0A0D;
    padding: 50px 0px 50px 0px;
}


.contact-bg button {
    width: 200px;
    cursor: pointer;
    height: 55px;
    margin-top: 10px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    border-radius: 40.5px;
    border: 1px solid #ff00758c;
    text-transform: uppercase;
    background-color: transparent;
}

.contact-bg button:hover {
    transform: scale(1.1);
    background: var(--Gradient---02, linear-gradient(90deg, #ff6a3cb3 0%, #ff007599 51%, #8f00ff82 100%));
}

.contact-bg h5 {
    text-align: left;
    font-size: 40px;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 28px;
}

.contact-bg h6 {
    color: #FFF;
    font-family: 'Hanken Grotesk';
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 97px;
    letter-spacing: 17.72px;
    text-transform: uppercase;
    line-height: 13px;
    -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
    margin-bottom: 8px;
}

/* Footer style */




ul.menu {
    display: block;
}

ul.menu>li {
    display: inline-block;
    margin-right: 40px;
}

ul.menu>li:last-child {
    margin-right: 0;
    margin: 0 0 0 30px;
}

ul.menu>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 2px solid transparent;
    font-family: "Hanken Grotesk", sans-serif;


}

/* ul.menu>li.active a {
    border-bottom: 2px solid #fff;
}

ul.menu>li>a:hover {
    border-bottom: 2px solid #fff;
} */

/*main-banner*/
.mainBanner {
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
}

video#myVideo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99;
}

.z-9 {
    z-index: 999;
    position: relative;
}

.mainBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

/*main-banner End*/
/* Social Icons */
.socialIcon li {
    display: inline-block;
}

.socialIcon li span {
    padding: 12px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
}

.socialIcon li span:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/*footer start*/
footer {
    background-color: #0f0f0f;
    padding: 30px 0;
}

.flogo {
    text-align: right;
}

.copyright.text-center {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #000;
}

.copyright.text-center p {
    text-transform: capitalize;
}

.footerLinks a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.contactDetail li {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}


/*footer end*/
/*media-quries*/
@media (max-width:1440px) {}

@media (max-width:1200px) {
    .menu-Bar {
        display: block;
        top: 0px;
        right: 75px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        margin: auto;
        background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 9999;
        width: 100vw;
    }

    .menuWrap .menu li {
        display: block;
    }

    .menuWrap .menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        margin-bottom: 30px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 25px;
    }

    .container {
        position: relative;
    }

    header .header-top {
        display: none;
    }

    header .main-header ul.menu>li {
        display: block;
        padding: 0px;
    }

    header .main-header ul.menu>li a {
        color: #fff;
        padding: 0px;
        text-align: center;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }
}

@media (max-width:980px) {
    .btn-a {
        margin-bottom: 20px;
    }

    footer {
        padding-bottom: 60px;
    }
}

@media (max-width:824px) {}

@media (max-width:767px) {



    footer {
        text-align: center;
    }

    .m1-h h5 span {
        font-size: 26px;
    }

    .at-h {
        padding-bottom: 0;
    }

    .padRt-60 {
        padding-right: 0 !important;
    }

    .btn {
        border: 1px solid #000;
    }

    ul.menu>li:last-child {
        margin: 0;
    }

    a.logo img {
        width: 50%;
    }

    .m1-h h5 {
        font-size: 20px;
    }

    .mainBanner {
        height: 35vh;
    }

    .m2-h h5 {
        font-size: 20px;
    }

    .pad-tb {
        padding: 40px 0;
    }

    .p1 p {
        font-size: 16px;
        line-height: 20px;
    }

    .flogo img {
        width: 50%;
    }

    .flogo {
        text-align: left;
        margin-bottom: 20px;
    }

    .copyright.text-center {
        font-size: 16px;
    }

    footer {
        padding: 15px 0;
    }

    ul.menu>li.active a {
        border-bottom: 0;
    }

    ul.menu>li {
        margin-right: 0;
    }

    .menuWrap .menu li a {
        margin-bottom: 15px;
        font-size: 15px;
    }

    ul.menu>li>a {
        border-bottom: none;
    }

    ul.menu>li.active a {
        border-bottom: none;
    }

    ul.menu>li>a:hover {
        border-bottom: none;
    }

    .inner-ban .ban_hdn h5::after {
        width: 90px;
    }

    .inner-ban {
        height: 20vh;
    }

    .Tec-ctn h5::after {
        width: 270px;
    }
}

@media (min-width:320px) and (max-width:340px) {}

@media (min-width:341px) and (max-width:365px) {}

@media (min-width:366px) and (max-width:380px) {}

@media (min-width:381px) and (max-width:415px) {}

/* UL style */
.listStyle {
    list-style: disc;
    display: inline-block;
    list-style-position: inside;
}

.listStyle li {
    margin: 30px 0;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    /* position: relative;
   */
}