:root {
    --dark: #1d1d1f;
    --paragraph: rgba(29, 29, 31, 0.7);
    --font_inter_tight: "Inter Tight", sans-serif;
    --font_instrument: "Instrument Sans", sans-serif;
}

/* ======================================
*       TABLE OF CONTENT
*----------------------------------------
*   # Global
*   # Preloader
*   # Magic Cursor
*   # Hero
*   # Header
*   # Popup Menu
*   # Humberg Menu
*   # Video
*   # Featured Work
*   # Work Detail
*   # About
*   # Partner
*   # Experience
*   # Experience Popup
*   # Experience2 Section
*   # Motivation
*   # Full Image Sec
*   # Favourite Stack
*   # Testimonial
*   # Pricing
*   # FAQ
*   # CTA
*   # Blog
*   # Photography
*   # Contact
*   # Footer
*
*
*
*
*   # KeyFrame   
========================================*/

/* ===== # Global ===== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* a:hover {
    color: var(--dark);
} */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: var(--font_inter_tight);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--paragraph);
    /* width: 100vw; */
    /* overflow-x: hidden; */

    scroll-behavior: smooth;
    overflow-x: hidden;
    height: 100vh;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
main.bronx-main {
    inset: 0px;
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
}
.sticky-statement4,
.sticky-statement3,
.sticky-statement {
    /* height: 100%; */
    position: relative;
}

a {
    text-decoration: none;
    color: var(--primary);
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: var(--dark);
}
.mt-30 {
    margin-top: 30px;
}
.custom-row {
    display: flex;
}
.theme-btn {
    font-size: 18px;
    color: #ffffff;
    background: var(--dark);
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 19px;
    overflow: hidden;
    z-index: 1;
    border: 2px solid var(--dark);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.theme-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: calc(100% + 4px);
    height: 100%;
    z-index: -1;
    background: #ffffff;
    border-radius: 40px;
    will-change: transform;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.theme-btn:hover {
    color: var(--dark);
}
.theme-btn:hover::before {
    top: 0;
}


.theme-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.4em;
    border-radius: 10px;
    padding: 24px;
    font-family: var(--font_instrument);
    font-weight: 600;
    font-size: 16px;
    background: var(--dark);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.theme-btn2:hover {
    color: #ffffff;
    opacity: 0.8;
}
.theme-btn3 {
    border: 2px solid rgba(29, 29, 31, 0.5);
    color: var(--dark);
    text-transform: uppercase;
    padding: 10px 18px;
}
.theme-btn3:hover {
    color: var(--dark);
}

.section-header {
    display: flex;
    padding: 140px 40px 0;
    align-items: flex-end;
}
.section-header .left,
.section-header .right {
    flex: 1;
}
.section-header h3 {
    font-size: 90px;
    letter-spacing: -2.3px;
    line-height: 80px;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-header h3 span {
    line-height: 80px;
    display: block;
    overflow: hidden;
}
.section-header p {
    font-size: 24px;
    letter-spacing: 0.4px;
    margin: 0;
    color: var(--dark);
    font-weight: 500;
    line-height: 34px;
}
.section-header2 .title span {
    display: block;
    line-height: 100px;
}
.section-header2 .title {
    font-size: 110px;
    margin: 0;
    letter-spacing: -3px;
    font-family: var(--font_instrument);
    line-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: var(--dark);
    font-weight: 700;
}
.section-header3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.section-header3  .title {
    font-size: 50px;
    letter-spacing: -0.8px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    text-transform: uppercase;
}
.section-header3  .title span {
    display: block;
    overflow: hidden;
}

.responsive-mode {
    display: none;
}

.common-text-link {
    display: inline-flex;
    position: relative;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font_instrument);
    font-size: 18px;
    color: var(--dark);
}
.common-text-link::before {
    content: '';
    background: var(--dark);
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -1px;
    width: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.common-text-link:hover::before {
    width: 100%;
}

.scroll-animation {
	transition: .6s;
	-webkit-transition: .6s;
}


/* ===== # Preloader ===== */
.preloader-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #030303;
}
.preloader-wrap .loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
}

/* ===== # Magic Cursor ===== */
#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}
#ball {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-sizing: border-box;
    /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* -webkit-transition: 0.2s;
    transition: 0.2s; */
    margin-left: -20px;
    margin-top: -20px;
}
#ball.hovered {
    transition: opacity .3s;
    opacity: 0 !important;
}


/* ===== # Hero ===== */
.hero-sec {
    height: 55vh;
    align-items: center;
    display: flex;
    flex: none;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.hero-sec .hero-sec-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.hero-sec .hero-sec-content h1 > span {
    overflow: hidden;
}
.available-status {
    display: inline-flex;
    text-transform: uppercase;
    position: relative;
    font-family: var(--font_instrument);
    margin: 0;
    color: var(--paragraph);;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-weight: 600;
    align-items: center;
    gap: 10px;
}
.available-status::after,
.available-status::before {
    content: '';
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    background: #00b803;
}
.available-status::after {
    position: absolute;
    left: 0;
    animation: onlineAnim 1s infinite linear;
}
.hero-sec .hero-sec-content h1 {
    font-size: 140px;
    font-family: var(--font_instrument);
    letter-spacing: -5px;
    line-height: 1.4em;
    font-weight: 700;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.hero-sec .hero-sec-content h1 span {
    display: block;
    padding: 0 2px;
    line-height: 170px;
}
.hero-sec .hero-footer-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hero-sec .hero-footer-wrap.scroll-from-bottom {
    transform: translateY(30px);
}
.hero-sec .hero-footer-wrap.scroll-from-bottom.animated {
    transform: translateY(0);
}
.hero-sec .hero-footer-wrap .hero-footer-right a,
.hero-sec .hero-footer-wrap p {
    font-size: 17px;
    color: var(--dark);
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--font_instrument);
    letter-spacing: 0;
}
.hero-sec .hero-footer-wrap .hero-footer-right p {
    color: var(--paragraph);
}
.link-with-line {
    display: inline-block;
    position: relative;
}
.link-with-line::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #383838;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.link-with-line:hover::before {
    width: 100%;
}
.hero-sec .hero-footer-wrap .hero-footer-right {
    display: flex;
    align-items: center;
    gap: 2px;
}
/* Hero sec 2 */
.hero-sec2 {
    height: 41vh;
}
.hero-sec2 .available-status::after,
.hero-sec2 .available-status::before {
    display: none;
}
.hero-sec2 .hero-sec-content {
    padding-bottom: 40px;
}
/* Hero sec 3 */
.hero-sec3 {
    height: auto;
    margin-bottom: 30px;
    display: flex;
}


