:root {
    --primary-color: #FFAD07;
    --secondary-color: #DAC386;
    --white: #FFFFFF;
    --black: #121014;
    --text-gray: #B8B7B8;
    --placeholder-black: #1E1E1E;
    --btn-text-white: #F2FAE6;
    --olive-green: #436E04;
    --border-gray: #EAEAEB;
}

body {
    font-family: "Lato";
    background-color: var(--black);
}

select,
textarea,
input,
.btn {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

li {
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color) !important;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--black) !important;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

a {
    text-decoration: none !important;
}

.footer-bottom {
    padding: 15px 0px;
    background: linear-gradient(90deg, #000000 0%, #006457 50.5%, #000000 100%);
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: var(--white);
    text-align: center;
}

.footer-bottom a {
    color: #0CB7A0;
}

/* Main Banner Animation===================================== */

* {
    box-sizing: border-box;
}

.main-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    height: calc(100vh - 86px);
    margin: auto;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
    z-index: -9;
}

.main-banner .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    transform: rotate(-15deg);
}

.main-banner .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-banner img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 0.16rem;
    overflow: hidden;
    cursor: crosshair;
}

/* ============================================================================================== */

/* start Nav Mobile=================== */
.side-bar {
    background: #1b1a1b;
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
}

.side-bar::-webkit-scrollbar {
    width: 0px;
}

.side-bar.active {
    right: 0;
}

.side-bar h1 {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 13px;
    font-family: sans-serif;
    letter-spacing: 2px;
}

.side-bar .menu {
    width: 100%;
    margin-top: 30px;
}

.side-bar .menu .item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
}

.side-bar .menu .item a:hover {
    background: #33363a;
    transition: 0.3s ease;
}

.side-bar .menu .item i {
    margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
    background: #262627;
    display: none;
}

.side-bar .menu .item .sub-menu a {
    padding-left: 80px;
}

.rotate {
    transform: rotate(90deg);
}

.close-button {
    color: #fff;
    font-size: 23px;
    right: 0px;
    margin: 15px;
    cursor: pointer;
}

.menu-btn {
    color: rgb(0, 0, 0);
    font-size: 35px;
    cursor: pointer;
}

.main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.side-bar img {
    width: 100px;
    margin: 15px;
    border-radius: 50%;
    margin-left: 70px;
    border: 3px solid #b4b8b9;
}

/* ======================================================================= */

.nav-web {
    display: none;
}

header {
    padding: 16px 0px;
}

.nav-web .logo {
    width: 125px;
}

.contact-btn {
    padding: 18px;
    text-transform: uppercase;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.56px;
}

.contact-btn:hover {
    color: var(--black);
    background-color: var(--primary-color);
}

.navbar-nav {
    gap: 32px;
}

.nav-item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    color: var(--white);
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-item:hover a {
    color: var(--primary-color);
}

.nav-item.active {
    background-color: var(--primary-color);
    padding: 10px 20px;
}

.current-menu-item a {
    color: var(--white) !important;
}

.partners-slider-item {
    margin: 0px 24px;
}

.partners-slider-item img {
    height: 60px;
}

.partners-section {
    padding: 30px 0px;
    box-shadow: 0px -34px 99.5px -53px rgba(0, 0, 0, 0.12);
}

.section-padding {
    padding: 40px 0px;
    border-radius: 22px 22px 0px 0px;
}

.section-sub-header {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--white);
    font-family: 'Graphik Trial', sans-serif;
}

.bg-span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--primary-color);
    padding: 0px 16px;
    border-radius: 6px;
    color: var(--white);
    width: fit-content;
}

.section-sub-header span {
    color: var(--primary-color);
}

.description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Graphik Trial', sans-serif;
}

.description span {
    color: var(--primary-color);
    font-weight: 500;
}

.description-div {
    margin: 36px 0px;
    gap: 24px;
}

