@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

@font-face {
    font-family: 'GT Walsheim Pro', sans-serif;
    src: url('../fonts/GTWalsheimPro-Bold.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro', sans-serif;
    src: url('../fonts/GTWalsheimPro-UltraLight.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-UltraLight.woff') format('woff');
    font-weight: Lighter;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro', sans-serif;
    src: url('../fonts/GTWalsheimPro-Light.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro', sans-serif;
    src: url('../fonts/GTWalsheimPro-Medium.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro', sans-serif;
    src: url('../fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --container-max-width-lg: 1360px;
    --bs-primary-rgb: 79, 82, 255;
    --bs-border-width: 2px;
    --bs-btn-border-radius: 4px;
    --bs-blue: #4F52FF;
    --bs-tertiary-bg-rgb: #000;
    --bs-body-bg: #000;
    --bs-body-color: white;
    --bs-heading-color: white;
    --bs-border-color: var(--bs-blue);

}

body {
    font-family: 'GT Walsheim Pro', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2 {
    font-family: "Wix Madefor Display", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

h6 {
    font-family: 'GT Walsheim Pro', sans-serif;
}



@media (min-width: 992px) {
    .container {
        max-width: var(--container-max-width-lg);
    }
}


.h1,
h1 {
    font-size: 70px;
}

.h2,
h2 {
    font-size: 50px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 36px;
}

.h6,
h6 {
    font-size: 28px;
}


.fs-1 {
    font-size: 24px !important;
}

.fs-2 {
    font-size: 22px !important;
}

.fs-3 {
    font-size: 16px !important;
}

.fs-4 {
    font-size: 14px !important;
}

.fs-5 {
    font-size: 20px !important;
}

.fs-6 {
    font-size: 18px !important;
}


.btn {
    --bs-btn-font-family: "Wix Madefor Display", sans-serif;
    --bs-btn-font-size: 20px;
    --bs-btn-font-weight: 400;
    --bs-btn-border-radius: 4px;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-padding-y: 0.9rem;
    border-radius: var(--bs-btn-border-radius);

}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--bs-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-blue);
    --bs-btn-hover-border-color: var(--bs-blue);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-blue);
    --bs-btn-active-border-color: var(--bs-blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-blue);
    text-transform: uppercase;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}


.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-blue);
    --bs-btn-border-color: var(--bs-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--bs-blue);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-blue);
    --bs-btn-active-border-color: var(--bs-blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-blue);
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    --bs-btn-font-size: 20px;
    --bs-btn-padding-y: 0.7rem;
}

.modal {
    --bs-modal-width: 850px;
    --bs-modal-padding: 5rem;
    --bs-modal-header-padding: 2rem 5rem;
    border-radius: 4px;

}

.modal-content {
    border: 2px solid var(--bs-blue);
}


.modal-body {
    padding: 0 var(--bs-modal-padding) 3rem;
}


.btn-close {
    opacity: 1;
}

.modal-header {
    border: none;
}

.navbar-nav {
    --bs-nav-link-color: white;
    --bs-navbar-nav-link-padding-x: 1rem;
}

.navbar {
    --bs-navbar-active-color: var(--bs-blue);
}


.nav-link {
    --bs-nav-link-font-size: 18px;
}

.dropdown-menu {
    border: 1px solid var(--bs-blue);
    --bs-dropdown-font-size: 14px;
    --bs-dropdown-item-padding-y: 0.6rem;
    padding: 0;
    --bs-dropdown-link-hover-bg: var(--bs-blue);
    --bs-dropdown-link-active-bg: var(--bs-blue);
}

img {
    border-radius: 4px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-blue);
}

.dropdown-toggle::after {
    display: none;
}

a.nav-link.dropdown-toggle i {
    margin-left: 5px;
}



.rotater #text {
    height: 150px;
    width: 150px;
    position: relative;
    animation: effect 10s linear infinite;
}

@keyframes effect {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }

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


.rotater span {
    position: absolute;
    left: 50%;
    transform-origin: 0px 150px;
    transform-style: flat;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}

.collapse_btn {
    background-color: transparent;
    border: none;
}

img.default_icon,
img.collapsed_icon {
    width: 25px;
}

.collapsed_icon {
    display: none;
}

.workmobile_img {
    display: none;
}

.workmobile_btn {
    display: none;
}

.accordion_slide {
    padding: 25px 0;
}

.myProductSlider.swiper,
.myProductSlider2.swiper {
    overflow: visible;
}


.myProductSlider .swiper-slide,
.myProductSlider2 .swiper-slide {
    align-items: end;
    display: flex;
    transition: transform 0.5s ease;
    transform: scale(0.8) !important;
    cursor: grab;
}


.myProductSlider .swiper-slide:hover,
.myProductSlider2 .swiper-slide:hover {
    transform: scale(1.1) !important;
}


.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    top: 100% !important;
}

.myProductSlider .swiper-button-prev,
.myProductSlider .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
}

.myProductSlider2 .swiper-button-prev,
.myProductSlider2 .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
}


.myProductSlider .swiper-button-next,
.myProductSlider .swiper-rtl .swiper-button-prev {
    right: 50px;
}

