* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden !important;
    padding: 0px 4px !important;
    height: 100% !important;
    font-family: "Poppins" !important;
}

.nav-link {
    font-weight: 700;
    height: 48px;
    width: 130px;
    margin-top: 20px;
    color: #000;
    align-self: center;
    font-family: "Roboto";
}

.nav-link:hover {
    color: #6100FF;
}

.logo {
    width: 70%;
}

.nav-button {
    border: none;
    border-radius: 4px;
    padding: 11px, 24px 11px, 24px;
    background-color: #6100FF;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    height: 48px;
    width: 100px;
    margin-left: 10px;
    font-family: "Roboto";
}

.heading {
    font-weight: 900;
    text-align: center;
    font-size: 92px;
    font-family: "Roboto";
}

.about-heading {
    font-weight: 900;
    font-size: 92px;
    position: absolute;
    top: 180px;
    font-family: "Roboto";
}

.contact-heading {
    font-weight: 900;
    font-size: 92px;
    position: absolute;
    top: 180px;
    font-family: "Roboto";
}

#sub-heading {
    font-size: 92px;
    font-weight: 900;
    color: #6100FF;
    text-align: center;
    font-family: "Roboto";
}

.banner-img {
    background-image: url('./Image/dlanding.png');
    height: 900px;
    background-size: cover;
}

.mobile {
    width: 700px !important;
}