/* ===== # Header ===== */
.header-wrap {
    padding: 34px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    width: 100%;
}
.header-wrap .custom-row {
    justify-content: space-between;
}
.header-wrap .header-local-time-box {
    text-transform: uppercase;
    color: var(--paragraph);
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 180px;
    flex: none;
    font-family: var(--font_instrument);
}
.header-wrap .header-local-time-box span {
    display: block;
}
.header-wrap .header-local-time-box span:first-child {
    letter-spacing: 0.3px;
}
.header-wrap .header-local-time-box #realtime {
    color: var(--dark);
    font-weight: 500;
    line-height: 1em;
}
.header-wrap .header-middle {
    width: 180px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-wrap .header-right {
    width: 180px;
    text-align: right;
}

/* ===== # Popup Menu ===== */
.popup-menu-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 1024;
    background: #f5f5f7;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 34px 0px 0px;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}
.popup-menu-wrap.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.popup-menu-wrap .popup-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 40px;
    transform: translateY(-86px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.popup-menu-wrap .popup-menu-header .local-temperature {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--font_instrument);
    color: var(--paragraph);
    display: flex;
    align-items: center;
    gap: 2px;
}
.popup-menu-wrap .popup-menu-header .local-temperature #coordinates {
    color: var(--dark);
    font-weight: 500;
}
.popup-menu-wrap .popup-menu-header > * {
    min-width: 220px;
}
.popup-menu-wrap .popup-menu-header .popup-menu-close-btn {
    text-align: center;
}
.popup-menu-wrap .popup-menu-header .right {
    text-align: right;
}
.close-experience-popup-btn,
.popup-menu-wrap .popup-menu-header .popup-menu-close-btn .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333336;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: auto;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.close-experience-popup-btn:hover,
.popup-menu-wrap .popup-menu-header .popup-menu-close-btn .icon:hover {
    transform: rotate(135deg);
}
.close-experience-popup-btn svg,
.popup-menu-wrap .popup-menu-header .popup-menu-close-btn .icon svg {
    display: block;
    width: 34px;
    height: 34px;
}
.popup-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.popup-menu ul li {
    overflow: hidden;
}
.popup-menu ul li a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    font-size: 120px;
    font-family: var(--font_instrument);
    letter-spacing: -3.2px;
    line-height: 90px;
    color: var(--dark);
    font-weight: 700;
    gap: 10px;
    height: 90px;
    text-transform: uppercase;
    padding: 0 18px;
    transform: translateY(100px);
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}
.popup-menu ul li a span {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.popup-menu ul li a:hover span:nth-child(2) {
    margin-top: -100px;
}
.popup-menu ul li a .count {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 14px;
}
.popup-menu-wrap .popup-menu-footer {
    width: 100%;
    transform: translateY(80px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.popup-menu-wrap .copyright {
    padding: 10px 40px 40px;
}
.popup-menu-wrap .copyright p {
    min-width: inherit;
}
.popup-menu-wrap.active .popup-menu-footer,
.popup-menu-wrap.active .popup-menu-header,
.popup-menu-wrap.active .popup-menu ul li a {
    transform: translateY(0);
    transition-delay: .5s;
}
.popup-menu-wrap.active .popup-menu ul li:nth-child(2) a {
    transition-delay: .6s;
}
.popup-menu-wrap.active .popup-menu ul li:nth-child(3) a {
    transition-delay: .7s;
}
.popup-menu-wrap.active .popup-menu ul li:nth-child(4) a {
    transition-delay: .8s;
}
.popup-menu-wrap.active .popup-menu ul li:nth-child(5) a {
    transition-delay: .9s;
}


/* ==== # Humberg Menu ==== */
.humberg-menu {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.humberg-menu:hover {
    transform: rotate(45deg);
}
.humberg-menu span {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--dark);
    border-radius: 50%;
    width: 4px;
    height: 4px;
}
.humberg-menu span:nth-child(4),
.humberg-menu span:nth-child(3) {
    top: auto;
    bottom: 0;

}
.humberg-menu span:nth-child(4),
.humberg-menu span:nth-child(2) {
    left: auto;
    right: 0;
}
.dark-mode .humberg-menu i{
    font-size: 30px;
    color: #ffffff;
}
.humberg-menu i{
    font-size: 30px;
    color: #000000;
}



/* ==== # Video ==== */
.video-sec {
    margin-top: 30px;
}
.video-sec video {
    width: 100%;
}



/* ==== # Featured Work ==== */
.featured-work-sec {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.featured-work-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    height: min-content;
    overflow: hidden;
    padding: 70px 25px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.featured-card {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaec;
}
.featured-card .link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.featured-card .img-box {
    height: 450px;
    overflow: hidden;
    position: relative;
}
.featured-card .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.featured-card:hover .img-box img {
    transform: scale(1.1);

}
.featured-card .content {
    background: #f5f5f7;
    padding: 0 26px 0 26px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured-card .content .title {
    font-size: 20px;
    margin: 0 0 6px;
    line-height: 28px;
    color: var(--dark);
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font_instrument);
    text-transform: uppercase;
}
.featured-card .content .subtitle {
    margin: 0;
    font-size: 18px;
    color: var(--paragraph);;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: var(--font_instrument);
}
.featured-card .content .date {
    font-size: 16px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    border-radius: 30px;
    color: var(--paragraph);;
    background: rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
}



/* ===== # Work Detail ===== */
.work-detail-header-infos {
    padding: 110px 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.work-detail-header-infos .work-detail-header-left p {
    line-height: 34px;
    font-size: 23px;
    font-weight: 500;
    color: var(--paragraph);
    letter-spacing: 0.4px;
    margin: 0;
    max-width: 580px;
}
.work-detail-header-infos .work-detail-header-left h1 {
    font-size: 50px;
    letter-spacing: -0.8px;
    font-weight: 700;
    font-family: var(--font_instrument);
    color: var(--dark);
    line-height: 50px;
    margin: 0 0 30px;
}
.work-detail-header-infos .work-detail-header-right {
    width: 556px;
    flex: none;
}
.work-detail-header-infos .work-detail-header-right ul li span {
    display: block;
    color: var(--paragraph);
}
.work-detail-header-infos .work-detail-header-right ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: var(--font_instrument);
    text-transform: uppercase;
    color: var(--dark);
    border-bottom: 1px solid rgba(38, 38, 38, 0.16);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.work-detail-header-infos .work-detail-header-right ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.work-detail-header-infos .work-detail-header-right ul li a {
    display: inline-block;
    line-height: 20px;
    position: relative;
}
.work-detail-header-infos .work-detail-header-right ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--dark);
    bottom: 0;
    left: 0;
    position: absolute;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.work-detail-header-infos .work-detail-header-right ul li a:hover {
    color: var(--dark);
}
.work-detail-header-infos .work-detail-header-right ul li a:hover::before {
    width: 100%;
}
.work-detail-full-img-wrap {
    padding: 60px 25px 30px;
}
.work-detail-full-img-wrap.work-detail-full-img-wrap2 {
/*    padding: 0 25px;*/
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.work-detail-full-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 658px;
}
.work-detail-full-img .work-detail-full-img-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1.2);
}
.work-detail-full-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work-detail2-content-wrap {
    padding: 90px 40px;
    position: relative;
}
.work-detail2-content-wrap.work-detail2-content-wrap2 {
    padding: 60px 40px 90px 40px;
}
.work-detail2-content-wrap .work-detail2-content-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.work-detail2-content-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #26262629;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.work-detail2-content-box h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    font-family: var(--font_instrument);
    font-weight: 600;
    color: var(--paragraph);
    margin: 0;
    text-transform: uppercase;
}
.work-detail2-content-box p {
    font-size: 24px;
    letter-spacing: .4px;
    margin: 0;
    font-weight: 500;
    line-height: 34px;
    color: var(--dark);
    width: 700px;
    flex: none;
}
.work-detail-text-anim-wrap {
    overflow: hidden;
    padding: 80px 40px 30px;
    position: relative;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.work-detail-text-anim-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.work-detail-text-anim-wrap ul li {
    font-size: 90px;
    letter-spacing: -2.3px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    font-family: var(--font_instrument);
    flex: none;
    color: var(--dark);
    transform: translateX(0);
    animation: workdetailsAnim 30s infinite linear;
}
.work-detail-text-anim-wrap ul li span {
    color: var(--paragraph);
}



/* ===== # About ===== */
.about-sec {
    position: relative;
}
.about-sec .section-header2 {
    gap: 40px;
    height: 75vh;
    /* overflow: hidden; */
    padding: 40px 0 80px;
    position: sticky;
    top: 0;
    width: 100%;
    will-change: transform;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.about-sec .section-header2 h3 span {
    overflow: hidden;
}
.about-bottom-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.about-bottom-content-wrap .img-box {
    max-width: 504px;
    width: 100%;
    height: min-content;
    overflow: hidden;
    height: 720px;
    border-radius: 300px;
    aspect-ratio: .7 / 1;
}
.about-bottom-content-wrap .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-bottom-content-wrap .img-box .img-box-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1.2);
}
.about-bottom-content-wrap .about-bottom-content {
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.about-bottom-content-wrap .about-bottom-content h4 {
    font-family: var(--font_instrument);
    font-weight: 700;
    margin: 0;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
}
.about-bottom-content-wrap .about-bottom-content p {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 34px;
    color: var(--dark);
    margin-bottom: 10px;
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
}
.about-bottom-content-wrap .about-bottom-content p i {
    font-weight: 600;

}



/* ===== # Partner ===== */
.partner-sec {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
    padding: 40px 10px 100px 10px;
}
.partner-sec ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 50px;
    animation: partnerAnim 50s infinite linear;
    transform: translateX(0px);
}
.partner-sec ul li {
    flex: none;
    width: 230px;
    height: 230px;
}
.partner-box {
    background: #f5f5f7;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.partner-box .partner-box-inner {
    width: 140px;
    height: 140px;
    display: block;
}
.partner-sec ul li:nth-child(even) .partner-box {
    transform: rotate(4deg);
}
.partner-sec ul li:nth-child(odd) .partner-box {
    transform: rotate(-4deg);
}
.partner-box .partner-box-inner.w85 {
    width: 85px;
    height: 85px;
}



/* ===== # Experience ===== */
.experience-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 80px;
    padding: 30px 40px 30px 40px;
    position: relative;
}
.experience-sec .section-header {
    padding: 0;
}
.experience-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}
.experience-box {
    background: #f5f5f7;
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: 10px;
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.experience-box .experience-button-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.experience-box .experience-button-box .experience-button {
    width: 50px;
    height: 50px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333336;
    border-radius: 50%;
    font-size: 18px;
}
.experience-box .experience-button-box .experience-button svg {
    display: block;
    width: 35px;
    height: 35px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.experience-box .experience-button-box .experience-button:hover svg {
    transform: rotate(90deg);
}
.experience-box h4 {
    display: flex;
    flex-direction: column;
    font-family: var(--font_instrument);
    gap: 18px;
}
.experience-box h4 > span {
    letter-spacing: 2.4px;
    font-size: 16px;
    font-weight: 700;
}
.experience-box h4 > span:last-child {
    font-size: 30px;
    letter-spacing: -0.2px;
    line-height: 26px;
    color: var(--dark);
    margin: 0;
    font-weight: 700;
}
.experience-box p {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
    color: var(--paragraph);
    font-weight: 500;
    line-height: 31px;
}
.experience-lists2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
/* ===== # Experience Popup ===== */
.modal-content.experience-popup {
    background: #f5f5f7;
    display: flex;
    align-items: center;
    width: 1000px;
    padding: 70px 100px 60px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 30px 60px #0000001a;
}
 .experience-popup_wrapp {
    display: flex;
    align-items: center;
    border-radius: 20px;
    position: relative;
    justify-content: space-between;
    transition: .5s;
} 
.experience-popup.active {
    opacity: 1;
    visibility: visible;
}
.experience-popup.active .experience-popup-content-wrap {
    transform: translateY(0);

}
.modal-content.experience-popup .icon-btn  {
    position: absolute;
    right: 40px;
    top: 40px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333336;
    color: #fff;
    cursor: pointer;
    opacity: 1;

}
.modal-content.experience-popup .icon-btn.btn-close:focus { 
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.modal-content.experience-popup .icon-btn svg  {
    color: rgba(214, 214, 215, 0.7);
    transform: rotate(45deg);
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    margin: auto;
    transition: .5s;
}
.modal-content.experience-popup .icon-btn:hover svg  {
    transform: rotate(135deg);
}

 .experience-popup-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.experience-popup-content p {
    color: var(--paragraph);
    line-height: 28px;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.experience-popup-content .experience-popup-header .price {
    display: inline-block;
    border: 1.5px solid var(--dark);
    border-radius: 100px;
    padding: 12px 24px;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font_instrument);
    color: var(--dark);
    line-height: 1;
}
.experience-popup-content .experience-popup-header h3 {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    margin: 36px 0 0;
    font-family: var(--font_instrument);
    border-bottom: 1px solid #00000029;
    padding-bottom: 20px;
}
.experience-popup-features {
    padding: 10px 0;
}
.experience-popup-features h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--font_instrument);
    line-height: 20px;
    letter-spacing: 0;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.experience-popup-features .experience-popup-feature-lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.experience-popup-features .experience-popup-feature {
    color: var(--paragraph);
    line-height: 22px;
    letter-spacing: 0.6px;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.experience-popup-features .experience-popup-feature span {
    min-width: 26px;
    flex: none;
}
.experience-popup-img {
    flex: none;
    width: 353px;
    height: 338px;
    border-radius: 6px;
    overflow: hidden;
}
.experience-popup-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.experience-popup-btns a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    border-radius: 100px;
    padding: 12px 14px;
    width: auto;
    font-weight: 700;
}
.experience-popup-btns .theme-btn3 {
    padding: 10px 18px;
}
.experience-popup-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* ===== # Motivation ===== */
.motivation-sec {
    padding: 120px 40px 30px 40px;
}
.favourite-stack-sec .custom-row,
.experience2-sec .custom-row,
.motivation-sec .custom-row {
    justify-content: space-between;
}
.favourite-stack-sec .left h3,
.experience2-sec .left h3,
.motivation-sec .left h3 {
    font-size: 50px;
    letter-spacing: -0.8px;
    font-weight: 700;
    line-height: 57px;
    margin: 0;
}
.motivation-sec .motivation-content {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.motivation-sec .motivation-content p {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.4px;
    font-weight: 500;
    line-height: 34px;
    color: var(--dark);
}
.motivation-sec .motivation-content p i {
    font-weight: 600;
}
/* .motivation-sec .motivation-content img {
    max-width: 188px;
    display: block;
} */
.motivation-sec .motivation-content img {
    max-width: 280px;
    display: block;
}


/* ===== # Full Image Sec ===== */
.full-image-sec {
    padding: 100px 0 0;
    margin-bottom: 30px;
    position: relative;
}
.full-image-sec.pt-30 {
    padding-top: 30px;
}
.full-image-box {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.full-image-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* ===== # Experience2 Section ===== */
.experience2-sec {
    padding: 120px 40px 0;
    margin-bottom: 30px;
}
.experience2-sec .left {
    position: relative;
}
.experience2-sec .left h3 {
    position: sticky;
    top: 0;
}
.experience2-sec .experience2-lists {
    width: 846px;
}
.experience2-sec .experience2-lists .experience2-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.experience2-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-bottom: 1px solid #26262629;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.experience2-box .experience2-box-header {
    font-size: 30px;
    letter-spacing: -0.6px;
    font-weight: 700;
    color: var(--dark);
    text-transform: uppercase;
    font-family: var(--font_instrument);
    line-height: 30px;
    margin: 0;
}
.experience2-box .experience2-box-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.experience2-box .experience2-box-body h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin: 0;
    font-family: var(--font_instrument);
    font-weight: 700;
}
.experience2-box .experience2-box-body p {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 31px;
    font-weight: 500;
    color: var(--paragraph);
    max-width: 623px;
}



/* ===== # Favourite Stack ===== */
.favourite-stack-sec {
    padding: 110px 40px 0;
    margin-bottom: 30px;
}
.favourite-stack-lists {
    width: 846px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.favourite-stack-lists .favourite-stack-box:nth-child(1) .favourite-stack-box-left .icon {
    width: 56px;
    height: 56px;
}
.favourite-stack-lists .favourite-stack-box:nth-child(2) .favourite-stack-box-left .icon {
    width: 46px;
    height: 46px;
}
.favourite-stack-box {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .04);
    background-color: #f5f5f7;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    align-items: flex-start;
    gap: 24px;
}
.favourite-stack-box .favourite-stack-box-left {
    flex: none;
    width: 84px;
    height: 84px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .08);
    background-color: #fafafa;

}
.favourite-stack-box .favourite-stack-box-left .icon {
    width: 56px;
    height: 56px;
    position: relative;


    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 6px;
}
.favourite-stack-box .favourite-stack-box-left .icon img {
    display: block;
    max-width: 100%;
}
.favourite-stack-box .content {
    border-radius: 10px;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 34px 42px;
    border: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.favourite-stack-box .content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.favourite-stack-box .content .content-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.favourite-stack-box .content .content-body h4 {
    font-size: 20px;
    letter-spacing: 0.2px;
    margin: 0;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}
.favourite-stack-box .content .content-body p {
    color: var(--paragraph);
    line-height: 31px;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
}



/* ===== # Testimonial ===== */
.testimonial-sec {
    padding: 130px 0 30px 0;
}
.testimonial-list-wrap {
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.testimonial-anim-boxes {
    display: flex;
    gap: 26px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    animation: testimonialAnim 50s infinite linear;
}
.testimonial2-anim-boxes {
    margin-top: 26px;
    justify-content: flex-start;
    animation: testimonialAnim2 50s infinite linear;
}
.testimonial-box {
    width: 604px;
    flex: none;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .07);
    background-color: #f5f5f7;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px 34px;
}
.testimonial-box .testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-box .testimonial-header .testimonial-author-box {
    display: flex;
    align-items: center;
    gap: 22px;
}
.testimonial-box .testimonial-header .testimonial-author-box img {
    display: block;
    flex: none;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.testimonial-box .testimonial-header .testimonial-author-box .testimonial-author-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.testimonial-box .testimonial-header .testimonial-author-box .testimonial-author-content h5,
.testimonial-box .testimonial-header .testimonial-author-box .testimonial-author-content h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.testimonial-box .testimonial-header .testimonial-author-box .testimonial-author-content h5 {
    font-size: 20px;
    line-height: 28px;
}
.testimonial-box .testimonial-header .testimonial-logo {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
}
.testimonial-box .testimonial-header .testimonial-logo img {
    width: 60px;
    display: block;
}
.testimonial-anim-boxes .testimonial-box:nth-child(7) .testimonial-header .testimonial-logo img,
.testimonial-anim-boxes .testimonial-box:nth-child(4) .testimonial-header .testimonial-logo img,
.testimonial-anim-boxes .testimonial-box:first-child .testimonial-header .testimonial-logo img {
    width: 40px;
}
.testimonial-box .testimonial-content {
    background-color: #fafafa;
    padding: 28px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .08);
}
.testimonial-box .testimonial-content p {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0.8px;
    color: var(--dark);
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}




/* ===== # Pricing ===== */
.pricing-sec {
    padding: 80px 100px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.pricing-sec .tab-content .tab-pane {
    opacity: 1;

}
.pricing-sec .pricing-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--dark);
    border-radius: 30px;
    padding: 2px;
    position: relative;
    gap: 10px;
}
.pricing-sec .pricing-nav li .nav-link {
    background: none;
    border-radius: 30px;
    text-transform: uppercase;
    color: var(--dark);
    font-weight: 700;
    font-family: var(--font_instrument);
    padding: 14px 24px;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.pricing-sec .pricing-nav li .nav-link.active {
    background: var(--dark);
    color: #ffffff;
}
.pricing-list-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.pricing-box {
    border-radius: 10px;
    background: #f5f5f7;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 20px 20px 28px;
}
.pricing-box .pricing-box-header {
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px 24px;
    margin-bottom: 50px;
}
.pricing-box .pricing-box-header h4 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 700;
    font-family: var(--font_instrument);
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.pricing-box .pricing-box-header h3 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 56px;
    font-weight: 600;
    margin: 0 0 20px;
    display: flex;
    align-items: flex-end;
    font-family: var(--font_instrument);
}
.pricing-box .pricing-box-header h3 span {
    font-size: 18px;
    line-height: 14px;
    letter-spacing: -0.2px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.pricing-box .pricing-box-header .day-revisions > span {
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    gap: 6px;
    font-family: var(--font_instrument);
    line-height: 20px;
    font-weight: 700;
    color: var(--dark);
}
.pricing-box .pricing-box-header .day-revisions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.pricing-box .pricing-box-header .day-revisions > span i {
    font-size: 20px;
}
.pricing-box .pricing-box-header .discount {
    display: block;
    font-family: var(--font_instrument);
    font-size: 14px;
    letter-spacing: 0.2px;
    color: var(--paragraph);
    font-weight: 700;
    border-bottom: 1px dashed rgba(38, 38, 38, 0.16);
    padding-bottom: 24px;
    line-height: 20px;
    margin-bottom: 22px;
}
.pricing-box .pricing-box-header p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: var(--paragraph);
}
.pricing-box .pricing-box-header p strong {
    font-weight: 600;
}
.pricing-box .pricing-box-features {
    padding-left: 20px;
    margin-bottom: 66px;
}
.pricing-box .pricing-box-features h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 24px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: var(--font_instrument);
}
.pricing-box .pricing-box-features ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.pricing-box .pricing-box-features ul li i {
    font-size: 28px;
/*    color: #ffffff;*/
    display: block;
}
.pricing-box .pricing-box-features ul li  {
    font-size: 16px;
    line-height: 0.4px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-weight: 500;
    color: var(--paragraph);
}
.pricing-box .pricing-box-bottom .theme-btn {
    width: 100%;
    gap: 2px;
    justify-content: center;
}
.pricing-tooltip {
    position: relative;
}
.pricing-tooltip .tooltip-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(29, 29, 31, 0.05);
    border: 1px solid rgba(29, 29, 31, 0.07);
    display: flex;
    align-items: center;
    flex: none;
    justify-content: center;
    font-size: 19px;
    font-weight: 500;
    color: var(--dark);
    font-family: var(--font_instrument);
    cursor: pointer;
}
.pricing-tooltip .tooltip-content:hover,
.pricing-tooltip .tooltip-btn:hover~ .tooltip-content {
    opacity: 1;
    visibility: visible;
}
.pricing-tooltip .tooltip-content p {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700;
    margin: 0 0 14px;
    line-height: 14px;
    color: var(--dark);
}
.pricing-tooltip .tooltip-content {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 351px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgb(245, 245, 247);
    padding: 22px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.pricing-tooltip .tooltip-content ul li {
    font-size: 13px;
    letter-spacing: 0.1px;
    font-weight: 500;
    font-family: var(--font_inter_tight);
    line-height: 20px;
    color: var(--paragraph);
    display: block;
}
.pricing-tooltip .tooltip-content ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}




