@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html, body{
    margin: 0;
    padding: 0;
    overflow-y: auto;
}
html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    display: none;
} 

.custom-navbar {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: white;
    z-index: 10;
}
.logo-banner{
    width: 180px;
    object-fit: contain;
    object-position: center;
}

.navbar-links {
    display: flex;
    gap: 40px;
}

.navbar-links a {
    color: #19182580;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.navbar-links a:hover {
    color: #6a0dad;
}

.navbar-links a.active {
    color: #6a0dad;
}

.navbar-links a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #6a0dad;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 2px;
}

.container{
    max-width: 1620px;
    margin: auto;
    width: 100%;
}

.mobile-container {
    background-image: url("../images/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 80px;
    height: auto;
}

.developer-banner {
    position: relative;
}

.developer-banner::after {
    content: "";
    background-image: url("../images/star_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: 30px;
    width: 40px;
    min-height: 40px;
}

.under-mobile,
.about-rotate {
    position: relative;
}

.under-mobile::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../images/rotate_line.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.main-heading {
    font-size: 24px;
    color: #ffffff;
    font-family: Afacad, sans-serif;
    font-weight: 600;
    background-color: #7854f7;
    padding: 10px 15px;
    border-radius: 15px;
    transform: rotate(-4deg);
    max-width: 240px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.developer-container {
    margin: 90px auto 0 auto;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.mobile-app-element {
    font-size: 85px;
    font-weight: 700;
    font-family: Afacad, sans-serif;
    color: #424b81;
    line-height: 95px;
    margin-top: 5px;
}

.see-btn {
    text-decoration: none;
    color: #ffffff;
    font-family: Afacad, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 25px;
    background-image: linear-gradient(to right, #7854f7, #4e417d);
    text-align: center;
    display: flex;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-top: 20px;
}

.about-me-element {
    background-image: url("../images/choose_bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 140px 165px;
    background-position: center;
    margin: auto;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
}

.about-me-element::after {
    content: "";
    background-image: url("../images/dots_icons.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 100px;
    right: -200px;
    width: 200px;   
    height: auto;
    height: 200px;
}

.about-me-element::before {
    content: "";
    background-image: url("../images/robote.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: -170px;
    width: 500px;
    max-width: 100%;
    height: auto;
    min-height: 400px;
}

.about-me-heading {
    font-size: 50px;
    font-weight: 700;
    font-family: Afacad, sans-serif;
    color: #fff;
}

.about-rotate::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../images/rotate_white.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.choose-us-section {
    text-align: center;
    padding: 50px 20px;
}

.choose-element {
    max-width: 1000px;
    height: auto;
    margin: auto;
}

.about-me-element p {
    padding: 50px 0px 20px 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: Afacad, sans-serif;
}

.client-container {
    background-image: url("../images/testimonials_bg.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 10px 100px 10px;
    height: auto;
    margin: auto;
    text-align: center;
    background-color: #edf1fd;
}

.client-heading h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: Afacad, sans-serif;
    color: #424b81;
    line-height: 50px;
    margin-bottom: 20px;
}

.slide-testim {
    max-width: 500px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px auto;
}

.slide-testim::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -130px;
    background-image: url("../images/dotted_effect_about.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
}

.slide-testim .arrow {
    position: absolute;
    bottom: -100px;
    font-size: 20px;
    color: #000;
    border: 1px solid #00000040;
    padding: 10px 15px;
    border-radius: 50%;
    color: #00000040;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.3s;
}
.arrow:hover .icon_right {
    filter: #272d4e;
}

.slide-testim .arrow:hover{
    color: #272d4eb8;
    border: 1px solid #272d4eb8;
}

.slide-testim .arrow.left {
    right: 0px;
}

.slide-testim .arrow.right {
    right: 60px;
}

.slide-testim .dots {
    display: none;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.slide-testim .dot {
    width: 12px;
    height: 12px;
    border: 1px solid #eee;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.slide-testim .dot.active {
    background: #272d4eb8;
    border-color: #272d4eb8;
}

.slide-testim .cont>div {
    display: none;
    animation: fade 0.6s ease-in-out;
}

.slide-testim .cont>div.active {
    display: block;
}

.slide-testim .cont {
    width: 100%;
    height: auto;
    padding: 80px 35px;
    border-radius: 30px;
    margin-bottom: 10px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 360px;
    height: auto;
}

.slide-testim .cont::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 30px;
    background-image: url("../images/coma_icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
}

.slide-testim .cont h3 {
    color: #272d4e;
    margin: 10px 0;
    font-size: 28px;
    font-weight: 600;
    font-family: Afacad, sans-serif;
}

.slide-testim .cont h4 {
    color: #272d4e54;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    font-family: Afacad, sans-serif;
}

.slide-testim .cont p {
    color: #7b7583;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0px;
    font-family: Afacad, sans-serif;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client-heading {
    font-size: 18px;
    font-weight: 400px;
    font-family: Afacad, sans-serif;
    line-height: 28px;
    color: #7b7583;
    padding: 20px 0px;
}

.tool-heading {
    position: relative;
}

.help-heading::after,
.tool-heading::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0;
    width: 100%;
    min-height: 20px;
    background-image: url("../images/rotate_line.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.info-head {
    padding: 20px 10px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.clients {
    margin-bottom: 30px;
    color: rgba(66, 75, 129, 1);
    font-size: 60px;
    font-family: Afacad, sans-serif;
    font-weight: 600;
}

.help-heading {
    position: relative;
}

.info-head>p {
    margin-bottom: 20px;
    color: #57575799;
    font-size: 18px;
    font-weight: 400;
    font-family: Afacad, sans-serif;
}

.info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: start;
    gap: 20px;
    max-width: 1500px;
    padding-top: 50px;
    margin: 0 auto;
    box-sizing: border-box;
}

.info-card {
    width: 360px;
    max-width: 360px;
    padding: 20px;
    border-radius: 32px;
    border: 1px solid #83838340;
    background: #fff;
    box-sizing: border-box;
}

.info-card img {
    display: block;
    margin-bottom: 15px;
    max-width: 60px;
    min-height: 60px;
}

.info-card h2 {
    margin: 0 0 10px 0;
    color: rgba(39, 45, 78, 1);
    font-size: 27px;
    font-weight: 600;
    font-family: Afacad, sans-serif;
}

.info-card p {
    margin: 5px 0 30px;
    font-weight: 400;
    color: rgba(87, 87, 87, 0.6);
    font-size: 18px;
    line-height: 28px;
    font-family: Afacad, sans-serif;
}

.info-card.custom p {
    color: rgba(131, 131, 131, 0.5);
}

.tools-section {
    text-align: center;
    padding: 30px 20px;
    margin: 0 auto;
}

.tools-section h2,
.projects-section h2 {
    font-size: 50px;
    font-weight: 700;
    color: #424b81;
    font-family: Afacad, sans-serif;
    margin-bottom: 15px;
}

.tools-section p,
.projects-subtitle {
    color: #7b7583;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 650px;
    margin: 0 auto 50px;
    font-family: Afacad, sans-serif;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
    gap: 50px;
}

.tool-card {
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tool-card img {
    max-width: 100%;
    height: auto;
}

.projects-section {
    text-align: center;
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
}

.project-title {
    font-size: 28px;
    color: #272d4e;
    font-weight: 600;
    font-family: Afacad, sans-serif;
}

.project-description {
    font-size: 14px;
    font-weight: 300;
    color: #57575799;
    font-family: Inter, sans-serif;
    line-height: 28px;
    padding: 10px 0px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.project-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid transparent;
    background-image: linear-gradient(#f8f8f8, #f8f8f8),
        linear-gradient(to bottom, #7653f2, #f8f8f8);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.project-image {
    width: 100%;
    min-height: 230px;
    object-fit: cover;
}

.project-content {
    padding: 20px;
    text-align: left;
}

.project-button {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    background: linear-gradient(90deg, #6c63ff, #6c63ffb8);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.web-heading {
    position: relative;
}

.web-heading::after {
    content: "";
    position: absolute;
    background-image: url("../images/rotate_line.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -10px;
    left: 0;
    width: 100%;
    min-height: 20px;
}

.view-btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 15px;
    background-image: linear-gradient(to right, #7854f7, #4e417d);
    text-align: center;
    display: flex;
    max-width: 145px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-family: Afacad, sans-serif;
}

.why-choose-section {
    text-align: center;
    padding-bottom: 30px;
    padding: 0 10px;
}

.why-choose-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #272d4e;
    position: relative;
    display: inline-block;
}

.why-choose-title span::after {
    content: url("images/Vector33.png");
    position: absolute;
    right: 0;
    bottom: -22px;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto 0;
}

.why-choose-card {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #83838380;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.why-choose-text h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #272d4e;
    font-family: Afacad, sans-serif;
}

.why-choose-text p {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #7B7583;
    font-family: Inter, sans-serif;
}

.from-section {
    padding: 30px 20px 50px 20px;
}

.contact-wrapper {
    max-width: 800px;
    height: auto;
    margin: auto;
}
.meet-section{
    padding: 30px 10px;
}
.meet-profile{
    background-image: url(../images/meet_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    border-radius: 85px;
    padding: 50px 0px ;
    margin: auto;
    position: relative;
}
.profile-img{
    margin: auto;
    text-align: center;
    display: flex;
    width: 500px;
    max-width: 100%;
    height: auto;
    align-items: center ;
    justify-content: center;
    object-fit: contain;
}
.meet_banner {
    object-fit: contain;
    object-position: center;
    width: 450px;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;

}
.meet-profile h2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    color: #424b81;
    font-family: Afacad, sans-serif;
    margin-bottom: 15px;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.contact-header h2  {
    font-size: 50px;
    font-weight: 700;
    color: #424b81;
    font-family: Afacad, sans-serif;
    margin-bottom: 15px;
    margin: auto;
    text-align: center;
        
}

.contact-header p {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #57575799;
    font-family: Inter, sans-serif;
    text-align: center;
    line-height: 28px;
}

.contact-details {
    margin: 15px auto;
    font-size: 16px;
    font-weight: 400;
    color: #272d4e;
    font-family: Afacad, sans-serif;
    text-align: center;
}

.contact-details a {
    color: #0d6efd;
    font-size: 16px;
    text-decoration: none;
    font-family: Afacad, sans-serif;
}

.contact-card {
    padding-top: 40px;
}

.field-group {
    margin-bottom: 15px;
}

.field-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: Afacad, sans-serif;
}

.field-group input,
.field-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    padding: 20px;
    font-family: Afacad, sans-serif;
}

.field-group textarea {
    resize: vertical;
    height: 120px;
}

.btn-submit {
    display: block;
    width: 150px;
    max-width: 100%;
    padding: 15px 35px;
    font-weight: 500;
    background: #7854f7;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    margin: 25px auto;
    font-family: Afacad, sans-serif;
}

.site-footer {
    background: #7854f7;
    padding: 25px 0;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    font-family: Afacad, sans-serif;
}
.tool-card img{
    width: 215px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 1620px) {
    .container{
        max-width: 1320px;
    }
}

@media(max-width:1400px){
    .about-me-element::after, .about-me-element:before {
        display: none;
    }
}
@media (max-width: 1320px) {
    .container {
            max-width: 1140px;
        }
    
}

@media (max-width: 1280px) {
    .developer-container br {
        display: none;
    }

    .client-heading {
        font-size: 16px;
        padding: 10px 0px;
    }

    /* .about-me-element::after,
              .slide-testim::after {
                display: none;
              } */
    .mobile-app-element {
        font-size: 50px;
        line-height: 55px;
    }

    .main-heading {
        transform: rotate(-2deg);
    }

    .see-btn {
        margin-top: 10px;
    }

    .client-container {
        padding: 60px 10px;
    }

    .tools-grid {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(180px, 2fr));
    }
}

@media (max-width:1139px) {
    .container {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .navbar-links {
        display: none;
        flex-direction: column;
        gap: 20px;
        background: white;
        position: absolute;
        top: 70px;
        right: 20px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .navbar-links.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }
    
    .mobile-app-element {
        font-size: 45px;
        line-height: 49px;
        margin-top: 20px;
    }

    .developer-container {
        flex-direction: column;
    }

    .see-btn {
        margin-top: 10px;
    }

    .main-heading {
        transform: rotate(-3deg);
    }

    .about-me-element {
        padding: 60px 60px;
    }

    .arrow {
        display: none;
    }

    .dots {
        display: flex;
    }

    .projects-section,
    .tools-section {
        padding: 20px 15px;
    }

    .client-container {
        padding: 20px 10px;
    }

    .main-heading {
        font-size: 18px;
        max-width: 170px;
    }

    br {
        display: none;
    }

    .clients {
        margin-bottom: 10px;
    }

    .about-me-heading {
        font-size: 35px;
    }

    .about-me-element p {
        padding: 20px 0px 20px 0px;
    }

    .client-heading h2 {
        font-size: 35px;
        line-height: 34px;
    }

    .about-me-element::after,
    .slide-testim::after {
        display: none;
    }

    .client-container {
        background-image: unset;
    }
    .why-choose-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
    .projects-grid {
        grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    }
    .field-group input,
    .field-group textarea {
    padding: 10px;
    }
    .contact-card {
        padding: 10px;
    }
}

@media (max-width:800px) {
    .container {
        max-width: 767px;
    }
}

@media (max-width: 567px) {

    .choose-us-section {
        padding: 15px;
    }

    .mobile-container {
        padding: 60px 15px;
    }

    .clients,
    .tools-section h2,
    .projects-section h2 {
        font-size: 40px;
    }

    .under-mobile::after,
    .help-heading::after,
    .tool-heading::after {
        display: none;
    }

    .why-choose-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
    }

    .info-card {
        padding: 20px;
    }

    .projects-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    } 

    .developer-banner::after {
        display: none;
    }
    .about-me-element {
        padding: 52px 22px;
        background-size: 100% 120%;
    }
    .meet-profile h2 {
        position: unset;
        text-transform: capitalize;
    }
    .meet-profile {
        padding: 25px 0px;
    }
    .info-head {
        padding: 25px 10px;
    }
    .from-section {
        padding: 20px ;
    }
}