* {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
body {
    background-color: #04153f;
}
.page_1 {
    height: 100svh;
    width: 100%;
    background: linear-gradient(#04192f, #04153f);
    display: flex;
    justify-content: center;
    align-items: center;
}

.anirev {
    opacity: 0.1;
    z-index: -2;
}

@keyframes rev1 {
    to {
        transform: rotateZ(-1080deg);
    }
}

@keyframes autoscroll {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(720deg);
    }
}

.hero-title {
    height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: white;
    filter: drop-shadow(0 0 5px #000000);
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
}
.logo {
    background: none;
    border: none;
    filter: drop-shadow(0 0 1px #ffffff8a);
    height: 40px;
    width: auto;
    z-index: 1;
    opacity: 0;
}
.anigifi {
    position: absolute;
}
.hero {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    /* background-color: #d2f4fd; */
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes anime {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0px, -5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.html-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60%;
    left: 20%;
}
.css-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 8%;
    left: 40%;
}
.vite-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60%;
    left: 47%;
}

.javascript-logo {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 80%;
    left: 10%;
}

.react-logo {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 5%;
    left: 65%;
}
.bootstrap-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 30%;
    left: 20%;
}
.tailwind-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 70%;
    left: 65%;
}
.page-2 {
    height: 160svh;
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
}
.why-us {
    position: sticky;
    top: -5%;
    align-self: end;
    justify-self: center;
    height: 80svh;
    width: 90%;
    border-radius: 50px;
    box-shadow: 0 0 10px black;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.whynot-us {
    align-self: start;
    justify-self: center;
    height: 80svh;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 50px;
    /* background-color: rebeccapurple; */
    box-shadow: 0 0 10px black;
    background-color: #04153f;
    z-index: 1;
}
.about-us {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* animation-name: anime;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; */
}
.content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    /* animation-name: anime;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; */
}
.animation1 {
    animation-name: animation1;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.design {
    width: 400px;
    height: 400px;
    border: 2px solid #ccc;
    border-radius: 50%;
    animation-name: animate;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    color: white;
    box-shadow: 0 0 50px black;
    z-index: 1;
}

.sub-design1,
.sub-design2,
.sub-design3,
.sub-design4,
.sub-design5,
.sub-design6 {
    width: 100px;
    height: 100px;
    background-color: wheat;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub svg,
.sv {
    animation-name: rev;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
svg,
.sv {
    filter: invert(1);
}
.pause {
    animation-play-state: paused;
}

.sub:hover {
    transition-duration: 0.5s;
    transform: scale(1.3);
}

.sub-design1 {
    top: -50px;
    left: 150px;
}

.sub-design2 {
    top: 65px;
    left: 325px;
}

.sub-design3 {
    top: 255px;
    left: 320px;
}

.sub-design4 {
    top: 345px;
    left: 150px;
}

.sub-design5 {
    top: 250px;
    left: -20px;
}

.sub-design6 {
    top: 60px;
    left: -25px;
}
.sv {
    width: 50px;
    height: 50px;
}
@keyframes animate {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes rev {
    100% {
        transform: rotateZ(-360deg);
    }
}

@keyframes animation1 {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: none;
        transform: translateX(-60px);
    }
}
.review-section {
    height: 60svh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards {
    position: relative;
    height: 100%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 6%;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)
    );
}
.sub-content {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card {
    position: absolute;
    /* height: 100px;
  width: 200px; */
    /* border: 1px solid black;
  background-color: white;
  border-radius: 20px; */
    left: 2200px;
    animation-name: scrollanimation1;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    /* text-align: center; */
}

.card {
    display: flex;
    align-items: center;
    width: 240px;
    height: 140px;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: white;
    padding: 10px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-pic {
    position: relative;
    top: -20px;
    width: 60px;
    height: 60px;
    border: 2px solid black;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-content {
    flex-grow: 1;
}

.name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.stars {
    font-size: 13px;
    margin: 5px 0;
}

.feedback-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}
.card1 {
    animation-delay: calc(30s / 8 * 7 * -1);
}
.card2 {
    animation-delay: calc(30s / 8 * 6 * -1);
}
.card3 {
    animation-delay: calc(30s / 8 * 5 * -1);
}
.card4 {
    animation-delay: calc(30s / 8 * 4 * -1);
}
.card5 {
    animation-delay: calc(30s / 8 * 3 * -1);
}
.card6 {
    animation-delay: calc(30s / 8 * 2 * -1);
}
.card7 {
    animation-delay: calc(30s / 8 * 1 * -1);
}
.card8 {
    animation-delay: calc(30s / 8 * 0 * -1);
}
@keyframes scrollanimation1 {
    100% {
        left: -300px;
    }
}
.gifi {
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 1;
}
.hide {
    display: none;
}
.features {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    /* border: 1px solid wheat; */
}
.sub-card {
    height: 100%;
    width: 100%;
    /* border: 1px solid wheat; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_card {
    height: 30svh;
    width: 80%;
    border-radius: 35px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: 0 0 10px #211515;
}
.style-card {
    height: 100%;
    width: 100%;
    flex-direction: column;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-icon {
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub1-content {
    line-height: 40px;
    text-align: center;
}
.sub-content {
    color: white;
    padding-bottom: 3%;
    text-align: center;
}
.card-text {
    text-align: center;
    width: 80%;
}
.responsive-freepik {
    width: 120%;
    height: auto;
    position: absolute;
    top: 45%;
    right: 0;
    animation-name: anime;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    z-index: -1;
}
.change {
    width: 180%;
    height: auto;
    position: absolute;
    left: 0%;
    top: 2%;
    animation-name: anime;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.sub99 {
    font-size: 20px;
}
@media (min-width: 770px) and (max-width: 1024px) {
    .design {
        width: 300px;
        height: 300px;
    }
    .sub-design1,
    .sub-design2,
    .sub-design3,
    .sub-design4,
    .sub-design5,
    .sub-design6 {
        width: 75px;
        height: 75px;
    }
    svg {
        height: 25px;
        width: 25px;
    }
    .sv {
        height: 30px;
        width: 30px;
    }
    .sub-design1 {
        top: -30px;
        left: 105px;
    }
    .sub-design2 {
        top: 255px;
        left: 105px;
    }
    .sub-design3 {
        top: 40px;
        left: -20px;
    }
    .sub-design4 {
        top: 180px;
        left: -15px;
    }
    .sub-design5 {
        top: 180px;
        left: 240px;
    }
    .sub-design6 {
        top: 40px;
        left: 240px;
    }
    .gifi {
        height: 250px;
        width: 250px;
    }
    .sub-content {
        font-size: 35px;
    }
    .content {
        padding-left: 10%;
    }
    .sub1-content {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .content {
        text-align: center;
    }
    .why-us {
        height: 80svh;
        grid-template-rows: 2fr 1fr;
        grid-template-columns: 1fr;
    }
    .sub-design1,
    .sub-design2,
    .sub-design3,
    .sub-design4,
    .sub-design5,
    .sub-design6 {
        width: 50px;
        height: 50px;
    }
    .design {
        width: 200px;
        height: 200px;
    }
    svg {
        height: 20px;
        width: 20px;
    }
    .sv {
        height: 30px;
        width: 30px;
    }
    .sub-design1 {
        top: -25px;
        left: 75px;
    }
    .sub-design2 {
        top: 175px;
        left: 75px;
    }
    .sub-design3 {
        top: 20px;
        left: -6px;
    }
    .sub-design4 {
        top: 120px;
        left: -15px;
    }
    .sub-design5 {
        top: 120px;
        left: 160px;
    }
    .sub-design6 {
        top: 20px;
        left: 160px;
    }
    .sub-content {
        font-size: 30px;
        text-align: center;
    }
    .gifi {
        height: 150px;
        width: 150px;
    }
    @keyframes animation1 {
        from {
            opacity: 0;
            transform: translateX(-150px);
        }
        to {
            opacity: none;
            transform: translateX(0px);
        }
    }
    .avatar3 {
        display: none;
    }
    .whynot-us {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .why-us {
        flex-direction: column;
    }
    .content {
        text-align: start;
    }
    .sub1-content {
        line-height: 30px;
    }
    .sub-content {
        font-size: 135%;
        font-weight: 400;
    }
    .card-text {
        font-size: 12px;
    }
    .responsive-freepik {
        display: none;
    }
    .change {
        display: none;
    }
    .html-logo {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 74%;
        left: 10%;
    }
    .css-logo {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 8%;
        left: 34%;
    }
    .vite-logo {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 60%;
        left: 47%;
    }

    .javascript-logo {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 24%;
        left: 80%;
    }

    .react-logo {
        width: 110px;
        height: 110px;
        position: absolute;
        top: 24%;
        left: 34%;
    }
    .bootstrap-logo {
        width: 50px;
        height: 45px;
        position: absolute;
        top: 26%;
        left: 2%;
    }
    .tailwind-logo {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 80%;
        left: 68%;
    }
    .hero-title {
        grid-template-columns: 1fr;
    }
    .main-name {
        font-size: 25px;
        padding: 3px;
    }
    .sub99 {
        font-size: 14px;
    }
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}
.footer-column h3 {
    color: #fff;
    margin-bottom: 20px;
}
.footer-column a {
    color: #d1d5db;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.footer-column p {
  color: #fff;
}
.footer-bottom {
    text-align: center;
    border-top: 1px solid #374151;
    padding: 20px 0;
    color: #fff;
}
.social-links {
    display: flex;
    gap: 20px;
}
.social-links a {
    color: #d1d5db;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s, transform 0.3s;
}
.social-links a:hover {
    color: #ffffff;
    transform: scale(1.1);
}
.social-links svg {
    width: 24px;
    height: 24px;
}
.social-links a svg path {
    fill: #ffffff;
}
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .social-links {
        justify-content: center;
    }
}
