* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: gilroy;
    color: #fff;
}

html,
body {
    height: 100%;
    width: 100%;
}

nav {
    position: fixed;
    /* background-color: red; */
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 2vw 10.4vw;
    justify-content: space-between;
    height: 12vh;
    z-index: 10;
    background-color: #111;
}

nav h1 {
    font-size: 1.6vw;
}

.nav-part2 {
    display: flex;
    gap: 2vw;
    align-items: flex-start;
    padding: 1vh 0;
    position: relative;
    z-index: 10;
}

.nav-part2 h4 {
    font-size: 0.7vw;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2.6vw;

}

.nav-part2 h5 {
    margin-bottom: 1vw;
    display: none;
    overflow: hidden;
}

.nav-part2 h5 span {
    font-size: 0.77vw;
    font-weight: 400;
    display: inline-block;
    transform: translateY(25px);
}

/* nav:hover #nav-bottom{
   height: 150%;
   bottom: -150%;
   background-color: #111;
}
 */
nav button {
    background-color: #0BA34E;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 50px;
    border: none;
    font: size 0.85vw;
    font-weight: 700;
    text-transform: uppercase;

}

nav button svg {
    height: .85vw;
    margin-left: 1.6vw;
}

#nav-bottom {
    /* background-color: red;
    height: 0%;
    position: absolute;
width: 80%;
bottom:0%; 
border-bottom:1px solid #dadada;
transition: all ease 0.65s;
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 2vw 15vw;
padding-left: 18.2vw;*/
    width: 80%;
    height: 0vh;
    position: absolute;
    top: 100%;
    z-index: 9;
    border-bottom: 1px solid #fff;
    background-color: #111;
}

#page1 {
    height: 100vh;
    width: 100%;
    background-color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#page1 h1 {
    font-size: 8.5vw;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 8.5vw;
}

#page1 h1 svg {
    height: 6.0vw;
    width: 6.5vw;
    background-color: #0BA34E;
    border-radius: 50%;
}

#page1 p {
    text-align: center;
    font-weight: 400;
    margin-top: 3vh;
    font-size: 1vw;
}

#page1-something {
    display: flex;
    align-items: center;
    justify-content: center;
}

#page1-something h4 {
    font-weight: 400;
    font-size: 1vw;
    text-transform: lowercase;
    margin-top: .5vw;
    padding: 9px 18px;
    border: 1px solid hsl(0, 0%, 65%);
    border-radius: 50px;
}

#page1-something h4:nth-last-child(2) {
    border: none;
    padding: 2px;
}

#moving-div {
    /* background-color: red; */
    margin-top: 10vh;
    position: absolute;
    bottom: 3%;
    white-space: nowrap;
    padding: 1.2vw;
    overflow: hidden;
    width: 44%;

}

#moving-div .move {
    display: inline-block;
    animation-name: mobe;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#moving-div .move img {
    height: 1vw;
    margin: 0 1.2vw;
}

@keyframes mobe {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

}

#blur-left {
    height: 100%;
    width: 20%;
    background: linear-gradient(to right, #111, transparent);

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#blur-right {
    height: 100%;
    width: 20%;
    background: linear-gradient(to right, transparent, #111);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#page2 {
    height: 100vh;
    width: 100%;
    background-color: #111;
    position: relative;
    padding: 0vw 10.5vw;
    padding-bottom: 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid#333;
}

#page2-left {
    height: 100%;
    width: 40%;
    /* background-color: #333; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 3vw 0;
}

#page2-left p {
    font-size: 0.8vw;

}

#page2-left h5 {
    width: 75%;
    font-size: 1.1vw;
    font-weight: 400;
}

#page2-right {
    height: 100%;
    width: 50%;
    /* background-color: #333; */
}

.right-elem {
    position: relative;
    /* background-color: red; */
    padding-top: 2vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #333;
}

.right-elem h2 {
    font-size: 1.4vw;
    font-weight: 400;
}

.right-elem img {
    height: 7vw;
    width: 7vw;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    scale: 0;
}

#page3 {
    height: 100vh;
    width: 100%;
    background-color: #111;
    position: relative;
    background-image: url(https://lazarev.kiev.ua/la24/reel-cover.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page3-center {
    /* background-color: red; */
    display: flex;
    align-items: center;
    padding: 1vw;
    flex-direction: column;
}

.page3-center .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.3vw;
    border-radius: 50%;
    background-color: #fff;
}

.page3-center .icon i {
    color: #000;
    font-size: 2.8vw;

}

.page3-center h5 {
    font-size: 0.8vw;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 12px 26px 10px 26px;
    margin-top: 0.5vw;
    font-weight: 700;
    opacity: 0;
    transition: all ease 0.5s;
    transform: translateY(16%);
    text-transform: uppercase;
}

.page3-center:hover h5 {
    opacity: 1;
    transform: translateY(0%);
}

#page3 video {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    transform: scaleX(0.7) scaleY(0);
    opacity: 0;
    border-radius: 30px;
    z-index: 99999;

}