.myProductSlider2 .swiper-button-next,
.myProductSlider2 .swiper-rtl .swiper-button-prev {
    right: 50px;
}

.myProductSlider .swiper-button-next,
.myProductSlider .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44* 50);
}

.myProductSlider2 .swiper-button-next,
.myProductSlider2 .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44* 50);
}


/* marquee styles */
.text-100vw {
    font-size: 12vw;
}

.fa-rotate-45 {
    transform: rotate(-45deg);
}

.swiper-marquee {
    width: 100%;
    height: 100%;
    position: relative;
    color: var(--bs-blue);
}


.swiper-marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiper-marquee .swiper-slide {
    text-align: center;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.icon-rotater {
    position: relative;
}

.icon-rotater .icon-phone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.icon-rotater .fa-spin {
    animation-duration: var(--fa-animation-duration, 10s);
}

.footer_links li {
    font-size: 14px;
    border: none;
    padding: 0;
    margin-bottom: 10px;

}

.footer_links a {
    font-size: 14px !important;
    border: none;
    padding: 0;
    text-decoration: none;
}

footer {
    border-top: 2px solid var(--bs-blue);
}

.footer_hlinks {
    gap: 2rem;
}

.input-group-text {
    background-color: var(--bs-blue);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-blue);
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    color: #828282 !important;
    font-size: 14px;
    font-weight: 300;
}

input {
    font-size: 14px !important;
}

.form-control-lg {
    border-radius: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.work_img {
    margin: 0 auto;
    align-self: center;
}

a {
    color: white;
    text-decoration: none;
}



@media (min-width:767px) and (max-width:1024px) {

    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 24px;
    }

    .h6,
    h6 {
        font-size: 20px;
    }

    .fs-1 {
        font-size: 18px !important;
    }

    .fs-2 {
        font-size: 14px !important;
    }

    .fs-5 {
        font-size: 16px !important;
    }

    .fs-6 {
        font-size: 16px !important;
    }

    .btn {
        --bs-btn-font-size: 14px;
        --bs-btn-padding-x: 0.9rem;
        --bs-btn-padding-y: 0.6rem;
    }

    .btn-secondary {
        --bs-btn-font-size: 18px;
    }

    .navbar-toggler-icon {
        width: 1.2em;
    }

    input {
        font-size: 12px !important;
    }

    .footer_links a {
        font-size: 12px !important;
    }

    .footer_hlinks {
        gap: 1rem;
    }

    .accordion_slide {
        padding: 15px 0 !important;
    }

    .swiper-marquee .swiper-slide {
        font-size: 20px !important;
    }

    .btn-processmobile {
        font-size: 14px !important;
    }

    .work_heading {
        font-size: 24px !important;
    }

    .modal {
        --bs-modal-padding: 2rem;
        --bs-modal-width: 650px;
        --bs-modal-header-padding: 2rem 2rem;
    }

}




@media screen and (max-width:990px) {
    .navbar-collapse {
        display: flex;
        justify-content: center !important;
        height: 100vh; 
        overflow-y: auto;
        align-items: center;
    }
}



@media screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 32px;
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 24px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }

    .fs-1 {
        font-size: 18px !important;
    }

    .fs-2 {
        font-size: 14px !important;
    }

    .fs-5 {
        font-size: 14px !important;
    }

    .fs-6 {
        font-size: 14px !important;
    }

    .logo {
        width: 122px;
    }

    .btn {
        --bs-btn-font-size: 14px;
        --bs-btn-padding-x: 0.8rem;
        --bs-btn-padding-y: 0.5rem;
    }

    .btn-secondary {
        --bs-btn-font-size: 16px;
        --bs-btn-padding-x: 0.8rem;
        --bs-btn-padding-y: 0.5rem;
    }

    .navbar-toggler-icon {
        width: 1em;
    }

    .workdesktop_img,
    .workdesktop_btn {
        display: none;
    }

    .workmobile_img,
    .workmobile_btn {
        display: block;
    }

    .btn-processmobile {
        font-size: 14px !important;
    }

    input {
        font-size: 12px !important;
    }

    .footer_links a {
        font-size: 12px !important;
    }

    .footer_hlinks {
        gap: 1rem;
    }

    .accordion_slide {
        padding: 15px 0 !important;
    }

    .swiper-marquee .swiper-slide {
        font-size: 18px !important;
    }

    .work_heading {
        font-size: 22px !important;
    }

    .modal {
        --bs-modal-padding: 2rem;
        --bs-modal-header-padding: 2rem 2rem;
    }

}

.dropdown-menu {
    opacity: 0;
    transition: opacity 0.5s ease;
}


.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    display: block;
}


body {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

body.loaded {
    opacity: 1;
}


.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.lightbox-carousel .carousel-inner {
    border: 2px solid var(--bs-border-color);
    border-radius: 0.5rem;
}

.lightbox .btn-close svg path{
 fill: var(--bs-blue) !important;
}

.lightbox button.btn-close {
    padding: 5px !important;
    border-radius: 50%;
    border: 2px solid var(--bs-blue);
    box-shadow: none !important;
    right: 15px !important;
    top: 15px !important;
}

.lightbox .btn-close svg {
    height: 10px !important;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 850px;
    }
}