.read-more-btn {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--white);
    border: 1px solid var(--white);
    padding: 24px 28px;
    margin: 36px 0px;
    text-transform: uppercase;
    width: fit-content;
    height: fit-content;
}

.read-more-btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.read-more-btn:hover .read-more-arrow path {
    stroke: var(--primary-color);
}

.read-more-arrow {
    margin-left: 12px;
}

.social-media {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 30px;
    font-family: 'Graphik Trial', sans-serif;
}

.social-media-div {
    justify-content: space-between;
}

.social-media-div svg {
    height: 30px;
    width: 30px;
}

.social-media-div a:hover svg path {
    fill: var(--primary-color);
}

.youtube-link:hover svg #Vector_2 {
    fill: var(--black);
}

.we-are-card {
    border: 1px solid rgba(255, 255, 255, 0.60);
    border-radius: 21px;
    padding: 20px;
}

.we-are-card h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
    font-family: 'Graphik Trial', sans-serif;
}

.we-are-card h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--text-gray);
    font-family: 'Graphik Trial', sans-serif;
}

.we-are-cards {
    gap: 36px;
    width: fit-content;
}

.services-section,
.blogs-section,
.clients-section {
    background-color: var(--white);
}

.services-section .section-sub-header {
    color: rgba(49, 49, 50, 0.80);
    text-align: center;
}

.section-header {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
    text-align: center;
    font-family: "Integral CF Regular";
}

.services-section .section-header {
    margin-bottom: 36px;
}

.services-section video {
    width: 100%;
    border-radius: 24px;
}

.service-div h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Graphik Trial', sans-serif;
    color: rgba(49, 49, 50, 0.80);
    margin-bottom: 15px;
}

.service-div .description {
    color: rgba(49, 49, 50, 0.80);
    margin-bottom: 36px;
}

.service-div .comment-div {
    padding: 15px;
    border-radius: 24px;
}

.service-div .read-more-btn {
    border: 1px solid rgba(49, 49, 50, 0.8);
    color: rgba(49, 49, 50, 0.8);
    margin: 48px 0px 0px 0px;
}

.service-div .read-more-arrow path {
    stroke: rgba(49, 49, 50, 0.8);
}

.service-div .read-more-btn:hover .read-more-arrow path {
    stroke: rgba(49, 49, 50, 0.8);
}

.service-div .comment-div .description {
    margin-bottom: 24px;
}

.user-div img {
    height: 36px;
    width: 36px;
    margin-right: 16px;
    border-radius: 100%;
}

.comment-div {
    width: 100%;
    border-radius: 24px;
    border: 4px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
}

.user-div h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(49, 49, 50, 0.8);
    font-family: 'Graphik Trial', sans-serif;
}

.user-div h6 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: rgba(49, 49, 50, 0.6);
    font-family: 'Graphik Trial', sans-serif;
}

.comment-div.branding {
    background: rgba(10, 204, 166, 0.12);
}

.comment-div.digital {
    background: rgba(100, 185, 255, 0.12);
}

.comment-div.production {
    background: rgba(255, 221, 36, 0.12);
}

.comment-div.development {
    background: rgba(52, 26, 74, 0.12);
}

.comment-div.marketing {
    background: rgba(255, 90, 61, 0.12);
}

/* scrolling section======================== */

.sections {
    width: 100%;
    position: relative;
    height: 100vh;
    display: flex;
}

.flex-center {
    position: relative;
}

.flex-center>* {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0.3; */
}

.container-page {
    width: 50%;
    background-color: purple;
}

.contento {
    background-color: #fff;
    padding-right: 150px;
}

.panels {
    width: 50%;
    /* height: 100vh; */
    background: lime;
    overflow: hidden;
    position: relative;
}

.panel {
    background-color: var(--white);
    padding-left: 100px;
}

/* ============================================ */

.our-work-section .section-header {
    color: var(--white);
}

.more-work-div {
    margin-top: 100px;
}

.bounce-div h1,
footer h1,
.map-section h1 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
    font-family: "Integral CF Regular";
    width: fit-content;
    text-align: center;
}