#third-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #ffffff;
    color: #000;
    padding: 10vw 10vw;
    /* margin-left: 6vw; */
    /* margin-right: 1vw; */
    grid-column-gap: 12rem;
}

#third-page .part1left {
    width: 100%;

}

#third-page .part1left h1 {
    font-size: 2.6rem;
    font-weight: bolder;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
    margin-right: 5vw;
}

#third-page .part1right p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
}

#third-page .part1right #part1-p {
    font-size: 10px;
    font-weight: 300;
    color: #7c7c7c;
    font-weight: bold;
}

#third-2page {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; */
    padding: 30px;
    /* height: 100vh;  */
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

#third-2page .part1,
#third-2page .part2,
#third-2page .part3,
#third-2page .part4,
#third-2page .part5,
#third-2page .part6 {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    height: 30vh;
    width: 68vh;
}

#third-2page h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

#third-2page p {
    font-size: 18px;
    color: #7c7c7c;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 6.6rem;
}




#page4 {
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 13vh;
}

.section {
    width: 100%;
    height: 72vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13vh 10vw;
    padding-bottom: 0;
}

.sec-left {
    height: 100%;
    width: 25%;
    padding-top: 3vh;
    /* background-color: aqua; */
    border-top: 2px solid #000;

}

.sec-left h2 {
    font-size: 2.1vw;
    font-weight: 500;
    color: #000;
}

.sec-left p {
    color: #000;
    margin-top: 10vh;
    font-size: 1.2vw;
    /* width: 80%; */
}

.sec-right {
    height: 100%;
    width: 70%;
    background-color: blanchedalmond;
    position: relative;
}

.sec-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sec-right video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity ease 0.1s;
}

#page5 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #111;
    padding: 5vh 10.5vw;
}

#buttonarr {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 277vh;
}

#buttonarr button {
    background-color: #0BA34E;
    padding: 0.9vw 2.5vw;
    font-size: 1vw;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    position: sticky;
    top: 15%;
    z-index: 10;
}

#page5-right {
    width: 70%;
}

#page5-right p {
    font-size: 2.0vw;
}

#page5-right p span {
    background-color: red;
    width: 15vw;
    display: inline-block
}

#page5-content {
    width: 100%;
    /* background-color: red; */
    margin-top: 5vh;
    padding: 5vh 0;
    /* border-top: 2px solid#fff; */
}

#page5-right #page5-content p {
    font-size: 1.2vw;
}

#page5-content h1 {
    font-size: 3vw;
    font-weight: 500;
}

#page5-content #flex {
    display: flex;
    margin-top: 4vh;
    margin-bottom: 4vh;

}

#page5-content #flex h4 {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 0.8vw
}

.page5-elem {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    /* background-color: red; */
    padding-top: 3vh;
    padding-bottom: 9vh;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #333;

}

.page5-elem p {
    width: 55%;
    font-size: 0.8vw;
    position: relative;
    z-index: 8;
}

.page5-elem h3 {
    font-size: 1.6vw;
    font-weight: 400;
    position: relative;
    z-index: 8;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.page5-elem i {
    font-size: 1vw;
    position: relative;
    z-index: 8;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.over {
    height: 100%;
    width: 100%;
    background-color: #222;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.page5-elem:hover h3 {
    padding-left: 1vw;

}

.page5-elem:hover i {
    padding-right: 1vw;
}

.page5-elem:hover .over {
    transform: translateY(0);

    opacity: 1;
}

.page5-elem:hover {
    border-top: 2px solid #fff;
}

summary::marker {
    content: "";
}

.uiux {
    border-top: 1px solid #333;
    padding: 3vh 0;
}

.product {
    padding: 3vh 0;

    border-top: 1px solid #333;
}

#page6 {
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 10vh 10vw;
}

#page6 h1 {
    font-size: 5.5vw;
    color: #000;
    /* background-color: red; */
    padding-left: 23vw;
    padding-right: 5vw;
    line-height: 5.8vw;
    padding-bottom: 5vh;
    border-bottom: 1px solid #dadada;
}

#page6-content {
    /* background-color: red; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8vh 0;
}

#page6-content #right-6 {
    width: 70%;
}

#page6-content #right-6 p {
    font-size: 1.5vw;
    color: #000;
    margin-bottom: 5vh;
    width: 80%;
}

#blue-btn {
    background-color: #4f5bff;
    width: 15vw;
    height: 3.5vw;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blue-btn h4 {
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8vw;
    letter-spacing: 0.85px;
}

#blue-btn h4 i {
    font-size: 1.1vw;
    font-weight: 100;
    margin-left: 0.5vw;
}

#page6-bottom {
    height: 44vh;
    width: 100%;
    /* background-color: red; */
    border-top: 1px solid #dadada;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#btm6-part1 {
    border-right: 1px solid #dadada;
    width: 30%;
    /* background-color: red; */
    height: 100%;
}

