@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --black: #000000;
    --text: #ffffff;
    --heading1: 75px;
    --lineheight: 74.8px;
    --letterspacing: -3.2px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif !important;
}

a {
    color: var(--black) !important;
    text-decoration: none !important;
}

a.nav-link {
    color: white !important;
}

/* cursor Pointer */
#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #ff0800;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}

#cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #09090a;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
        height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 137%;
    left: -84%;
    padding: 23%;
    background: radial-gradient(#dbd9d9, #fdfeff);
}

li.nav-item {
    font-size: 16px;
    font-weight: 600;
}

.bg-background {
    background: url(assets/images/Home/Banner/outoor_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.topText h1 {
    font-size: 60px;
    color: #ffffff;
    letter-spacing: -4.2px;
    font-weight: 600;
    padding-top: 23%;
}

#video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    padding: 20px 0 0 0;
}

/* Header section */
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: inherit;
    justify-content: end !important;
}

.navbar-nav {
    font-size: 18px;
    font-weight: 600;
}

img#Logo-item {
    width: 50px;
    height: 50px;
}

/* Section two */
.sectionTwo {
    background-color: #000000;
    margin-top: 100px;
    color: #ffffff;
}

.headText h1 {
    font-size: 90px;
    text-align: center;
}

.headText p {
    text-align: center;
    color: #858383;
}

.headText img {
    width: 100%;
    height: 80%;
    border-radius: 10px;
}

.p-Item {
    padding: 4% 0;
}

/* Related Industy */
.Rel-Industy {
    background-color: #000000;
    padding: 5% 0;
    width: 100%;
}

.Rel-Industy h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    padding: 0 0 2% 0;
}

swiper-container {
    width: 100%;
    height: 65%;
    object-fit: cover;
    transition: 2.8s ease-in;
}

swiper-slide {
    text-align: left;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    cursor: grab;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2% 0;
}

.img-slide h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    display: none !important;
}

/* Gallery Section */
.gallery-align {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    overflow: overlay;
    cursor: grab;
}

.gallery-align img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 50px;
}

.gallery-align::-webkit-scrollbar {
    margin-top: 20px;
    /* Margin from the top */
    scroll-behavior: smooth;
}

.gallery-align::-webkit-scrollbar-thumb {
    background: #262626;
    /* Color of the thumb (the draggable part) */
    border-radius: 6px;
    /* Round the corners of the thumb */
    height: 2px;
    /* Fix the height of the thumb */

}

.gallery-align::-webkit-scrollbar-track {
    background: #f2f2f2;
    /* Color of the track (the area behind the thumb) */
    border-radius: 6px;
    /* Round the corners of the track */
    cursor: grab;
}

/* Related Industries */
.rel-ind h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 4% 0 0 0;
}

.rel-ind p {
    font-size: 14px;
    color: #282828;
}

.rel-ind a {
    font-size: 14px;
    color: #000000;
    font-weight: 800;
}

.related-Industry {
    background-color: #ebebeb;
    padding: 2% 0 4% 0;
}

/* Industries */
.button-link p {
    /* color: red; */
    text-align: center;
    text-decoration: underline;
}



.iconbox a i {
    color: #8c8c8c;
}

/* offline adv */
.offline-Adv {
    background-color: #e7ffff;
    padding: 100px;
}


/* Footer */
footer {
    background-color: var(--black);
    color: var(--text);
}

.footer-text {
    display: flex;
    align-items: center;
}

.footer-text h2 {
    font-size: 50px;
}

.footer-text a p {
    border: 2px solid #939090;
    padding: 14px;
    color: #ffffff;
}

.footer-One li {
    color: rgb(226, 226, 226);
    list-style-type: none;
    font-size: 14px;
    font-weight: 300;
}

.copyright-One {
    font-size: 15px;
}

.copyright-two li {
    color: #e2e2e2;
    display: inline;
    font-size: 15px;
}

.copyright-three {
    display: flex;
    justify-content: center;
}

.copyright-three i {
    font-size: 25px;
}


.text-decoration {
    text-decoration: underline;
    text-decoration-color: #282828;
    text-decoration-thickness: 15px;
}

.footer-One h6 {
    font-weight: 600;
}

.country p {
    font-size: 14px;
}

.country li {
    font-size: 14px;
}

.copyright-one p,
.copyright-two li,
.copyright-three li i {
    font-size: 14px;
}