.bounce-div:hover {
    color: var(--white);
}

.bounce-div:hover .bounce-btn {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce-btn {
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 100%;
    width: 130px;
    height: 130px;
    border: 20px solid var(--white);
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--white);
    font-family: "Lato";
    margin: 35px 5px 0px 0px;
}

.work-div p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Graphik Trial', sans-serif;
    color: var(--white);
    margin-bottom: 48px;
}

.work-div .img-div {
    position: relative;
    border-radius: 16px;
    margin-bottom: 25px;
}

.work-div .img-div img {
    width: 100%;
    border-radius: 16px;
}

.work-div .img-div .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -3%, rgba(0, 0, 0, 0.6) 100%);
}

.work-div-arrow img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.work-div-arrow h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: var(--white);
    font-family: 'Graphik Trial', sans-serif;
}

.work-div-arrow:hover {
    color: var(--primary-color);
}

.overlay-inner-div {
    padding: 20px 0px;
    border-radius: 12px;
    background-color: var(--white);
}

.overlay-inner-div h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 900;
    color: var(--black);
    font-family: 'Graphik Trial', sans-serif;
    letter-spacing: -0.427px;
    text-align: center;
}

.overlay-inner-div h6 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #4F4F4F;
    font-family: 'Graphik Trial', sans-serif;
    letter-spacing: 0.14px;
    text-align: center;
}

.border-right-div {
    border-right: 1px solid #B0B0B0;
}

.work-divs-left,
.work-divs-right {
    gap: 80px;
}

.our-work-section .section-header {
    margin-bottom: 100px;
}

/* progress slider======================== */
.content {
    margin: 48px 0px;
}

.progress {
    display: block;
    height: 5px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #D6D6D6;
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
    background-repeat: no-repeat;
    background-size: calc(100% / 6) 100%;
    transition: background-size .4s ease-in-out;
    margin: 25px 25px 0px 25px;
}

/* .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
} */

/* ========================================= */

.blogs-section p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Graphik Trial', sans-serif;
    color: var(--black);
}

.blogs-section .section-header {
    margin-bottom: 48px;
}

.slider-item,
.our-work-slider-item {
    margin: 0px 15px;
}

.slider-item img {
    width: 100%;
    margin-bottom: 20px;
}

.slider-item h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.21px;
    font-family: 'Graphik Trial', sans-serif;
    color: #8A8A8A;
}

.slider-item h6 span {
    color: var(--primary-color);
}

.slider-item h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #1F1F1F;
    font-family: 'Graphik Trial', sans-serif;
    margin: 20px 0px 45px 0px;
}

.slider-item .card-read-more {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.14px;
    font-weight: 600;
    font-family: 'Graphik Trial', sans-serif;
}

.card-read-more a {
    color: #8A8A8A;
}

.view-all-btn {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    height: fit-content;
    width: fit-content;
}

.view-all-btn:hover {
    color: var(--black);
}

.view-all-btn:hover svg path {
    stroke: var(--black);
}

.clients-slider {
    display: none;
    margin-top: 100px;
}

.clients-slider-item .expand-div {
    padding-top: 75px;
    position: relative;
    height: 435px;
}

.clients-slider-item .collapse-div {
    height: 435px;
    width: 100%;
    display: flex;
    align-items: end;
}

.left-slide .collapse-div {
    justify-content: end !important;
}

/* .clients-slider-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0px 48px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
} */

.clients-slider-item .slide-content {
    background: rgba(215, 174, 0, 0.12);
    border: 4px solid rgba(215, 174, 0, 0.12);
    height: 100%;
    border-radius: 24px;
    gap: 40px;
    padding: 0px 48px;
    width: fit-content;
}

.clients-slider-item .description {
    color: #636262;
    margin-bottom: 28px;
}

.slide-content-inner {
    width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0px;
}

.clients-slider-item .slide-img {
    width: 160px;
    border-radius: 16px;
}

