@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Geologica', sans-serif;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    /* background-color: #222222; */
    background-color: rgba(0, 0, 0, 0);
}

#hello {
    z-index: 99999;
}

#hello .slideUp {
    font-family: 'Geologica', sans-serif;
    font-weight: 800;
}

header {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0px;
    /* background-color: #222222; */
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 9999;
}

nav {
    height: 62px;
    width: 88%;
    display: flex;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    background: #323232;
    border-radius: 8px;
}

.logo img {
    height: 50px;
    width: auto;
    padding-top: 4px;
    padding-left: 40px;
}

.logo a {
    margin: 0;
    padding: 0;
}

.nav-links {
    display: flex;
    list-style: none;
    width: 88vw;
    padding-right: 40px;
    justify-content: flex-end;
    gap: 48px;
    align-items: center;
    text-transform: uppercase;
}

.nav-links li a {
    font-family: 'Geologica', sans-serif;
    text-decoration: none;
    color: #EFEFEF;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 600;
}

.nav-links li a:hover {
    color: #8FFCC2;
}

.nav-links li {
    position: relative;
}

.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
}

.nav-links li a:hover::before {
    width: 80%;
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: #ffff;
    margin: 5px;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.hamburger {
    display: none;
}



.main_body {
    width: 100%;
}

.main_body .sections {
    margin-top: 6.5rem;
}

.sections .info h1 {
    font-family: 'Geologica', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    /* color: #323232; */
    color: #e5e5e5;
    margin: 0;
    padding: 0;
    text-align: center;
}

.sections .title {
    padding-top: 3.3333333333333335rem;
    /* padding-bottom: 6.666666666666667rem; */
    background-color: transparent;
}

.heading #content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 88%;
    align-items: center;
}

#content span {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    color: rgb(50, 50, 50);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
    text-align: center;
}

#content .headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 24px; */
    align-self: stretch;
}