#btm6-part2 {
    border-right: 1px solid #dadada;
    width: 28%;
    /* background-color: red; */
    height: 100%;
}

#btm6-part3 {
    border-right: 1px solid #dadada;
    width: 15%;
    /* background-color: red; */
    height: 100%;
}

#btm6-part4 {
    border-right: 1px solid #dadada;
    width: 15%;
    /* background-color: red; */
    height: 100%;
}

#btm6-part5 {

    width: 15%;
    /* background-color: red; */
    height: 100%;
}

.btm6-parts {
    padding: 3vh 0.6vw;
}

.btm6-parts h5 {
    color: #000;
    font-weight: 500;
    font-size: 0.9vw;
    margin-bottom: 4vh;
}

.btm6-parts h4 {
    background-color: #111;
    width: 75%;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 0.85vw;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 0.3vh;
}

.btm6-parts h4 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5vw;
    height: 1.5vw;
    background-color: #333;
    padding: 0.5vw;
    border-radius: 50%;
    margin-right: 1vw;
}

#btm6-part2 h4:nth-child(2) {
    transform: translateX(0);
}

#btm6-part2 h4:nth-child(3) {
    transform: translateX(10%);
}

#btm6-part2 h4:nth-child(4) {
    transform: translateX(20%);
}

#btm6-part2 h4:nth-child(5) {
    transform: translateX(30%);
}

#btm6-part2 h4:nth-child(6) {
    transform: translateX(40%);
}

#btm6-part2 h4:nth-child(7) {
    transform: translateX(50%);
}

#btm6-part3 h4:nth-child(2) {
    transform: translateX(0);
}

#btm6-part3 h4:nth-child(3) {
    transform: translateX(25%);
}
#btm6-part4 h4:nth-child(2) {
    transform: translateX(0);
}

#btm6-part4 h4:nth-child(3) {
    transform: translateX(20%);
}

#btm6-part4 h4:nth-child(4) {
    transform: translateX(40%);
}


#page7 {
    height: 100vh;
    background-color: #111;
}
/* Make the entire page a flex container */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  
  /* Footer Styles */
.footer {
    background-color: #111;
    color: #fff;
    padding-top: 30px;
    font-family: 'Arial', sans-serif;
    width: 100%;
    flex-shrink: 0; /* Prevent footer from shrinking */
    border-top: 1px solid #444;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .footer-logo {
    flex: 1 1 250px;
    padding-top: 10px;
    text-align: center;
  }
  
  .footer-logo h3 {
    font-size: 28px;
    color: #f1c40f;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
  }
  
  .footer-logo h3:hover {
    transform: scale(1.1); /* Logo hover effect */
  }
  
  .footer-links, .footer-contact, .footer-social {
    flex: 1 1 200px;
    margin: 10px 0;
    padding: 0 20px;
  }
  
  .footer h3, .footer h4 {
    margin-bottom: 15px;
    color: #f1c40f;
    font-size: 22px;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links ul li {
    margin: 10px 0;
  }
  
  .footer-links ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s ease;
    font-size: 16px;
  }
  
  .footer-links ul li a:hover {
    color: #f1c40f;
    transform: translateX(5px); /* Slide effect on hover */
  }
  
  .footer-contact a {
    color: #f1c40f;
    text-decoration: none;
    font-size: 16px;
  }
  
  .footer-contact p {
    margin: 10px 0;
  }
  
  .footer-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    margin-top: 10px;
  }
  
  .footer-social .social-icon {
    margin: 5px;
    transition: transform 0.3s ease;
  }
  
  .footer-social .social-icon:hover {
    transform: scale(1.2); /* Icon hover effect */
  }
  
  .ri-facebook-fill {
    color: #1877F2; /* Facebook blue */
  }
  
  .ri-instagram-line {
    color: #E4405F; /* Instagram pinkish red */
  }
  
  .ri-twitter-line {
    color: #1DA1F2; /* Twitter blue */
  }
  
  .ri-linkedin-box-line {
    color: #0077B5; /* LinkedIn blue */
  }
  
  .footer-social .social-icon i {
    font-size: 30px;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  
  .footer-social .social-icon i:hover {
    color: #f1c40f; /* Change icon color on hover */
    transform: scale(1.2);
  }
  
  /* Footer bottom styling */
  .footer-bottom {
    text-align: center;
    padding: 10px 20px;
    border-top: 1px solid #444;
    margin-top: 20px;
    font-size: 14px;
    background-color: #111;
    color: #ccc;
    width: 100%;
    flex-shrink: 0; /* Keep the footer-bottom from shrinking */
    position: relative;
    z-index: 10;
  }
  
  .footer-bottom p {
    margin: 0;
  }
  
  /* Add responsive design for small screens */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-logo h3 {
      font-size: 24px;
    }
  
    .footer-links, .footer-contact, .footer-social {
      flex: 1 1 100%;
      text-align: center;
    }
  
    .footer-social {
      justify-content: center;
    }
  
    .footer-bottom {
      padding: 10px 10px;
    }
  }
  
  
  