.clients-slider-item.slick-current .slide-img {
    width: 265px;
    border-radius: 24px;
}

.clients-slider-item .slide-img-div {
    display: flex;
    align-self: self-end;
}


.clients-slider-item .expand-div {
    display: none;
}

.clients-slider-item.slick-current .expand-div {
    display: block;
}

.clients-slider-item.slick-current .collapse-div {
    display: none;
}

.clients-slider-mobile .expand-div {
    display: block;
}

.clients-slider-item {
    /* width: 300px; */
    /* -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -ms-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease; */
    /* width: 160px; */
    width: 750px;
    /* padding: 0px 36px; */
    /* display: flex !important;
    justify-content: end; */
}

.clients-slider-item.slick-current {
    /* width: 720px; */
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -ms-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
    margin: 0px 36px;
}

.clients-slider-item.slick-current .slide-img-div {
    height: 123%;
}


.clients-slider-mobile .slide-img-div {
    height: 123%;
}

.clients-slider-item.slick-current .overlay {
    justify-content: end;
}


footer {
    padding-top: 70px;
}

footer h1 {
    text-align: center;
    margin-bottom: 52px;
}

.get-in-touch-p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Graphik Trial', sans-serif;
    text-transform: uppercase;
    color: var(--white);
    width: 85%;
    text-align: center;
    margin-bottom: 36px;
}

.get-in-touch-div {
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.navigation-div {
    padding: 48px 0px;
    display: none;
}

footer h5 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--primary-color);
    display: none;
}

.nav-div {
    width: fit-content;
}

.navigation-div a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Graphik Trial', sans-serif;
}

.newsletter-div {
    padding: 48px 0px;
}

footer .social-media {
    width: 100%;
    justify-content: space-between;
}

footer .social-media svg {
    width: 26px;
    height: 26px;
}

footer .social-media a:hover svg path {
    fill: var(--primary-color);
}

.newsletter-div-inner {
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(90deg, #D6AD00 0%, #FFD525 100%);
}

.newsletter-div-inner .view-all-btn {
    background-color: var(--black);
    border: 1px solid var(--black);
    margin-top: 20px;
}

.newsletter-div-inner .view-all-btn:hover {
    color: var(--primary-color);
}

.newsletter-div-inner .view-all-btn:hover svg path {
    stroke: var(--primary-color);
}

.newsletter-div-inner h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--white);
    font-family: 'Graphik Trial', sans-serif;
    margin-bottom: 10px;
}

.newsletter-div-inner p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Graphik Trial', sans-serif;
    opacity: 0.6;
}

.card-div-inner {
    width: fit-content;
}

.card-div-inner-inner {
    padding: 25px;
    border-radius: 16px;
    border: 2px solid rgba(255, 213, 37, 0.08);
    backdrop-filter: blur(15px);
}

.card-div-inner h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #FFEFC7;
    font-family: 'Graphik Trial', sans-serif;
    margin-bottom: 20px;
}

.card-div-inner p {
    color: #757576;
    font-family: 'Graphik Trial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.card-div {
    padding-bottom: 48px;
}

footer .privacy-div {
    padding: 48px 0px 24px 0px;
}

footer .privacy-div label,
footer .privacy-div a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #B8B7B8;
    font-family: 'Graphik Trial', sans-serif;
}

.main-banner h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Graphik Trial', sans-serif;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.main-banner h2 span {
    color: var(--primary-color);
}

.main-banner {
    /* opacity: 1; */
    /* background: #121014; */
    /* box-shadow: 0px -34px 99.5px -53px rgba(0, 0, 0, 0.12); */
    position: relative;
}

.main-banner .overlay {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, #121014 0%, #12101452 30%, #121014 100%);
}

.main-banner h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    font-family: "Integral CF Regular";
    text-align: center;
    margin-bottom: 60px;
}

.main-banner .container {
    height: 100%;
}

.map-section {
    height: 100vh;
    margin-top: 50px;
}

