@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@import url(bg.css);

body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    background-color: rgba(251, 252, 254, 1) !important;
}


body .container{
    --bs-gutter-x: 5rem !important;
}


:root {
    --primary-color: #1b2128;
    --secondary-color: #14202e;
    --secondary-color-rgb: 27, 33, 40;
}

/* Header */
header {
    padding: 12px 0;
    background: rgba(251, 252, 254, 1) !important;
    z-index: 110;
    position: relative;
}

.navbar-brand img {
    height: 40px;
}

.backdrop {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.header-active {
    overflow: hidden;
}

.header-active .backdrop {
    display: block;
}

header li .nav-link.active {
    font-weight: 700;
}

header li .nav-link {
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
    color: var(--primary-color);
}

.navbar-toggler svg {
    height: 60px;
    position: absolute;
    width: 60px;
    right: 0;
    top: 5px;
}

.navbar-toggler .plates {
    display: flex;
    flex-wrap: wrap;
    max-height: 160px;
    width: 640px;
}

@media (max-width: 640px) {
    .navbar-toggler .plates {
        width: 320px;
    }
}

.navbar-toggler .burger {
    filter: url(#gooeyness);
}

.navbar-toggler .x {
    transform: scale(0);
    transition: transform 400ms;
}

.navbar-toggler .line {
    fill: none;
    stroke: black;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms,
        transform 500ms 200ms;
}

.navbar-toggler .x .line {
    stroke-width: 5.5px;
}

/* First plate */
.navbar-toggler .plate1 .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px;
}

.navbar-toggler .plate1 .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px;
}

.navbar-toggler .active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}

.navbar-toggler .active.plate1 .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms;
}

.navbar-toggler .active.plate1 .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px;
}

.navbar-toggler .active.plate1 .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px;
}

.navbar-toggler .active .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
}

/* El segundo plato */
.navbar-toggler .plate2 .line1 {
    stroke-dasharray: 21 185.62753295898438;
    transition-delay: 0;
}

.navbar-toggler .plate2 .line2 {
    stroke-dasharray: 21 178.6514129638672;
    transition-delay: 30ms;
}

.navbar-toggler .plate2 .line3 {
    stroke-dasharray: 21 197.92425537109375;
    transition-delay: 60ms;
}

.navbar-toggler .plate2 .line4 {
    stroke-dasharray: 21 190.6597137451172;
    transition-delay: 90ms;
}

.navbar-toggler .plate2 .line5 {
    stroke-dasharray: 21 208.52874755859375;
    transition-delay: 120ms;
}

.navbar-toggler .plate2 .line6 {
    stroke-dasharray: 21 186.59703063964844;
    transition-delay: 150ms;
}

.navbar-toggler .active.plate2 .line1 {
    stroke-dasharray: 5 185.62753295898438;
    stroke-dashoffset: -170px;
}

.navbar-toggler .active.plate2 .line2 {
    stroke-dasharray: 5 178.6514129638672;
    stroke-dashoffset: -170px;
}

.navbar-toggler .active.plate2 .line3 {
    stroke-dasharray: 5 197.92425537109375;
    stroke-dashoffset: -180px;
}

.navbar-toggler .active.plate2 .line4 {
    stroke-dasharray: 5 190.6597137451172;
    stroke-dashoffset: -170px;
}

.navbar-toggler .active.plate2 .line5 {
    stroke-dasharray: 5 208.52874755859375;
    stroke-dashoffset: -170px;
}

.navbar-toggler .active.plate2 .line6 {
    stroke-dasharray: 5 186.59703063964844;
    stroke-dashoffset: -180px;
}

.navbar-toggler .active.plate2 .x {
    transition: transform 400ms 250ms;
}

.navbar-toggler:focus,
.navbar-toggler {
    box-shadow: none !important;
    border: none !important;
}

/*Header */



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

.main h1 {
    display: block;
    line-height: 110px;
    font-size: 112px;
}

.main h1 span {
    display: block;
    font-weight: 700;
}

.ab-content h5 {
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
}

.port-content h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.title {
    font-size: 44px;
    font-weight: 700;
    color: var(--primary-color);
}
.main-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60.48px;
  letter-spacing: -0.005em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/*========Work=======*/
.work-box {
    background: #c2d5ff;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px 0 0 40px;
}

.work-box h4 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
    color: var(--primary-color);
}