/* Creative kit Page */
.firOne {
    background-color: aqua;
    background: url(assets/images/Creative-kit/creative-kit.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20% 0 1% 10%;
}

.tb-img h1 {
    color: #ffffff;
    font-weight: 400;
}

.camp-img p {
    font-size: 14px;
    font-weight: 400;
}

.creat-Text h1 {
    font-size: 75px;
    font-weight: 800;
}

.Creat-Video {
    z-index: -1;
    ba
}

.text-clr h2 {
    font-size: 80px;
    font-weight: 800;
    color: #00499b;
}

.creat-Text02 h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
}

.creat-Text02 p {
    font-size: 15px;
    color: #d6d6d6;
}

.cr-third {
    background-color: black;
    padding: 8% 0 12% 0;
}

.cr-third h1 {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0 0 4% 0;
}

.creat-Text02 img {
    width: 50%;
    height: auto;
    padding: 1% 0 4% 0;
}

.creat-Text03 p {
    font-size: 18px;
}

.format-img img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    border-radius: 6px;
    padding-bottom: 50px;
}

.wk-contain img {
    width: 100%;
    height: auto;
}

.wk-contain p {
    font-size: 15px;
    padding: 4% 0 0 0;
}

.wk-contain h6 {
    font-size: 18px;
    font-weight: 500;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 60%;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

section.Gl-creative {
    padding: 8% 0;
}

/* when i hover the h1tag they will show some images */

.text-hov {
    position: relative;
    display: flex;
    cursor: pointer;
}

.text-hov h1 {
    color: rgb(0, 0, 0);
    font-size: 44px;
    padding: 26px;
    text-align: left;
    border-top: 2px solid #000000;
    z-index: -1;
    width: 100%;
    font-weight: 500;
    letter-spacing: -2px;
}

.text-hov:hover h1 {
    color: rgb(0, 0, 0);
    font-size: 44px;
    padding: 26px;
    text-align: left;
    z-index: -1;
    width: 100%;
    font-weight: 500;
    letter-spacing: -2px;
    margin-left: 20px;
}

.text-hov img {
    position: absolute;
    top: -54px;
    left: 800;
    width: 200px;
    height: 200px;
    object-fit: cover;
    transform: rotate(15deg);
    opacity: 0;
    transition: opacity 0.3s;
}

.text-hov:hover img {
    opacity: 1;
}


/* Campaign */
.compaign-carousal {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    overflow: overlay;
}

.camp-img img {
    width: 100%;
    height: auto;
}

.camp-img:hover img {
    width: 100%;
    height: auto;
}

.camp-img h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.dec-clr {
    color: #858585;
    font-weight: 700;
}


.featured {
    background-color: #0b0b0c;
}


/* FAQ */
button.accordion-button {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    /* background-color: var(--bs-accordion-active-bg); */
    /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: none !important;
    background-color: #ffffff;
}



/*  img-aboutOffline */
.img-aboutOffline img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.offline-Text h3 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -2.2px;
}

ul.list-itemSetup {
    list-style-type: none;
    display: contents;
}




/* Extra codes */
.sect-One h2 {
    font-size: 25px;
    font-weight: 500;
}

.catagory h6 {
    font-size: 16px;
    font-weight: 700;
}

.catagory p {
    font-size: 14px;
    letter-spacing: -0.2px;
}

.sect-One h1 {
    font-size: 25px;
    font-weight: 700;
}

.catagory h2 {
    font-size: 60px;
    text-align: center;
}

/* Gallery */
.gal {
    padding: 3% 5%;
}

.overall-img {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 10px;
}

.imageX {
    flex: 0 0 calc(33.333% - 10px);
    box-sizing: border-box;
    position: relative;
}

.imageX h6 {
    visibility: hidden;
}

.imageX img:hover {
    visibility: visible;
}

.imageX img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Add this CSS to your stylesheet for WebKit browsers */
.overall-img::-webkit-scrollbar {
    width: 2px;
}

.overall-img::-webkit-scrollbar-thumb {
    background-color: #010101;
    /* Set the color of the thumb (the draggable part) */
    border-radius: 5px;
    /* Set the border radius of the thumb */
}

.overall-img::-webkit-scrollbar-track {
    background-color: rgb(242, 177, 177);
    /* Set the color of the track (the area behind the thumb) */
}

