@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: 9999;
}

#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: 999;
}

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 .lottie {
}

.main_body .sections {
    width: 100%;
    margin: 0 auto;
}

.sections .title {
    width: 88%;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
}

.title .top_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}

.top_container h2 {
    color: rgb(50, 50, 50);
    font-size: 140px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2vh;
}

.top_container p {
    width: auto;
    /* 294px */
    height: auto;
    /* 14px */
    position: relative;
    color: #68d59a;
    font-size: 16px;
    letter-spacing: 0.25vw;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

#mouse-scroll {
    style: block;
}

#mouse-scroll {
    position: absolute;
    /* margin: auto; */
    left: 50%;
    /* top: 80px; */
    -webkit-transform: translateX(-50%);
    /* z-index: 9999; */
    /* bottom: 40px; */
    bottom: 4vh;
}

#mouse-scroll span {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #0a0a0a;
    border-bottom: 2px solid #0a0a0a;
    margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #0a0a0a;
    /* top: 170px; */
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}



.gallery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    gap: 40px;
    width: 100%;
    margin: 8vh 0;
}

#cards {
    width: 80%;
    height: 500px;
    /* background: #C7D8FF; */
    border-radius: 16px;
    margin: auto;
    display: flex;
    gap: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    justify-content: space-between;
}
 
.item1 {
    background: #fff4e8;
}

#card_img {
    border-radius: 16px;
    width: 48%;
    /* background-image: url("files/background.jpg"); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    /* overflow: hidden; */
    /* transition: all 1.5s ease; */
}

#card_img img {
    max-width: 95%;
    margin: auto;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 4px 29px 0px;
    transition: all 1.2s ease;
    z-index: 1;
} 

#card_img video {
    max-width: 30%;
    margin: auto;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 4px 29px 0px;
    transition: all 1.2s ease;
    position: absolute;
    /* display: none; */
}

#card_img:hover img {
    display: none;
}

#card_img:hover video {
    max-width: 50%;
    display: block;
    transition: all 1.2s ease;
}

#txt_field {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 24px;
    transition: all 0.3s ease;
}

#txt_field .top {
    width: 100%;
    align-items: end;
}

#txt_field p {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

#txt_field p span {
    font-weight: 600;
}

#txt_field h3 {
    text-align: right;
    font-size: 28px;
    font-weight: 700;
}

#txt_field .bottom p {
    text-align: left;
    font-size: 16px;
}

#txt_field .bottom .links {
    margin-top: 24px;
    display: flex;
    gap: 32px;
    transition: all 0.3s ease;
    flex-direction: row-reverse;
}

.bottom .links a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: right;
    color: #333333;
    transition: all 0.3s ease;
}

.bottom .links a:hover {
    color: #68d59a;
}


#txt_field .bottom .alert {
    font-size: 12px;
    margin-top: 16px;
}

.ci1{  
    background: #FFFAF0;
}

.ci2 {
    background: #F3F9FF;
}

.ci3 {
    background: #EEF0F4;
}
.ci4{
    background: #efe3dd;
}
.ci5 {
    background: #36005a;
}

.item2 {
    background: #C7D8FF;
}

.item3 {
    background: #21212A;
}

.item3 p{
    color: #fff;
}
.item3 h3{
    color: #fff;
}
.item3 span{
    color: #fff;
}

.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);
    }
}



@media screen and (max-width: 800px) {

    .top_container h2 {
        font-size: 6rem;
    }

    #cards {
        flex-direction: column;
        height: fit-content;
        align-items: center;
        gap: 0;
    }

    #card_img {
        /* border-radius: 16px; */
        width: 100%;
        /* height: 60%; */
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        padding: 80px 0px;
    }

    #card_img img {
        max-width: 95%;
        margin: auto;
        /* border-radius: 8px; */
        box-shadow: rgba(100, 100, 111, 0.1) 0px 4px 29px 0px;
        transition: all 1.2s ease;
        z-index: 1;
    } 

    #card_img:hover img {
        display: block;
    }

    #card_img:hover video {
        display: none;
    }

    #txt_field {
        display: flex;
        width: 80%;
        flex-direction: column;
        justify-content: space-between;
        padding: 32px 24px;
    }
    
    #txt_field .top {
        width: 100%;
        align-items: start;
        margin-bottom: 16px;
    }
    
    #txt_field p {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }
    
    #txt_field p span {
        font-weight: 600;
    }
    
    #txt_field h3 {
        text-align: left;
        font-size: 28px;
        font-weight: 700;
    }
    
    #txt_field .bottom p {
        text-align: left;
        font-size: 16px;
    }

}

@media only screen and (max-device-width: 630px) {

    #txt_field p {
        text-align: left;
        font-size: 14px;
        font-weight: 400;
    }
    
    #txt_field p span {
        font-weight: 600;
    }
    
    #txt_field h3 {
        text-align: left;
        font-size: 24px;
        font-weight: 700;
    }
    
    #txt_field .bottom p {
        text-align: left;
        font-size: 14px;
    }
    
}

@media only screen and (max-device-width: 450px) {
    
    .top_container h2 {
        font-size: 3rem;
    }

    .top_container p {
        font-size: 14px;
    }

    #hello .slideUp {
        font-size: 3rem;
    }

    #hello {
        z-index: 9999;
    }

    header {
        z-index: 999;
    }
}