.work-box h6,
.work-box a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: var(--secondary-color);
}

.work-box p {
    font-size: 16px;
    font-weight: 400;
    padding-right: 24px;
    min-height: 48px;
    color: var(--secondary-color);
}

.work-img {
    margin-top: 64px;
    width: 100%;
    text-align: end;
    height: 500px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.work-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.work-list ul {
    padding: 0 !important;
}

.work-list ul li {
    list-style: none;
}

.work-list ul li .work-box {
    background: #c2d5ff;
}

.work-list ul li:nth-child(2) .work-box {
    background: #cae9ff;
}

.work-list ul li:nth-child(3) .work-box {
    background: #fde4cf;
}

.work-list ul li:nth-child(4) .work-box {
    background: #ffcfd2;
}

.work-list ul li:nth-child(5) .work-box {
    background: #e7c6ff;
}


.work-list ul li:nth-child(6) .work-box {
    background: #ffd6ff;
}

/*========Work=======*/

/*========Footer=======*/

.main-footer p {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 400;
}

.copyright {
    color: rgba(var(--secondary-color-rgb), 0.62);
}

.social-media li a:hover img {
    transform: scale(0.9);
    transition: all 0.2s;
}

.social-media li a img {
    width: 32px;
    transform: scale(1);
    transition: all 0.4s;
}

.social-media li a {
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 207, 210, 0.6);
    width: 64px;
    display: block;
    text-align: center;
    line-height: 60px;
}

.social-media li:nth-child(2) a {
    background: rgba(202, 233, 255, 0.6);
}

.social-media li:nth-child(3) a {
    background: rgba(231, 198, 255, 0.6);
}

.social-media li:nth-child(4) a {
    background: rgba(194, 213, 255, 0.6);
}

.social-media li {
    margin: 0 10px;
}

.scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 80px;
    right: 36px;
    z-index: 999;
    opacity: 0;
    height: 56px;
    width: 56px;
    border-radius: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
    text-align: center;
}

.scroll-top img {
    width: 24px;
    height: 24px;
}

.scroll-top div {
    transition: all 0.4s ease-in-out 0s;
}

/*========Footer=======*/

/*========Feedback=======*/
.feedback-box {
    padding: 20px;
    border-radius: 14px;
    background: rgba(240, 245, 255, 1);
    height:600px;
}

@media (min-width: 375px) {
    /* Small devices (landscape phones, >= 576px) */
    .feedback-box {
        height: 400px; /* Custom height for small devices */
    }
}

@media (min-width: 415px) {
    /* Small devices (landscape phones, >= 576px) */
    .feedback-box {
        height: 400px; /* Custom height for small devices */
    }
}

@media (min-width: 480px) {
    /* Small devices (landscape phones, >= 576px) */
    .feedback-box {
        height: 400px; /* Custom height for small devices */
    }
}

@media (min-width: 576px) {
    /* Small devices (landscape phones, >= 576px) */
    .feedback-box {
        height: 400px; /* Custom height for small devices */
    }
}

@media (min-width: 768px) {
    /* Medium devices (tablets, >= 768px) */
    .feedback-box {
        height: 500px; /* Custom height for tablets */
    }
}


.feedback-box h6 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--secondary-color-rgb), 0.62);
}

.feedback-box h5 {
    font-size: 15px;
    font-weight: 700;
    color: rgba(27, 33, 40, 1);
}

.feedback-box img {
    width: 48px !important;
}

.feedback-box p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(27, 33, 40, 1);
    padding-left: 30px;
    margin-top: 18px;
    margin-bottom: 0;
    border-left: 2px solid rgba(73, 90, 110, 0.2);
    margin-left: 24px;
}

.owl-stage-outer .owl-stage {
    padding-left: 0 !important;
}

.feedback-owl::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    content: "";
    z-index: 99;
    background: linear-gradient(-270deg, rgba(251, 252, 254, 0) 0%, #fbfcfe 84%);
}

.feedback-owl {
    position: relative;
}

/*========Feedback=======*/

/*========Case Studies=======*/
.case-study-header h1 {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 24px;
}

.case-study-header p {
    font-size: 24px;
    padding: 0 50px;
    color: rgba(20, 32, 46, 0.62);
}

.case-studies h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2px;
}

.case-studies h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2px;
}

.case-studies h4 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 2px;
}

.case-studies p {
    color: rgba(20, 32, 46, 0.62);
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;
}