/* Optionally, you can style the scrollbar on hover */
.overall-img::-webkit-scrollbar-thumb:hover {
    background-color: #292727;
    cursor: grab !important;
}


/* About us */
.AbtOne {
    background: url(assets/images/Creative-kit/creative-kit.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abt-img h1 {
    font-size: 40px;
    padding: 20% 0 0 0;
    color: var(--text);
}

.about-One {
    padding: 3% 0;
}

.abt-One h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 14% 0 0;
}

#abt-video {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.logo-item {
    margin-right: 60px;
    padding: 3% 0 3% 0;
}

.logo-item img {
    width: 120px;
    height: 60px;
}

.client-Logo {
    padding: 30px 100px;
}

.client-log h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 25% 2% 0;
}

.client-log {
    padding: 5% 0;
}

.cl-ac h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1.1px;
    padding: 10px 0;
}

.let-get p {
    background-color: #000000;
    color: #ffffff;
    width: max-content;
    padding: 10px 20px;
    border-radius: 4px;
}

.clact {
    padding: 3% 0;
    text-align: center;
}

.let-get {
    display: flex;
    justify-content: center;
}

/* Contact us */
.ct-One {
    padding: 4% 0 8% 0;
}

.ctn-One h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
}

.ctn-One p {
    font-size: 14px;
    color: black;
}

/* form-Section */
#name,
#email,
#tel_num,
#text_area {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    border: none;
}

#name:hover,
#email:hover,
#tel_num:hover,
#text_area:hover {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #b8b8b8;
    border: none;
}

#submit {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 24px;
    border: none;
}

/* extra */
section.secti-two {
    padding: 5% 0;
}


/* Mobile View */
@media only screen and (min-device-width: 360px) and (max-device-width: 768px) {

    /* code here */
    /* Home */
    /* header */
    ul.navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 112%;
        left: -125%;
        padding: 23%;
        background: radial-gradient(#ffffff, #ffffff);
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
        display: none;
    }

    #cursor {
        display: none;
    }

    #cursor-border {
        display: none;
    }
    .bg-background {
        background: url(assets/images/Home/Banner/outoor_banner.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 256px;
    }
    .camp-img {
        padding: 6%;
    }

    #video {
        width: 100%;
        height: 257px;
        object-fit: cover;
        padding: 20px 0 0 0;
    }

    .img-aboutOffline img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .offline-Text h3 {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: -2.2px;
    }

    .Rel-Industy h2 {
        color: #ffffff;
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        padding: 0 0 2% 0;
    }

    swiper-slide img {
        display: block;
        width: 100%;
        height: 75%;
        object-fit: cover;
        padding: 2% 0;
    }

    .img-slide h3 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
    }

    .imageX img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .rl {
        padding-bottom: 30px;
    }

    /* footer text */
    .footer-text h2 {
        font-size: 35px;
    }

    .footer-One {
        padding: 10px 10px;
    }

    .copyright-one,
    .copyright-two {
        text-align: center;
    }

    .copyright-three {
        padding: 10px;
        text-align: center;
    }

    /* About us */
    .AbtOne {
        background: url(assets/images/Creative-kit/creative-kit.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 28% 0 0 0;
    }

    .client-log h4 {
        font-size: 24px;
        font-weight: 600;
        padding: 0 0 2% 0;
    }

    .cl-ac h2 {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -1.1px;
        padding: 10px 0;
    }

    /* creative & media kit */
    .firOne {
        background: url(assets/images/Creative-kit/creative-kit.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 43% 0 0 22px;
    }

    .cr-third h1 {
        font-size: 27px;
        color: #ffffff;
        font-weight: 400;
        text-align: center;
        padding: 0 0 4% 0;
    }

    .creat-Text02 {
        padding: 6% 6%;
    }

    .wk-contain {
        padding: 6%;
    }

    .Gl-creative {
        padding: 14% 0 !important;
    }

    .p-Item {
        padding: 4% 0;
    }
}

/* Tabs view */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {


    #cursor, #cursor-border{
        display: none;
    }
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
        display: none;
    }
    ul.navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
    .firOne {
        background-color: aqua;
        background: url(assets/images/Creative-kit/creative-kit.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20% 0 1% 5%;
    }
    .footer-text h2 {
        font-size: 36px;
    }
    .footer-text a p {
        border: 2px solid #939090;
        padding: 8px 5px;
        color: #ffffff;
        font-size: 14px;
    }

}