.banner-mobile {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.content-div {
    margin-top: 300px;
    display: flex;
    justify-content: center;
}

.content-divs {
    margin-top: 75px;
    display: flex;
    justify-content: center;
}

.content-name {
    font-weight: 900;
    font-size: 55px;
    margin-left: 10px;
}

.sub-content {
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}

.highlight {
    font-size: 20px;
    font-weight: 900;
}

.more-btn {
    font-weight: 500;
    font-size: 16px;
    border: none;
    width: 145px;
    height: 48px;
    border-radius: 4px;
    padding: 11px, 24px, 11px, 24px;
    background-color: #6100FF;
    color: #fff;
    font-family: "Roboto";
}

.know-div {
    display: flex;
    justify-content: center;
}

.scroll-link {
    text-decoration: none;
}

.topic1 {
    font-size: 96px;
    font-weight: 900;
    text-align: center;
    color: #6100FF;
    font-family: "Roboto";
}

.topic2 {
    font-size: 96px;
    font-weight: 900;
    color: #000;
    text-align: center;
    opacity: 0.5;
    font-family: "Roboto";
}

.topic3 {
    font-size: 96px;
    font-weight: 900;
    color: #000;
    text-align: center;
    opacity: 0.5;
    font-family: "Roboto";
}

.topic {
    font-size: 96px;
    font-weight: 900;
    color: #000;
    opacity: 0.5;
    transition: color 0.3s, opacity 0.3s;
}

.active {
    color: #6100FF !important;
    opacity: 1 !important;
}



.create {
    align-self: center;
}

.create-content {
    font-weight: 700;
    font-size: 40px;
    color: #0D0E22;
    font-family: "Poppins";
}

.create-para {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3";
}

.share {
    align-self: center;
}

.share-content {
    font-weight: 700;
    font-size: 40px;
    color: #0D0E22;
    font-family: "Poppins";
}

.share-para {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3";
}

.inspire {
    align-self: center;
}

.inspire-content {
    font-weight: 700;
    font-size: 40px;
    font-family: "Poppins";
    color: #0D0E22;
}

.inspire-para {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3";
}

.bottom-content {
    background-color: #111111;
    height: 366px;
}

.bottom-logo {
    display: flex;
    justify-content: center;
}

.btm-logo {
    margin-top: 20px;
}

.bottom-text {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.footer-box {
    /* background-color: #6100FF; */
    border-top: 0.1px solid #fff;
    background-color: #111111;
    height: auto;
    padding: 10px !important;
}

.copyright {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: "Roboto";
}

.footer-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto";
}

.footer-link:hover {
    color: #6100FF;
}

.about-img {
    background-image: url('./Image/dlanding.png');
    height: 500px;
    background-size: cover;
    position: relative;
}

.about-content {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    font-family: "Poppins" !important;
}

.about-sub-content {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-family: "Source Sans 3" !important;
}

.abouts {
    display: flex;
    justify-content: center;
}

.about-para {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-family: "Roboto";
}

.about-sub-para {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    font-family: "Source Sans 3";
}

.contact-para {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: "Inter";
}

.contact-no {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    font-family: "Inter";
}

.navigation {
    position: sticky;
    top: 0px;
    z-index: 1;
    padding: 16px 24px !important;
    background-color: #fff;
}

.policy-head {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-family: "Poppins";
}

.policy-sub-head {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3";
    text-align: center;
}

.para-heading {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    font-family: "Poppins";
}

.sub-para {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3";
}

.content-head {
    font-size: 24px;
    font-weight: 700;
    color: #6100FF;
    margin-top: 20px;
    font-family: "Poppins";
}

/* Initial state */
.slide-in-left,
.slide-in-right {
    opacity: 0;
    transform: translateX(-50px);
    /* Slide in left */
    transition: all 1s ease;
}

.slide-in-right {
    transform: translateX(50px);
    /* Slide in right */
}

/* Final state */
.animate-left {
    opacity: 1;
    transform: translateX(0);
}

.animate-right {
    opacity: 1;
    transform: translateX(0);
}

/* Hide elements after they have animated out of view */
.hidden-left,
.hidden-right {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about-me-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins" !important;
}

.about-me-para {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3";
}

.about-app {
    font-size: 56px;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}

.boxes {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.boxes.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .create {
        margin-top: 20px !important;
    }

    .share {
        margin-top: 20px !important;
    }

    .inspire {
        margin-top: 20px !important;
    }

    .about-content {
        font-size: 26px !important;
    }

    .footer-link {
        font-size: 12px !important;
    }

    .about-me-heading {
        text-align: center !important;
    }

    .about-me-para {
        text-align: center !important;
        font-size: 16px !important;
        padding: 0px 24px !important;
    }

    .about-sub-para {
        text-align: center !important;
        padding: 0px 16px !important;
    }

    .sub-content {
        padding: 0px 16px !important;
    }

    .sub-para {
        padding: 0px 16px !important;
    }

    .policy-sub-head {
        padding: 0px 16px !important;
    }

    .para-heading {
        padding: 0px 16px !important;
    }

    .content-head {
        padding: 0px 16px !important;
    }

    .frame-pic {
        display: flex !important;
        justify-content: center !important;
    }

    .pic-frame {
        width: 350px !important;
    }

    .logo {
        width: 130px !important;
        margin-left: 20px !important;
    }

    .nav-link {
        margin-top: 4px !important;
        padding: 0px !important;
        margin-left: 40px !important;
    }

    .nav-button {
        margin-top: -8px;
        /* margin-right: 8px !important; */
    }

    .heading {
        font-size: 50px !important;
    }

    .about-heading {
        font-size: 46px !important;
    }

    .contact-heading {
        font-size: 30px !important;
    }

    #sub-heading {
        font-size: 35px !important;
    }

    .banner-img {
        height: 550px !important;
    }

    .about-img {
        height: 550px !important;
    }

    .mobile {
        width: 350px !important;
    }

    .con-box {
        padding: 10px !important;
    }

    .content-div {
        margin-top: 120px !important;
    }

    .content-divs {
        margin-top: 80px !important;
    }

    .topic1 {
        text-align: center !important;
    }

    .topic2 {
        text-align: center !important;
    }

    .topic3 {
        text-align: center !important;
    }

    .photos {
        display: flex !important;
        justify-content: center !important;
    }

    .img1 {
        width: 350px !important;
    }

    .con-box1 {
        padding: 20px !important;
        margin-top: -60px !important;
    }

    .img2 {
        width: 350px !important;
        align-self: center !important;
    }

    .con-box2 {
        padding: 20px !important;
        margin-top: -60px !important;
    }

    .img3 {
        width: 350px !important;
        align-self: center !important;
    }

    .con-box3 {
        padding: 20px !important;
        margin-top: -60px !important;
    }

    .btm-logo {
        width: 250px !important;
    }

    .bottom-text {
        margin-top: 10px !important;
        font-size: 30px !important;
    }

    .btm-logo2 {
        width: 250px !important;
        margin-top: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .frame-pic {
        display: flex !important;
        justify-content: center !important;
    }

    #sub-heading {
        font-size: 60px !important;
    }

    .pic-frame {
        width: 400px !important;
        height: 450px !important;
    }

    .img1 {
        width: 300px !important;
    }

    .img2 {
        width: 300px !important;
    }

    .img3 {
        width: 300px !important;
    }

    .topic1 {
        font-size: 60px !important;
        text-align: center !important;
    }

    .topic2 {
        font-size: 60px !important;
        text-align: center !important;
    }

    .topic3 {
        font-size: 60px !important;
        text-align: center !important;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .frame-pic {
        display: flex !important;
        justify-content: center !important;
    }

    .pic-frame {
        width: 400px !important;
        height: 450px !important;
    }

    #sub-heading {
        font-size: 60px !important;
    }

    .topic1 {
        font-size: 60px !important;
        margin-left: 30px !important;
        text-align: center !important;
    }

    .topic2 {
        font-size: 60px !important;
        text-align: center !important;
    }

    .topic3 {
        font-size: 60px !important;
        text-align: center !important;
    }

    .img1 {
        width: 300px !important;
    }

    .img2 {
        width: 300px !important;
    }

    .img3 {
        width: 300px !important;
    }
}