/* ===== # FAQ ===== */
.faq-sec {
    padding: 120px 0 30px 0;
    position: relative;
}
.faq-wrap {
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.faq-item:first-of-type,
.faq-item:last-of-type,
.faq-item {
    padding: 24px 24px 24px 36px;
    background: rgb(245, 245, 247);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    padding: 0;
    overflow: hidden;
}
.faq-item .accordion-header {
    border: none;
}
.faq-item .accordion-header button {
    padding: 24px 24px 24px 36px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    background: none;
    color: var(--dark);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.faq-item .accordion-header button[aria-expanded=true] {
    color: var(--dark);
}
.faq-item .accordion-header button::after {
    display: none;
}
.faq-item .accordion-header button:focus {
    outline: none;
    box-shadow: none;
}
.faq-item .accordion-body {
    padding: 0 24px 24px 36px;
}
.faq-item .accordion-body p {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 31px;
    font-weight: 500;
    padding-top: 24px;
    color: var(--paragraph);
    border-top: 1px solid rgb(206, 206, 207);
}
.faq-item .accordion-header button:hover:not([aria-expanded=true]) {
    background: rgba(232,232,232);
}
.faq-item .accordion-header button i {
    position: absolute;
    right: 20px;
    top: 24px;
    color: var(--paragraph);
    font-size: 28px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.faq-item .accordion-header button[aria-expanded=true] i {
    transform: rotate(45deg);
}



/* ===== # CTA ===== */
.cta-sec {
    padding: 110px 40px 80px;
}
.cta-sec .section-header2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}
.cta-content .about-bottom-content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--dark);
    letter-spacing: 0;
    font-family: var(--font_instrument);
    margin: 0;
}
.cta-content.about-bottom-content-wrap .about-bottom-content {
    gap: 34px;
}
.cta-content.about-bottom-content-wrap .about-bottom-content {
    padding: 60px 0 0 0;
}
.cta-content.about-bottom-content-wrap .img-box {
    max-width: 340px;
    height: 506px;
}
.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.social-links li a {
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    color: var(--dark);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    font-family: var(--font_instrument);
}
.copyright #back-to-top::before,
.social-links li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--dark);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.social-links li a:hover::before {
    width: calc(100% - 24px);
}
/*.social-links li a svg {
    width: 24px;
    height: 24px;
    fill: var(--dark);
    transform: rotate(45deg);
}*/
.social-links li a i{
    font-size: 24px;
    transform: rotate(45deg);
}