.map-section-container {
    padding: 0px 15px;
    height: 100%;
    width: 100%;
}

.map-section-content-outer {
    width: fit-content;
}

.map-section p {
    color: var(--white);
    text-align: center;
    font-family: 'Graphik Trial', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 36px;
}

.map-section h1 {
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: 1px;
}

.map-section-content {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.map-section .overlay-div {
    padding-top: 135px;
    position: relative;
}

.map-section .overlay {
    position: absolute;
    /* background-color: rgba(255, 0, 0, 0.39); */
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* Custom Drpdowns================================== */

.custom-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    position: absolute;
    width: fit-content;
}

.open-btn {
    padding: 26px;
    width: fit-content;
    height: fit-content;
    border: 1px solid #FFF;
    background-color: var(--black);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'Graphik Trial', sans-serif;
}

.items {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.items-visible {
    opacity: 1;
    pointer-events: all;
}

.custom-dropdown .item {
    background-color: var(--white);
    padding: 10px 20px;
    border-radius: 24px;
    height: fit-content;
    width: fit-content;
    margin: 10px;
}

.close-btn {
    background-color: var(--white);
    border: none;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.dashed-line-2 {
    margin-left: 190px;
}

.dashed-line-3 {
    margin-top: 25px;
}

.dashed-line-4-div {
    margin-top: -70px;
}

.custom-dropdown-1 {
    left: 830px;
    top: -5px;
}

.custom-dropdown-2 {
    left: 150px;
    top: 130px;
}

.custom-dropdown-3 {
    right: 275px;
    top: 160px;
}

.custom-dropdown-4 {
    right: 165px;
    top: 425px;
}

.dashed-line-3 {
    position: absolute;
    top: 15px;
    left: -145px;
}

.dashed-line-4 {
    position: absolute;
    top: -55px;
    left: -265px;
}

/* ================================== */

.blogs-section {
    border-radius: 0px;
}

.card-div {
    gap: 20px;
}

.we-are-section-right {
    margin-top: 80px;
}

.fa-bars {
    color: var(--btn-text-white);
}

.navigation-div-mobile {
    margin-top: 30px;
}

.navigation-div-mobile .dropdown {
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    width: fit-content;
}

.navigation-div-mobile .dropdown .btn {
    color: var(--btn-text-white);
    padding: 0px;
}

.services-web {
    display: none !important;
}

.services-mobile {
    margin-top: 50px;
    gap: 50px;
}

.services-mobile-div-img {
    width: 100%;
    margin-bottom: 40px;
}

.work-divs-right {
    margin-top: 80px;
}

.bounce-web {
    display: none !important;
}

.slider .slick-prev::before {
    transform: rotate(180deg);
}

.slider .slick-arrow::before {
    color: var(--primary-color);
    border-radius: 100%;
    content: url(../icon/arrow-next.svg);
}

.slider .slick-arrow {
    height: 3rem;
    width: 3rem;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    background: var(--primary-color);
    z-index: 9;
    justify-content: center;
    align-items: center;
    top: 20%;
}

.slider .slick-next {
    right: 0px;
}

.slider .slick-prev {
    left: 0px;
}

.we-are-card img {
    width: 106px;
    padding-left: 20px;
}

.map-section-web {
    display: none;
}

.parallax-card {
    transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    transition-duration: 0.1s;
    transition-timing-function: ease !important;
}

.parallax-card.is-out {
    transform: rotateX(0) rotateY(0) !important;
    transition-duration: 1s;
}

/* card animation on scroll========================================= */

.animation-element {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 50px, 0px);
    -webkit-transform: translate3d(0px, 50px, 0px);
    -o-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate3d(0px, 50, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animation-element.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.navigation-div .dropdown-item:focus,
.dropdown-item:hover {
    color: var(--primary-color);
    background-color: transparent;
}

.navigation-div .dropdown-item {
    padding: 0px;
}

/* back to top=================================== */

.back-to-top {
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;

}