.case-studies li {
    margin-bottom: 12px;
    line-height: 28px;
}

.img-area.color2 {
    background: rgba(244, 249, 255, 1);
}

.img-area {
    background: rgba(255, 238, 238, 1);
    padding: 50px;
    border-radius: 16px;
}

.meowtel-project .pro-under h5 {
    background: rgba(61, 67, 244, 1);
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 50px;
    font-weight: 400;
    margin-bottom: 22px;
}

.contact-section p {
    font-size: 48px;
    font-weight: 400;
    color: rgba(27, 33, 40, 1);
}

.email-btn {
    display: inline-block;
    min-width: 240px;
    background: rgba(84, 90, 250, 1);
    text-decoration: none;
    color: #fff;
    padding: 14px 15px;
    font-size: 20px;
    border-radius: 12px;
}

.main-title span {
    font-weight: 400;
}

.faq-box h5 {
    font-family: "Public Sans", sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.faq-box p {
    font-family: "Public Sans", sans-serif !important;
    font-size: 24px;
    font-weight: 100;
    line-height: 50.4px;
    letter-spacing: -0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.about-content h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40.32px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about-main li,
.about-content p ,
.about-main p {
    font-size: 24px;
    font-weight: 400;
    line-height: 50.4px;
    letter-spacing: -0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(27, 33, 40, 1);
}

.about-main ul.text-white li,
.about-main p.text-white {
    color: rgba(255, 255, 255, 0.62) !important;
}

.self-content h3 {
    font-family: New York;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(27, 33, 40, 1);
}

.com-box .com-logo {
    width: 120px;
    height: 120px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(89, 91, 95, 1);
}

.com-box h5 {
    font-family: Public Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.2px;
    letter-spacing: -0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.com-box h6 {
    font-family: Public Sans;
    font-size: 17px;
    font-weight: 500;
    line-height: 19.98px;
    letter-spacing: -0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.career-content .com-box p {
    font-family: Public Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 19.98px;
    letter-spacing: -0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.62);
    margin-top: 22px
}

.badges-logo {
    width: 100%;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(180deg, #d78934 0%, #71481b 100%);
}

.inner-badges {
    padding: 50px 32px;
    background: #fff;
    border-radius: 16px;
}

.ex-tabs ul {
    padding: 16px;
    position: relative;
    border-radius: 24px;
    background: rgba(58, 60, 63, 1);
}

.ex-tabs ul li button.active,
.ex-tabs ul li button:hover {
    color: #fff;
    background: transparent !important;
    border-color: rgba(89, 91, 95, 1) !important;
}

.ex-tabs ul li {}

.ex-tabs ul li button {
    font-family: Public Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid rgba(89, 91, 95, 1);
    color: #fff;
    position: relative;
    margin: 0 12px;
    min-width: 160px;
    border-radius: 16px !important;
}

#tile-1 .slider {
    display: inline-block;
    width: 160px !important;
    height: 4px;
    border-radius: 16px;
    background-color: rgba(89, 91, 95, 1) !important;
    position: absolute;
    z-index: 1200;
    top: 16px;
    transition: all 0.4s linear;
    left: 16px;
    height: 53px;
    z-index: 0;
    margin: 0 12px;
}

.rounded-corners {
    border-radius: 64px; /* Adjust the value as needed for more or less rounding */
}




    #awards .item img {
        max-width: 200%;
        height: auto;
        display: block;
        margin: ;
        padding:100px;
    }

    #awards .item {
        height: auto;
        text-align: center;
    }
    
    /* Ensure the text is clipped with the background image & animate*/

  .clip-image {
  /* Default styles for compatibility */
  color: transparent;
  background-image: url('/assets/img/meswap.PNG');
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 5.5s ease;

  /* Feature detection for 'background-clip: text' */
  @supports (background-clip: text) {
    background-clip: text;
  }
}

.clip-image:hover {
  background-position: 100% 100%;
}

/* Define the animation */
@keyframes slide-background {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}

.view-case-study {
    text-decoration: none; /* Ensure no underline by default */
    position: relative;
    color: inherit; /* Match your design color */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}

.view-case-study::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Adjust the distance of the underline */
    width: 0;
    height: 1px; /* Adjust thickness of the underline */
    background-color: currentColor; /* Use the current text color */
    transition: width 0.3s ease;
}

.view-case-study:hover::after {
    width: 100%; /* Expand underline on hover */
}