/* ===== # Blog ===== */
.blog-body .custom-container {
    max-width: 1130px;
    padding: 0 15px;
    margin: auto;
}
.breadcrumb-area {
    position: relative;
    padding: 50px 0px 50px;
    background: #1f1f1f;
    overflow: hidden;
    z-index: 1;
}
/*.breadcrumb-area::before,
.breadcrumb-area::after {
    content: '';
    position: absolute;
    left: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(255 255 255 / 10%);
    z-index: -1;
    box-shadow: 0px 0px 0 20px rgb(255 255 255 / 5%);
}*/
.breadcrumb-area::after {
    left: auto;
    right: -50px;
    top: auto;
    bottom: -50px;
}
.breadcrumb-area .breadcrumb-content h1 {
    font-size: 45px;
    color: #fff;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li {
    text-transform: uppercase;
    color: #ffffff99;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font_instrument);
    margin: 0;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li i {
    display: block;
    margin-bottom: 1px;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li:last-child::before {
    display: none;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li a {
    font-weight: 500;
    color: #ffffff;
}

.blog-content-area {
    padding-top: 100px;
    padding-bottom: 60px;
}
.blog-item {
    margin-bottom: 40px;
}
.blog-item .blog-thumbnail {
    margin-bottom: 30px;
}
.blog-item .blog-thumbnail img {
    display: block;
    width: 100%;
    border-radius: 6px;
}
.blog-item .meta {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 10px;
}
.blog-item .meta li {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
}
.blog-item .meta li::before {
    content: '';
    position: absolute;
    right: -21px;
    top: 7px;
    background: #808080;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.blog-item .meta li:last-child::before {
    display: none;
}
.blog-item .meta li a {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .3s;
    /* opacity: 0.5; */
    color: #fff;
    

    background: linear-gradient(to top right, #ffffff -200%,transparent 300%);
    background-repeat: no-repeat;
    background-size: 0 0.0625em;
    background-position: 0 95%;
    transition: .25s;
}
.blog-item .meta li a:hover {
    background-size: 100% 0.3625em;
}
.blog-item .meta li a i {
    display: block;
    font-size: 18px;
    margin-bottom: 1px;
    color: #ffffff;
}
.blog-item .blog-item-content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.blog-item .blog-item-content h1 a {
    color: #fff;
    display: inline-block;
    background: linear-gradient(to top right,#ffffff -200%,transparent 300%);
    background-repeat: no-repeat;
    background-size: 0 0.0625em;
    background-position: 0 95%;
    transition: .25s;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font_instrument);
    text-transform: uppercase;
}
.blog-item .blog-item-content h1 a:hover {
    background-size: 100% 0.3625em;
}
.blog-item p {
    color: #ffffff99;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: var(--font_instrument);
}
.blog-item .blog-item-content .read-more-btn {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-bottom: 2px solid #ffffff;
    padding: 4px 0;
    transition: .3s;
}
.blog-item .blog-item-content .read-more-btn:hover {
    border-color: #fff;
    color: #ffffff;
}

.blog-sidebar .blog-sidebar-item {
    padding: 40px;
    background: #2a2a2a;
    margin-bottom: 40px;
    border-radius: 4px;
}
.blog-sidebar .blog-sidebar-item:last-child {
    margin-bottom: 0;
}
.blog-sidebar .blog-sidebar-item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.blog-sidebar .blog-sidebar-item h3::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #ffffff;
    right: -60px;
    position: absolute;
    top: 11px;
}
.blog-sidebar .blog-sidebar-item ul li {
    line-height: 1.6;
    padding: 10px 0;
    border-bottom: 1px solid #686a70;
    margin: 3px 0;
}
.blog-sidebar .blog-sidebar-item ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}
.blog-sidebar .blog-sidebar-item ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.blog-sidebar .blog-sidebar-item ul li a {
    display: block;
    color: #ffffff;
    transition: .3s;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font_instrument);
}
.blog-sidebar .blog-sidebar-item ul li a:hover {
    color: #ffffff;
}
.blog-sidebar .blog-sidebar-item.blog-sidebar-search {
    padding: 0;
    background: none;
}
.search-form {
    display: block;
    position: relative;
}
.search-form input {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 19px 80px 19px 35px;
    background: #2a2a2a;
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: 300;
    transition: .3s;
    color: #fff;
}
.search-form input:focus {
    box-shadow: none;
    outline: none;
    border-color: #ffffff;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
    width: 70px;
    font-size: 25px;
    color: #fff;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul li {
    padding: 0;
    margin: 0;
    border: none;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul li a {
    background: #fff;
    padding: 6px 18px;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul li a:hover {
    background: #000;
    color: #fff;
}


/* Blog Details */
.blog-details-area {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog-details-area .blog-details-content .meta {
    margin-bottom: 15px;
}
.blog-details-area .blog-details-content p {
    font-size: 18px;
    color: #ffffff99;
    color: #fff;
    font-weight: 400;
}
.blog-details-area .blog-details-content h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-details-area .blog-details-content .lists {
    margin-bottom: 1rem;
}
.blog-details-area .blog-details-content .lists li {
    color: #ffffff99;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    padding-left: 25px;
}
.blog-details-area .blog-details-content .lists li::before {
    content: '';
    background: #999999;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 5px;
}
.blog-details-area .blog-details-content .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}
.blog-details-area .blog-details-content .tags li a {
    display: block;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 30px;
    transition: .3s;
    text-transform: uppercase;
}
.blog-details-area .blog-details-content .tags li a:hover {
    background: #000000;
    color: #fff;
}
.comments-area h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.2;
}
.comments-area .comments .comments-list .comment-item {
    margin-bottom: 40px;
}
.comments-area .comments .comments-list .comment-item .comment-body {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-avatar {
    flex: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content {
    flex: 1;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 .date {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 40px;
    /* color: #999999; */
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 .date::before {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    left: -25px;
    top: 5px;
    /* background: #999999; */
    background: #ffffff;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content p {
    color: #686a6f;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content .reply-btn {
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 12px;
    margin-top: 20px;
}
.comments-area .comments .children {
    padding-left: 60px;
    border-top: 1px solid #686a70;
    padding-top: 40px;
}

/* Comment Form */
.comment-form {
    padding-top: 20px;
}
.comment-form h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}
.comment-form form .input-group {
    margin-bottom: 20px;
}

.comment-form form .input-group input,
.comment-form form .input-group textarea {
    font-size: 14px;

    display: block;
    color: #fff;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    transition: .2s;
    padding-bottom: 3px;
}
.comment-form form .input-group input:focus,
.comment-form form .input-group textarea:focus {
    outline: none;
    box-shadow: none;
}
.comment-form form .input-group textarea {
    height: 180px;
    border-bottom: 1px solid #555555;
    resize: none;
}



/* ===== # Photography ===== */
.photography-sec {
    padding: 110px 24px 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.photography-col {
    height: 512px;
}
.photography-col.photography-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    /* grid-template-columns: repeat(1, 1fr); */
    align-items: flex-start;
    height: 744px;
    overflow: hidden;

}
.photography-box {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 100%;
}
.photography-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photography-box .photography-box-inner {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}
.photography-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photography-inner-col {
    /* display: flex;
    flex-direction: column;
    gap: 24px; */
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* align-items: flex-start; */
    height: 744px;
}
.photography-inner-col .photography-box {
    /* height: 50%; */
}



/* ===== # Contact ===== */
.contact-sec {
    padding: 50px 40px 30px;
    display: flex;
    gap: 60px;
    align-items: center;
}
.contact-sec .contact-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.contact-sec .contact-form-wrap .contact-header h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 60px;
    font-family: var(--font_instrument);
    font-size: 50px;
    letter-spacing: -0.8px;
}
.contact-sec .contact-form-wrap .contact-header p {
    color: var(--paragraph);
    line-height: 38px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0;
}
.contact-form h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 24px;
    font-family: var(--font_instrument);
}
.contact-form #ajax-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-form #ajax-form textarea,
.contact-form #ajax-form input {
    font-weight: 500;
    font-size: 16px;
    background: rgb(245, 245, 247);
    font-family: var(--font_instrument) !important;
    line-height: 1.4em;
    padding: 24px;
    border-radius: 10px;
    border: none;
    width: 100%;
}
.contact-form #ajax-form #result {
    margin-bottom: 0;
}
.contact-form #ajax-form textarea:focus,
.contact-form #ajax-form input:focus {
    outline: none;
}
.contact-form #ajax-form textarea {
    height: 144px;
}
.contact-infos-wrap {
    padding: 60px 80px 0px;
}
.contact-sec .contact-img {
    width: 655px;
    flex: none;
    overflow: hidden;
    border-radius: 10px;
    height: 753px;
}
.contact-sec .contact-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-infos-wrap .contact-infos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid rgba(38, 38, 38, 0.16);
    border-bottom: 1px solid rgba(38, 38, 38, 0.16);
}
.contact-info-box h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 26px;
    color: var(--paragraph);
    text-transform: uppercase;
    font-family: var(--font_instrument);
}
.contact-info-box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-info-box ul li {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--dark);
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font_instrument);
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.contact-info-box ul li > span {
    width: 50px;
    flex: none;
}
.contact-info-box ul li a {
    color: var(--dark);
    position: relative;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.contact-info-box ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--dark);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.contact-info-box ul li a:hover::before {
    width: 100%;
}