h1 span {
    font-family: 'Geologica', sans-serif;
    color: rgb(50, 50, 50);
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Geologica', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 3.388888888888889rem;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#content .heading h1 span {
    font-family: 'Geologica', sans-serif;
    color: #68d59a;
    text-align: center;
    font-size: 3.8rem;
    font-family: 'Geologica', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 3.388888888888889rem;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#content .heading h1 {
    font-family: 'Geologica', sans-serif;
    color: rgb(50, 50, 50);
    text-align: center;
    font-size: 2.8rem;
    font-family: 'Geologica', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 3.388888888888889rem;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.sections .image {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    padding-top: 1.6666666666666667rem;
}


.sections .image img {
    width: 298px;
    height: auto;
}

.sections .subtitle {
    padding-top: 3.3333333333333335rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.subtitle p {
    font-size: 3.0555555555555554rem;
    font-family: 'Geologica', sans-serif;
    color: rgb(50, 50, 50);
    text-align: center;
    /* width: 60%; */
    margin-top: 0;
}

.subtitle p span {
    color: #68d59a;
}

.sections .details {
    padding-top: 1.6666666666666667rem;
    justify-content: center;
    /* align-items: center; */
    /* width: 88%; */
    display: flex;
    flex: auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    z-index: 0;
}


/* .sections .about_cards {
    padding-top: 1.6666666666666667rem;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: 656px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
} */

/* .about_cards .about_left {
    background-color: #333639;
    border-radius: 24px;
    flex: 1 0 0px;
    height: 656px;
    overflow: visible;
    position: relative;
    transform: perspective(1200px);
    width: 1px;
}

.about_left .title_img {
    height: 80px;
    left: 40px;
    overflow: visible;
    position: absolute;
    top: 32px;
    width: 80px;
}

.title_img .about_img {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg,#68d59a 0%,#68d59a 100%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    flex: none;
    height: var(auto, 80px);
}
 */

.sections .about_cards {
    padding-top: 1.6666666666666667rem;
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.about_cards .about_container {
    display: flex;
    gap: 16px;
    width: 100%;
    height: 95vh;
}

.about_cards .about_left {
    width: 30%;
    /* padding: 24px; */
    background-color: #f7f7f9;
    /* background-color: #333639; */
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 600px; */
}

.title_img .about_img {
    background: linear-gradient(135deg, #c3eed7 0%, #68d59a 100%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    width: 80px;
    height: auto;
    margin-top: 24px;
    margin-left: 24px;
}

.about_img img {
    width: 100%;
}

.about_left .title_img {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.title_img .title_sub {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 24px;
}


.title_img .title_sub h3 {
    margin: 0;
    /* padding-top: 16px; */
    /* padding-bottom: 4px; */
    font-size: 1.6rem;
    font-weight: 600;
    /* color: rgb(50, 50, 50);; */
    color: #323232;
}

.title_img .title_sub p {
    margin: 0;
    /* padding-bottom: 16px; */
    /* color: rgb(50, 50, 50);; */
    color: #323232;
}

.title_img .status {
    margin: 0;
    /* padding-bottom: 16px; */
    color: #4c9e30;
    margin-left: 24px;
}

.about_left .pitch {
    margin-top: 24px;
    margin-left: 24px;
    font-size: 24px;
    font-weight: 300;
    line-height: 2.1rem;
    padding-bottom: 40px;
    /* color: rgb(50, 50, 50);; */
    color: #323232;
}

.about_cards .about_right {
    /* flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px; */
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* height: 600px; */
    width: 70%;
    height: 100%;
}

.about_right .row1 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.about_right .row2 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.about_right .grid_1 {
    border-radius: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #c3eed7;
}

.row1 .box1 {
    background-image: url('../sources/images/ux.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid_1.box1 .research {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 32px;
    font-weight: 500;
    border-radius: 100px;
    text-align: center;
    width: 80%;
    color: #222222;
    background-color: #FFFFFF;
    height: fit-content;
    transition: transform 0.3s ease;
}

.grid_1.box1:hover .research {
    transform: rotate(-8deg);
}


.row1 .box2 {
    /* background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(176, 229, 208, 1) 42%, rgba(92, 202, 238, 0.41) 93.6%); */
    background-image: url('../sources/images/ui.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.box2 .ui {
    display: flex;
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: 100px;
    position: absolute;
    left: 5%;
    top: 65%;
    font-size: 24px;
    font-weight: 800;
    color: #FE9E6B;
    transition: transform 0.3s ease;
}

.box2:hover .ui {
    transform: translate(30%, -50%);
    top: 50%;
    transition: transform 0.3s ease;
}

.row2 .box3 {
    /* background-image: linear-gradient(35deg,
            hsl(240deg 100% 20%) 0%,
            hsl(289deg 100% 21%) 11%,
            hsl(315deg 100% 27%) 22%,
            hsl(329deg 100% 36%) 33%,
            hsl(337deg 100% 43%) 44%,
            hsl(357deg 91% 59%) 56%,
            hsl(17deg 100% 59%) 67%,
            hsl(34deg 100% 53%) 78%,
            hsl(45deg 100% 50%) 89%,
            hsl(55deg 100% 50%) 100%); */
    background-image: linear-gradient( 103.3deg,  rgba(252,225,208,1) 30%, rgba(255,173,214,1) 55.7%, rgba(162,186,245,1) 81.8% );
    overflow: hidden;
    position: relative;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.box3 .poster {
    font-size: 40px;
    font-weight: 800;
    background: linear-gradient(
        215deg,
        hsl(240deg 100% 20%) 0%,
        hsl(289deg 100% 21%) 11%,
        hsl(315deg 100% 27%) 22%,
        hsl(329deg 100% 36%) 33%,
        hsl(337deg 100% 43%) 44%,
        hsl(357deg 91% 59%) 56%,
        hsl(17deg 100% 59%) 67%,
        hsl(34deg 100% 53%) 78%,
        hsl(45deg 100% 50%) 89%,
        hsl(55deg 100% 50%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: transform 0.3s ease;
}

.row2 .box3:hover .poster {
    font-size: 56px;
    transition: font-size 0.3s ease;
}

.row2 .box3:not(:hover) .poster {
    transition: font-size 0.3s ease;
}

/* .box2 .side_img {
    position: absolute;
    width: 10%;
}

.grid_1 .grid2_img img {
    height: 200%;
    position: absolute;
    top: 145%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.box2:hover .grid2_img {
    transform: translateY(-40%);
    transition: transform 0.3s ease;
}

.box2:not(:hover) .grid2_img {
    top: 145%;
    transition: transform 0.3s ease;
} */

.row2 .box4 {
    /* background-color: #FFDEE9;
    background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%); */
    background: linear-gradient(to bottom right, #F6EADF, #F9F5F3);
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.box4 .content_creation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: transform 0.3s ease;
}

.content_creation h3 {
    position: fixed;
    top: 0;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}

.content_creation video {
    width: 50%;
    position: absolute;
    top: 50%;
    border-radius: 24px;
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.box4:hover video {
    transform: translateY(-35%);
    transition: transform 0.3s ease;
}

.sections .linkedin {
    padding-top: 6.666666666666667rem;
    padding-bottom: 6.666666666666667rem;
}

.linkedin #button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.primary-button {
    position: relative;
    border: 2px solid #68d59a;
    overflow: hidden;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    color: #68d59a;
    /* letter-spacing: -0.005555555555555556rem; */
    margin-right: 0.005555555555555556rem;
    border-radius: 2.7777777777777777rem;
    padding-bottom: 0.5555555555555556rem;
    padding-left: 1.6666666666666667rem;
    padding-right: 1.6666666666666667rem;
    padding-top: 0.6666666666666666rem;
}

.primary-button:hover {
    cursor: pointer;
    border: 2px solid #68d59a;
    color: #222222;
}

.primary-button .round {
    border-radius: 50%;
    background-color: #68d59a;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down 0.2s forwards;
}

.primary-button.animate .round {
    animation: scale-up 0.5s forwards;
}

@keyframes scale-up {
    to {
        transform: scale(600);
    }
}

@keyframes scale-down {
    from {
        transform: scale(600);
    }

    to {
        ransform: scale(0);
    }
}

.sections .stroke {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid rgb(50, 50, 50);
    opacity: 0.3;
}

.sections .history_main {
    display: flex;
    flex-direction: column;
    width: 88%;
    /* margin-left: auto;
    margin-right: auto; */
    gap: 8rem;
    margin: 10rem auto;
}

.history_main .history_title {
    display: flex;
    width: 100%;
    gap: 40px;
}

.history_title .history_head {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(104, 213, 154);
}

.history_title .history_full {
    color: rgb(50, 50, 50);
    font-size: 3rem;
    font-weight: 200;
}

.history_full strong {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3.1rem;
}

.history_main .history_body {
    display: flex;
    flex-direction: row;
    gap: 8rem;
}

.history_body .history {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

.history .top_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_group .left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.top_group .left h5 {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    color: #000000;
}

.top_group .left h3 {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    color: rgb(104, 213, 154);
}

.top_group img {
    width: 10%;
    margin-right: 1.5rem;
    border-radius: 8px;
}

.sections .connect {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(247, 247, 249);
    width: 60%;
    margin: 6.6rem auto;
    /* margin-top: 6.666666666666667rem;
    margin-left: auto;
    margin-right: auto; */
    padding: 4rem 3rem;
    border-radius: 24px;
}

.connect .first {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: rgb(50, 50, 50);
    justify-content: center;
    align-items: center;
}

.first h5 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    text-align: center;
}

.first p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.first .first_cta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first_cta a {
    text-decoration: none;
}

.butn:link,
.butn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  background-color: #68d59a;
  background-image: linear-gradient(90deg, #33b870, #68d59a);
  padding: 1rem 3rem;
  /* height: 6rem;
  width: 40rem; */
/* 
  margin-right: 13px;
  border-radius: 4px; */
  border: none;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.butn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -100px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}
.butn__new::before {
  left: -50%;
}

.butn__new::after {
  left: -100%;
}

.butn:hover,
.butn:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new:hover::before {
  left: 120%;
  opacity: 0.5;
}

.butn__new:hover::after {
  left: 200%;
  opacity: 0.6;
}
.butn span {
  z-index: 20;
}

.connect .middle_line {
    width: 88%;
    margin: 3.5rem auto;
    border-bottom: 1px solid rgb(50, 50, 50);
    opacity: 0.2;
}

.connect .second {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: rgb(50, 50, 50);
    justify-content: center;
    align-items: center;
}

.second h5 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    text-align: center;
}

.second p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.second .socials {
    display: flex;
    gap: 1.5rem;
    height: 5rem;
}

.socials img {
    width: 3rem;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    transition: width 0.3s ease;
}

.socials img:hover {
  filter: none;
  width: 5rem;
}















































@media screen and (max-width: 800px) {

    nav {
        position: fixed;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 99;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: #222222;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        gap: 2rem;
        justify-content: center;
        overflow: hidden;
        top: 0;
        margin: 0;
        padding: 0;
        left: 0;
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(10000px at 90% -10%);
        pointer-events: all;
        width: 100%;
    }

    .nav-links li {
        opacity: 0;
    }

    .nav-links li a {
        font-size: 24px;
        font-weight: 600;
    }

    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }

    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }

    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }

    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }

    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }

    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0;
    }

    li.fade {
        opacity: 1;
    }

    .toggle .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .toggle .line2 {
        transition: all 0.7s ease;
        width: 0;
    }

    .toggle .line3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .about_cards .about_container {
        flex-direction: column;
        height: fit-content;
    }

    .about_container .about_left {
        width: 100%;
        gap: 40px;
    }

    .about_container .about_right {
        flex-direction: column;
        width: 100%;
    }

    .about_right .row1 {
        flex-direction: column;
        width: 100%;
    }

    .about_right .row2 {
        flex-direction: column;
        width: 100%;
    }

    .about_right .grid_1 {
        height: 320px;
        width: 100%;
    }

    .history_main .history_title {
        flex-direction: column;
    }

    .history_main .history_body {
        flex-direction: column;
    }


}


@media screen and (min-width: 544px) and (max-width: 767.98px) {

    #content {
        /* width: 70%; */
        gap: 8px;
    }

    #content .heading h1 {
        text-align: center;
        font-size: 3.278rem;
        line-height: 3.333rem;
        letter-spacing: -2px;
    }

    #content p {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: -0.022222222222222223rem;
    }

    .sections .info h1 {
        font-size: 3rem;
    }

    .sections .title {
        padding-top: 1.6666666666666667rem;
    }

    .my-offerings .headframe {
        flex-direction: column;
    }
}

@media screen and (max-width: 543.98px) {

    #content {
        /* width: 88%; */
        gap: 8px;
    }

    #content .heading h1 {
        text-align: center;
        font-size: 2.778rem;
        line-height: 2.778rem;
        letter-spacing: -0.117rem;
    }

    #content p {
        font-size: 0.8rem;
        line-height: 1rem;
        letter-spacing: -0.022222222222222223rem;
    }

    .subtitle p {
        width: 90%;
    }

    .sections .info h1 {
        font-size: 2rem;
    }

    .my-offerings .headframe {
        flex-direction: column;
    }

    .headframe .services {
        width: 100%;
        flex-basis: content;
    }

    .sections .details {
        flex-direction: column;
    }

    .details .left_detail {
        width: 90%;
        max-width: 90%;
        flex: 0 0 auto;
        flex-basis: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .details .right_detail {
        width: 90%;
        max-width: 90%;
        flex: 0 0 auto;
        flex-basis: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1.333333333rem;
    }

    #hello .slideUp {
        font-size: 4rem;
    }
}