/* ===== # Footer ===== */
.footer-area {
    padding: 70px 0 0;
}
.work-page .footer-area {
    padding-top: 120px;
}
.footer-area .footer-big-text {
    text-transform: uppercase;
    font-size: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -1.2px;
    line-height: 150px;
    text-align: center;
    font-family: var(--font_instrument);
    font-weight: 700;
    color: var(--dark);
    overflow: hidden;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px 40px;
}
.copyright p {
    min-width: 286px;
    flex: none;
    text-align: center;
}
.copyright #back-to-top,
.copyright p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font_instrument);
    margin: 0;
    color: var(--dark);
    text-transform: uppercase;
}
.copyright .right {
    width: 256px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright #back-to-top {
    display: block;
    position: relative;
}
.copyright #back-to-top:hover::before {
    width: 100%;
}



/* ===== # KeyFrame ===== */
@keyframes partnerAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-3918px);
    }
}
@keyframes testimonialAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(calc(200% + 786px));
    }
}
@keyframes testimonialAnim2 {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-3780px);
    }
}
@keyframes workdetailsAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-2482px);
    }
}
@keyframes onlineAnim {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}




/*  ===== Landing =====  */
.landing-page .footer-area {
    padding-top: 0;
}
.demo-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 60px 25px 0 25px;
}
.demo-box {
    border: 1px solid rgb(31, 31, 31);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.demo-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.demo-box .img-box {
    position: relative;
    height: 450px;
    overflow: hidden;
}
.demo-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.demo-box:hover .img-box img {
    transform: scale(1.1);
}
.demo-box .content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px;
    background: rgb(10, 10, 10);
    border-top: 1px solid rgb(31, 31, 31);
}
.demo-box .content-box h4 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    font-family: var(--font_instrument);
    font-weight: 600;
    text-transform: uppercase;
}
.demo-box .content-box p {
    color: rgb(148, 148, 148);
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    letter-spacing: 0;
    font-family: var(--font_instrument);
    font-weight: 500;
}
.demo-box .content-box .view {
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: var(--font_instrument);
    display: block;
    line-height: 20px;
    font-weight: 500;
    background: rgb(10, 11, 11);
    border: 1px solid rgb(31, 31, 31);
    border-radius: 60px;
    backdrop-filter: blur(20px);
    padding: 10px 20px;
    font-size: 16px;
}

/*Additional CSS*/
.hero-sec.hero{
    margin-top: 10%;
}
.breadcrumb-area .breadcrumb-content h1 {
    line-height: 56px;
}
.modal-backdrop.show {
    opacity: .1;
    z-index: -1;
}
.modal {
    z-index: 999;
    padding-right: 0 !important;
}
.modal-dialog{
/* 	position:fixed;
	top:0;
	left:0; */
	display:flex;
	justify-content:center;
	align-items:center;
	height:100vh;
}
/* .modal-dialog {
    max-width: 100%;
} */
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensures it's above other elements */
    background: #000; /* You can set the background color to match your design */
    transition: background-color 0.3s ease-in-out; /* Optional: Smooth transition when adding styles */
}
/*************Custom-style*********************/
 .hero-sec.hero{
    margin-top: 16%;
}
.elementor .full-banner-img img{
	height:inherit;
}
.header-menu{
	display:flex;
	column-gap:35px;
	align-items:center;
}
.header-menu .sub-menu{
	position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
.header-menu .menu-item-has-children{
	
	position:relative;
	margin-right:20px;
}
.header-menu>.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}
.header-menu .menu-item-has-children:hover{
	height:100%;
}
.header-menu .menu-item-has-children:hover .sub-menu{
	
    display: block;
}
.header-right{
	display:flex;
	align-items:center;
	column-gap:80px;
}
.header-wrap .custom-row{
	align-items:center;
	position:relative;
	justify-content:center;
}
.header-wrap .header-right, .header-wrap .header-middle {
    width: auto;
}
.header-logo{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.header-right{
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.header-wrap {
    padding: 44px 0px;
/*     margin: 0px 40px; */
	width: initial;
}
section.header-sec{
	overflow:visible;
	 z-index: 9999;
	margin: 0px 40px;
	width:auto;
}
.header-sec .header-wrap{
	width:100%;
}
.header-menu li .sub-menu a{
	color:#000;
	font-size:18px;
	position:relative;
	font-weight:500;
}

.header-menu li .sub-menu a:hover::after {
    width: 100%;
}
.header-menu li .sub-menu a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-menu li .sub-menu li{
	padding-bottom:5px;
}
.header-menu .menu-item-has-children:hover .sub-menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header-menu .menu-item-has-children .sub-menu li {
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: vall 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.header-menu .menu-item a{
	color:#fff;
	font-weight:600;
}
.header-menu .menu-item-has-children:after{
	content: '';
    display: block;
    width: 20px;
    height: 20px; 
    background-image: url('https://www.glinfotech.net/en-ae/wp-content/uploads/2024/12/arrow-down.svg');
    background-size: cover; 
    background-position: center;
	position:absolute;
	top:0px;
	bottom: -4px;
    right: -20px;
	margin:auto;
}
.header-menu .menu-item-has-children:hover::after {
	bottom: -1px;
    right: -22px;
    margin: auto;
    rotate: 180deg;
	transition: all 0.3s ease-in-out;
}

/* .hero-sec .hero-sec-content h1 span:first-child {

    line-height: 160px;
}
 */
.hero-sec .hero-sec-content h1 span:nth-child(2) {
	font-size:40px;
	letter-spacing:-0.7px;
	line-height:100px;
}

.hero-sec .hero-sec-content h1 span:nth-child(2) span{
	line-height:80px;
}
.hero-sec .hero-sec-content {
    gap: 20px;
}

section.header-sec.fixed {
	margin: 0px 0px;
	padding:0px 40px;
}
.about-sec .about-bottom-content-wrap .about-bottom-content h4{
	width: 70%;
    margin: auto;
}
.Custom-main-title h3 {
    font-size: 90px;
    letter-spacing: -2.3px;
    line-height: 80px;
    font-weight: 700;
    color:#fff;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
	padding : 0px 40px;
	line-height: 90px;
}
.Sub-content h2{
	padding : 0px 40px;
	font-size:30px;
}
.partner-sec .partner-box, .partner-sec .partner-box .partner-box-inner{
	align-items:center;
	display:flex;
	justify-content:center;
}
.partner-box .partner-box-inner {
    width: 180px;
    height: 180px;
	object-fit:contain;
}
.section-title{
	font-size:80px;
	line-height:80px;
	padding-bottom:30px;
}
.service-title .hero-sec .hero-sec-content h1 span:first-child {
    line-height: 115px;
}
.bullet-points ul{
	list-style:disc;
}
.service-pg-list ul{
	display:flex;
	flex-wrap:wrap;
	column-gap:40px;
	width:65%;
}
.service-pg-list ul a:hover{
	color:#fff;
}
.logo-number {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.shades:last-child {
    color: #171537;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.shades:first-child {
    color: #171537;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.shades {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    color: #171537;
    background: linear-gradient(108deg, #ffffff 10%, #0000005e 20%, #ffffff 30%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #171537;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2.5s linear infinite;
    display: inline-block;
}
.number_anim {
    display: flex;
    position: relative;
    font-size: 330px;
    -webkit-text-stroke: 3px #fff;
    color: #171537;
    line-height: 270px;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.logo-number.right {
    
    justify-content: flex-start;
}
.list-right .elementor-heading-title{
	text-align: end;
}
.list-right .service-pg-list ul {
    justify-content: end;
	width: 80%;
    margin-left: auto;
}
.partnership-text span{
	color:#fff;
	font-size: 260px;
	
}
.partnership-text {
	display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: center;
}
.partner-text-section .e-con-inner{
	justify-content:center !important;
}
.content-over-section{
	position:relative;
}
.image-over-box{
	position:absolute !important;
	bottom:-5%;
	left:25px;
	background-color:#000;
	max-width:800px;
	border-radius:20px !important;
}
.career-faq .e-n-accordion-item-title{
	justify-content:space-between !important;
}
.career-faq .e-n-accordion-item[open] .e-n-accordion-item-title{
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}
.career-faq .e-n-accordion-item .e-n-accordion-item-title .e-opened{
	rotate:45deg;
}
.row-flex{
	display:flex;
	align-items:start;
	column-gap:30px;
}
.career-form label{
	color:#fff;
	font-size: 20px;
	line-height: 1;
    margin-bottom: 14px;
    font-weight: 400;
}
.career-form .form-control{
	padding: 15px 20px ;
    background: linear-gradient(#000, #000) bottom -16px left 0 / /* Position */ 100% 2px /* Width height */ content-box padding-box /* background-origin background-clip*/ no-repeat ;
	border-radius:7px;
	color:#ffff;
	font-size:16px;
	letter-spacing:0.8px;
}
.career-form .form-row{
/* 	margin-bottom:20px; */
	width:100%;
}
.career-form .form-row.select-row{
	appearance: none; /* Remove default browser styles */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    background-image: url("https://www.glinfotech.net/en-ae/wp-content/uploads/2024/12/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px top 55%;
    background-size: 20px;
    cursor: pointer;
}
.career-form .form-row.select-row option{
	color:#000;
}
.submit-row input{
	background-color: #ffffff;
    width: 100%;
    padding: 18px 0px;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
	font-weight: 700;
    line-height: 20px;
    padding: 12px 19px;
    text-transform: uppercase;
	border:2px solid #fff;
}
.submit-row input:hover{
    color: #ffffff;
    background: #000;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.submit-row input::before {
	 background: #000;
}
.submit-row input::before {
   
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: calc(100% + 4px);
    height: 100%;
    z-index: -1;
    background: #ffffff;
    border-radius: 40px;
    will-change: transform;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;

}
 .wpcf7-spinner::before, .wpcf7-spinner{
	background-color:#000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff !important;
}
.wpcf7-response-output{
	color:#fff;
	font-size:18px;
}
.wpcf7-not-valid-tip{
	font-size:16px;
}
.career-image img{
	border-radius:10px !important;
}
.address-1{
	color:#fff;
	font-size:20px;
}
.address-in-contact div{
	display:flex;
	justify-content:left;
}
.address-in-contact div img{
	padding-top:5px;
}
.address-in-contact {
	display:flex;
align-items:start;
column-gap:20px;
	padding-bottom:20px;
}
.contact-form label{
	color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 400;
}
.contact-form .input-field {
    padding: 15px 20px;
    background: linear-gradient(#000, #000) bottom -16px left 0 / /* Position */ 100% 2px /* Width height */ content-box padding-box /* background-origin background-clip*/ no-repeat;
    border-radius: 7px;
    color: #ffff;
    font-size: 16px;
    letter-spacing: 0.8px;
	border: 1px solid #fff;
    width: 100%;
}
.contact-form .select-row select option{
	color:#000;
}
.contact-form .select-row select {
	-webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Default */
  background: transparent;
    background-image: url(https://www.glinfotech.net/en-ae/wp-content/uploads/2024/12/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 55%;
    background-size: 20px;
    cursor: pointer;
	margin-bottom: 0px
}

.contact-form .submit-btn{
    background-color: #ffffff;
    width: 100%;
    padding: 18px 0px;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 19px;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.partnership-form label{
	color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 400;
}
.partnership-form .input-field {
    padding: 15px 20px;
    border-radius: 7px;
    color: #ffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    width: 100%;
/* 	border: 1px solid rgb(15, 15, 15);
    background: rgb(26 26 26); */
	background: linear-gradient(#000, #000) bottom -16px left 0 /  100% 2px  content-box padding-box  no-repeat;
	border: 1px solid #fff;
}
.partnership-form .select-row select option{
	color:#000;
}
.partnership-form .select-row select {
	-webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Default */
  background: transparent;
    background-image: url(https://www.glinfotech.net/en-ae/wp-content/uploads/2024/12/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 55%;
    background-size: 20px;
    cursor: pointer;
	margin-bottom: 0px
}

.partnership-form .submit-btn{
    background-color: #ffffff;
    width: 100%;
    padding: 18px 0px;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 19px;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.process-box{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:30px;
}
.process-head-area{
	display:flex;
	justify-content:left;
	align-items:center;
	column-gap:25px;
	padding-bottom:30px;
}
.round-num {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    justify-content: center;
    text-align: center;
    margin: auto 0;
    border: 2px solid #fff;
}
.number-process {
    font-size: 28px;
    color: #fff;
    margin: auto;
}
.process-box:hover .round-num {
        border: 2px solid #5c5c5c;
    
}
.process-box:hover .number-process {
        color: #5c5c5c;
    
}
.round-head {
  
    font-size: 26px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 32px;
}
.content-box{
    display: flex;
    flex-direction: column;
   border-radius: 30px !important;
    position: relative;
    box-shadow: rgb(255 255 255 / 50%) 0px 0px 15px;
    color: #fff;
}
.ser-sec-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.box-head-content {
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
}
.ui-box {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    justify-content: space-between;
	column-gap: 20px;
}
.sys-img {
    width: 100%;
}
.ui-content {
    font-size: 20px;
    font-weight: 400;
}
.worked-companies{
	
    background: #141414;
    height: 170px !important;
    display: flex;
    justify-content: center !important;
    align-items: center;
    border: 1px solid #242424;
    border-radius: 10px !important;
}

.popup-menu .menu-lists .count{
	display:none !important;
}
/* .popup-menu-wrap.active{
	overflow:auto;
} */
.office-address{
	column-gap:15px;
}
a:hover {
    color:rgb(148, 148, 148) ;
}
.custom-button-link{
	display: block;
    width: fit-content;
	margin-top:15px;
}
.marketing-content .process-contents{
	min-height:115px;
}
.custom-button.theme-btn{
	width:fit-content;
}
.custom-button.theme-btn a{
	padding:0px;
}
.custom-button.theme-btn span{
	color:#000;
}
.custom-button.theme-btn:hover span{
	color:#fff;
}
.elementor-element-f748a36 .elementor-element-709d420{
	width:80%;
	margin:auto;
}
.elementor-element-f748a36 .e-con-inner{
	justify-content:center !important;
}
.request-proposal-form label {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 400;
}
.request-proposal-form .wpcf7-form-control {
    padding: 15px 20px;
    border-radius: 7px;
    color: #ffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    width: 100%;
    background: linear-gradient(#000, #000) bottom -16px left 0 / 100% 2px content-box padding-box no-repeat;
    border: 1px solid #fff;
}
.request-proposal-form .wpcf7-submit {
    background: #ffffff;
    width: 100%;
    padding: 18px 0px;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 19px;
    text-transform: uppercase;
    border: 2px solid #fff;
	position:relative;
}

.request-proposal-form .wpcf7-submit:hover{
    color: #ffffff;
    background: #000;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.request-proposal-form .wpcf7-submit::before {
	 background: #000;
}
.request-proposal-form .wpcf7-submit::before {
   
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: calc(100% + 4px);
    height: 100%;
    z-index: -1;
    background: #ffffff;
    border-radius: 40px;
    will-change: transform;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;

}
.request-proposal-form select.wpcf7-form-control option{
	color:#000;
}
.request-proposal-form select.wpcf7-form-control{
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url(https://www.glinfotech.net/en-ae/wp-content/uploads/2024/12/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 55%;
    background-size: 20px;
    cursor: pointer;
    margin-bottom: 0px;
}
.request-proposal-form .form-group{
	margin-bottom:25px;
}
.image-over-box a.elementor-button-link{
	display:ruby-text;
}
.experience-button{
	display:none !important;
}
.app-development-box .process-contents{
	min-height:85px;
}
.graphic-box .process-contents{
	min-height:140px;
}
.work-detail-header-infos{
	column-gap:50px !important;
}
.work-detail2-content-box .left h4{
	font-size:30px ;
	line-height:32px;
	color:#fff !important;
}
.work-detail-header-infos .work-detail-header-left h3{
	color:#ffffff99;
}
.custom-button.theme-btn.explore-btn .elementor-button-wrapper{
	height:20px;
}
/* .homepage-top-section h1 span:first-child .timeline-anim{
	max-width:90%;
	margin:auto;
}  */
.sticky-elem-sec h3.sticky-statement{
	inset :20px auto auto 0px !important;
}
.logo-scroll .partner-sec ul{
	pointer-events: none;
}
.testimonial-author-box img{
	border: 1px solid #1d1d1d !important;
    background: #000 !important;
	border-radius: 10px !important;
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	padding:5px 5px; 
}
.hero-sec .hero-footer-wrap.scroll-from-bottom {
    transform: translateY(0px) !important;
}
.home .hero-sec .hero-sec-content h1 span:nth-child(2){
	font-size: 140px;
    letter-spacing: -5px;
    font-weight: 700;
}
.home .hero-sec .hero-sec-content h1 span:nth-child(2) span{

    line-height: 110px;
}
.experience2-lists .experience2-box-header{
	letter-spacing:-0.3px !important;
}
.work-title .hero-sec.hero {
    margin-top: 38%;
}
.hero-sec .hero-sec-content h1 span{
	line-height:110px;
}
.recaptcha{
	margin-bottom:16px;
}
.select-row select {
    
    margin-bottom: 0px;
}
.contact-form .recaptcha{
	margin-top:40px; 
	margin-bottom:40px;
}
.partnership-form .recaptcha{
	margin-bottom:40px;
}
.request-proposal-form .recaptcha .wpcf7-form-control{
	border:0px;
}
/* .oval-image .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oval-image img {
  width: 100%;
  height: 100%;
}

.oval-image .img-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 54%);
	z-index:99;
} */

/* .customer-reviews .testimonial-box .testimonial-header .testimonial-author-box img{
	display:none;
} */
@media (max-width: 1700px) {
	.partnership-text span{
	
	font-size: 210px;
	
}
	.marketing-content .process-contents{
	min-height:140px;
}
	.app-development-box .process-contents{
	min-height:112px;
}
	.ecommerce-box .process-contents{
	min-height:140px;
}
}
@media (max-width: 1600px) {
.hero-sec {
    height: 60vh;
}
		.number_anim {
  
    font-size: 240px;
}
	.work-title .hero-sec.hero {
    margin-top: 45%;
}
	    .work-title .hero-sec {
        height: 40vh;
    }
}
@media (max-width: 1439px) {
    section.hero-sec2 {
        height: 100%;
    }
	.content-box{
		width:30.5% !important;
	}
	.service-pg-title h2{
		font-size:30px !important;
	}
	.home .hero-sec .hero-sec-content h1 span:nth-child(2){
	font-size: 90px;
		letter-spacing:-4px;
}
.home .hero-sec .hero-sec-content h1 span:nth-child(2) span{

    line-height: 70px;
}
	.popup-menu ul {
   
    gap: 0px;
}
	   .popup-menu-wrap .popup-menu ul li a {
        font-size: 55px;
        line-height: 66px;
        height: 55px;
    }
	    body .full-image-sec .full-image-box {
        border-radius: 0px;
    }
	.service-title .hero-sec .hero-sec-content h1 span:first-child {
    line-height: 75px;
}
	.work-title .hero-sec.hero {
        margin-top: 45%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1400px) {
.header-right {
 
    column-gap: 40px;
}
	.service-list{
		column-gap:25px !important;
	}
	.service-list-title .elementor-heading-title {
    font-size: 40px !important;
		line-height:45px !important;
}

	.partnership-text span{
	
	font-size: 170px;
	
}
	.image-over-box{
	
	bottom:-10%;
}
	.elementor-4909 .elementor-element.elementor-element-b52477b p{

    font-size: 85px;
}
	.marketing-content .process-contents{
	min-height:198px;
}
		.ecommerce-box .process-contents{
	min-height:170px;
}
	.graphic-box .process-contents{
	min-height:200px;
}
	.homepage-top-section .hero-sec .hero-sec-content h1 span:first-child .timeline-anim{
    line-height: 90px;
}
}
@media (max-width: 1365px) {
.app-development-box .process-contents{
	min-height:140px;
}
	.enterprise-box .process-contents{
	min-height:196px;
}
}
@media (max-width: 1221px) {
.content-box {
        width:80% !important;
    }
		.service-pg-title h2{
		font-size:40px !important;
	}
.web-design-box .process-contents{
	min-height:140px;
}
		.ecommerce-box .process-contents{
	min-height:200px;
}
	.enterprise-box .process-contents{
	min-height:230px;
}
	.graphic-box .process-contents{
	min-height:255px;
}
}
@media (max-width: 1200px) {
	.header-wrap .header-middle{
		display:none;
	}
	.hero-sec {
        height: 50vh;
    }
	.section-title{
	font-size:60px;
	line-height:60px;
	padding-bottom:20px;
}
	.service-list-title .elementor-heading-title {
    font-size: 28px !important;
		line-height:33px !important;
}
	.number_anim {

    font-size: 200px;
	}
	.partnership-text span{
	
	font-size: 120px;
	
}
	.image-over-box{
	
	position:initial !important;
		max-width:100%;
}
	.elementor-4909 .elementor-element.elementor-element-b52477b p{

    font-size: 65px;
		line-height: normal;
}
.marketing-content .process-contents{
	min-height:255px;
}
}
@media (max-width: 1140px) {
.app-development-box .process-contents{
	min-height:170px;
}
	.web-design-box .round-head{
	min-height:100px;
}
	.web-design-box .process-contents{
	min-height:170px;
}
	.ecommerce-box .process-contents{
	min-height:230px;
}
	.enterprise-box .process-contents{
	min-height:255px;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
    .service-count{
	display:none !important;
	}
	.service-pg-list ul {
   
    width: 100%;
}
}
@media (max-width: 1024px) {
	.career-image{
		display:none !important;
	}
}
@media (max-width: 920px) {
.hero-sec .hero-sec-content h1 span:first-child {
    line-height: 80px;
}
	section.hero-sec.hero {
    margin-top: 15%;
}
section.hero-sec .hero-sec-content h1 {
    font-size: 70px;
}
.hero-sec .hero-sec-content h1 span:nth-child(2) span {
    line-height: normal;
    font-size: 32px;
}
/* .hero-sec {
        height: 30vh;
    } */
	    section.hero-sec2 {
        height: 100%;
    }
	.number_anim {

    font-size: 170px;
	}
	.partnership-text span{
	
	font-size: 120px;
	
}
	.elementor-4909 .elementor-element.elementor-element-b52477b p{

    font-size: 45px;
}
	.app-development-box .process-contents{
	min-height:200px;
}
	.graphic-box .process-contents{
	min-height:310px;
}

.home .hero-sec .hero-sec-content h1 span:nth-child(2) span{

    line-height: 60px;
	font-size: 70px;
}
	    .service-title .hero-sec .hero-sec-content h1 span:first-child {
        line-height: 85px;
    }
	    .work-title .hero-sec .hero-sec-content h1 span:first-child {
        line-height: 60px;
    }
}

@media (max-width: 808px) {
    .header-sec .header-wrap {
        padding: 60px 25px ;
    }
	.Custom-main-title h3 {
    font-size: 40px;
		line-height:50px;
    
}
	.Sub-content h2 {
    font-size: 24px;
}
	.partnership-text img{
		width:30%;
	}
	    .partnership-text span {
        font-size: 100px;
    }
	.enterprise-box .process-contents{
	min-height:310px;
}
	.graphic-box .process-contents{
	min-height:340px;
}
	.graphic-box .round-head{
	min-height:100px;
}
	.home .hero-sec .hero-sec-content h1 span:nth-child(2) span{
letter-spacing:-2px;
    line-height: normal;
	font-size: 50px;
	padding-top:0px;
}
		.home section.hero-sec .hero-sec-content h1 {
        font-size: 50px;
    }
	   .popup-menu-wrap .popup-menu ul li a {
        font-size: 40px;
        line-height: 35px;
        height: 40px;
    }
	    .service-title .hero-sec .hero-sec-content h1 span:first-child {
        line-height: 48px;
    }
	.work-title .hero-sec .hero-sec-content h1 span:first-child {
        line-height: 60px;
    }
	    .work-title .hero-sec {
        height: 30vh;
    }
}
@media (max-width: 768px) {
section.hero-sec.hero {
        margin-top: 22%;
    }
	    section.hero-sec .hero-sec-content h1 {
        font-size: 58px;
    }
	.partnership-text {
    
    column-gap: 15px;
}
	 .partnership-text span {
        font-size: 80px;
    }
	.ecommerce-box .process-contents{
	min-height:254px;
}
	
.home .hero-sec .hero-sec-content h1 span:nth-child(2) span{

    line-height: normal;
	font-size: 50px;
	padding-top:0px;
}
	.home section.hero-sec .hero-sec-content h1 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {

	.service-title .hero-sec .hero-sec-content h1 span:first-child {
        line-height: 48px;
    }
	    .hero-sec .hero-sec-content h1 span:nth-child(2) span {
        font-size: 30px;
			padding-top:20px;
    }
	.logo-number{
		display:none;
	}
	.service-list-title .elementor-heading-title {
    font-size: 38px !important;
		line-height:44px !important;
}
	.service-pg-list ul {

    width: 90%;
}
	.list-right {
		flex-direction:column-reverse!important;
	}
	.elementor-4909 .elementor-element.elementor-element-b52477b p{

    font-size: 40px;
}.address-in-contact div img{
	max-width:24px;
	height:24px;
}

 .content-box {
        width:100% !important;
}
.marketing-content .process-contents{
	min-height:100%;
}
	.faq-item .accordion-header button {
    padding: 24px 50px 24px 36px;
    font-size: 17px;
	}
	.app-development-box .process-contents{
	min-height:auto;
}
		.web-design-box .round-head{
	min-height:auto;
}
	.web-design-box .process-contents{
	min-height:auto;
}
	.ecommerce-box .process-contents{
	min-height:auto;
}
	.enterprise-box .process-contents{
	min-height:auto;
}
	.graphic-box .round-head{
	min-height:auto;
}
	.graphic-box .process-contents{
	min-height:auto;
}
	.web-design-box .round-head{
	min-height:auto;
}
		.homepage-top-section .hero-sec .hero-sec-content h1 span:first-child .timeline-anim{
    line-height: normal;
}
	.homepage-top-section h1 span:first-child .timeline-anim{
	max-width:100%;
}
	.home .hero-sec .hero-sec-content h1 span:nth-child(2) span{

   
	padding-top:0px;
}
.home .hero-sec .hero-sec-content h1 {
    
    gap: 0px;
}
	 .section-header3 .title {
        font-size: 40px;
        line-height: normal !important; 
        gap: 0px;
        letter-spacing: -0.2px;
    }
	.popup-menu-wrap .popup-menu ul li a {
        font-size: 35px;
        line-height: 30px;
        height: 35px;
    }
}
@media (max-width: 570px) {
	  section.hero-sec .hero-sec-content h1 {
        font-size: 48px;
    }
	section.hero-sec.hero {
        margin-top: 30%;
    }
 .partnership-text span {
        font-size: 50px;
    }
	    .section-header3 .title {
        font-size: 30px !important;
        line-height: normal !important; 
        gap: 0px;
        letter-spacing: -0.2px;
			padding-left:15px;
			padding-right:15px;
    }
	.full-image-box {
    height: fit-content !important;
	}
	.work-title .hero-sec {
        height: 25vh;
    }
	    
	.work-title{
		width:100% !important;
	}.hero-sec.hero {
        margin-top: 70%;
        width: fit-content;
    }
	.work-title{
		width:100% !important;
	}
	.work-title .elementor-widget-container{
		margin:auto;
	}
}
@media (max-width: 420px) {
	
	section.hero-sec.hero {
        margin-top: 40%;
    }
	    .hero-sec .hero-sec-content h1 span:first-child {
        line-height: 60px;
    }
	    .hero-sec {
        height: 25vh;
	}
	    section.hero-sec2 {
        height: 100%;
    }
	 .partnership-text span {
        font-size: 40px;
    }
	.home .hero-sec .hero-sec-content h1 span:nth-child(2) span{

    
	font-size: 40px;
}
	.home section.hero-sec .hero-sec-content h1 {
        font-size: 40px;
    }
}

/*************Custom-style*********************/
