* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    padding-top: 10px;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}

.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: .5rem;
    }
}


.hidden.in-view {
    opacity: 1;
    transform: translateY(0);
}

.pb-5,
.py-5 {
    padding-bottom: 0rem !important;
}

.b1 {
    width: 150px;
    height: 150px;
    background: #fdeae0;
    filter: blur(150px);
    position: absolute;
    left: 80%;
    animation: moveBubbleb1 2s infinite alternate-reverse;
}

@keyframes moveBubbleb1 {
    0% {
        transform: translateY(56vh);
    }

    100% {
        transform: translateX(-100vh);
        filter: blur(100px);
    }
}


.b2 {
    width: 150px;
    height: 150px;
    background: #fdeae0;
    filter: blur(130px);
    left: 45%;
    top: 60%;
    position: absolute;
    animation: moveBubble2 4s infinite alternate-reverse;
}

@keyframes moveBubble2 {
    0% {
        transform: translateX(10vh);
    }

    100% {
        transform: translateY(-61vh);
        filter: blur(100px);
    }
}



.b3 {
    width: 150px;
    height: 150px;
    background: #fdeae0;
    filter: blur(150px);
    left: 10%;
    top: 40%;
    position: absolute;
    animation: moveBubbleo 3s infinite alternate-reverse;
}

@keyframes moveBubbleo {
    100% {
        transform: translateY(-40vh);
        filter: blur(100px);
    }

    0% {
        transform: translateY(35vh);
        filter: blur(100px);
    }
}


.b4 {
    width: 150px;
    height: 150px;
    background: #fdeae0;
    filter: blur(150px);
    left: 10%;
    top: 60%;
    position: absolute;
    animation: moveBubble 2s infinite alternate-reverse;
}

@keyframes moveBubble {
    0% {
        transform: translateY(-50vh);
    }

    100% {
        transform: translateX(-20vh);
        filter: blur(100px);
    }
}


/* Cursor start*/

.cursor {
    position: fixed;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    left: 0;
    top: 0;
    z-index: 999;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: .1s;
}

.cursor2 {
    position: fixed;
    width: 10px;
    height: 10px;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: black;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.2s ease-out;
}

/* Cursor end*/


/* Custom Styling */
.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}

.navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
    font-family: "Sora";
    /* justify-content: space-between; */
    /* display: flex; */
}

.navbar-nav .nav-link:hover {
    color: #F16624;
}

.navbar-nav .active {
    color: #F16624 !important;
}

.contact-us {
    position: relative;
    border: 2px solid black;
    border-radius: 10px;
    width: 170px;
    height: 48px;
    overflow: hidden;
    background-color: transparent;
    text-transform: uppercase;
    color: black;
    font-size: 14px;
    font-family: "Sora";
    font-weight: 700;
    padding: 12px;
}

.contact-us:hover {
    cursor: pointer;
    border: 2px solid #F16624;
    color: white;
    transition: all 0.3s ease-out;
    background-color: transparent;
}

.contact-us .round {
    border-radius: 50%;
    background-color: #F16624;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down 0.2s forwards;
}

.contact-us.animate .round {
    animation: scale-up 0.5s forwards;
}

@keyframes scale-up {
    to {
        transform: scale(600);
    }
}

@keyframes scale-down {
    from {
        transform: scale(600);
    }

    to {
        transform: scale(0);
    }
}

.navbar-brand img {
    height: 40px;
}

/* Center the navigation links */
.navbar-nav {
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        height: 35px;
    }

    .btn-outline-dark {
        width: 100%;
        margin-top: 15px;
    }
}


/* Navigation end */

body {
    padding-top: 70px;
}

/* Hero Section Styling */
.hero-section {
    padding: 80px 0;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 66.07%, #F16624 194.44%);
    /* height: 84vh; */
    padding-bottom: 0px;
}




.hero-content h1 {
    font-size: 54px;
    font-weight: 700;
    color: #000000;
    line-height: 90px;
    font-family: "sora";
}

.hero-content h2 {
    font-size: 24px;
    font-weight: 300;
    color: #F16624;
    font-family: "sora";
    line-height: 50px;
}

@media (min-width: 992px) {
    .hero-content h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1200px) {
    .hero-content h1 {
        font-size: 61px;
        line-height: 78px;
    }
}

.hero-content .yourstory {
    color: rgba(0, 0, 0, 1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    word-spacing: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
}

@media (min-width: 992px) {
    .hero-content .yourstory {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (min-width: 1200px) {
    .hero-content .yourstory {
        font-size: 82px;
        line-height: 82px;
    }
}


.hero-content .btn-custom {
    background-color: #ff5722;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
    font-family: "sora";
}

.hero-content .btn-custom:hover {
    background-color: #e64a19;
    color: #fff;
}


.get-started {
    position: relative;
    border: 2px solid black;
    border-radius: 10px;
    width: 170px;
    height: 48px;
    overflow: hidden;
    background-color: transparent;
    text-transform: uppercase;
    color: black;
    font-size: 14px;
    font-family: "Sora";
    font-weight: 700;
}

.get-started:hover {
    cursor: pointer;
    border: 2px solid #F16624;
    color: white;
    transition: all 0.3s ease-out;
    background-color: #F16624;
}

.get-started .get-round {
    border-radius: 50%;
    background-color: #F16624;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down 0.2s forwards;
}

.get-started.animate .get-round {
    animation: scale-up 0.5s forwards;
}


/* .hero-image img {
          max-width: 100%;
          height: auto;
          border-radius: 10px;
          z-index: 999;
      
      } */
.hero-image img {
    z-index: 1;
    max-width: 100%;
    height: auto;
    animation-duration: 2s;
    animation-name: fadeIn;
    will-change: transform;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
}

@media (max-width: 767px) {
    .hero-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .hero-image {
        text-align: center;
    }
}


.back {
    position: absolute;
    background: linear-gradient(175deg, #FFCBB2 10%, #FFFFFF 57.5%);
    font-family: "Oswald", sans-serif;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 397px;
    left: 20%;
    top: 57%;
    /* z-index: 1;   */

    background-size: 200% auto;
    animation: shine 2s linear infinite;
    animation-direction: alternate;
}


.back1 {
    position: absolute;
    left: 20%;
    top: 62%;
    font-size: 397px;
    background: linear-gradient(175deg, #FFCBB2 0%, #FFFFFF 57.5%);
    font-family: "Oswald", sans-serif;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* z-index: 1; */
}

@media (min-width: 576px) {
    .back {
        font-size: 400px;
        left: 60%;
        top: -4%;
    }

    .back1 {
        left: 54%;
        top: 67%;
        font-size: 400px;
    }
}

@media (min-width: 768px) {
    .back {
        font-size: 580px;
        left: 57%;
        top: -9%;
    }

    .back1 {
        font-size: 450px;
        left: 76%;
        top: 30%;
    }
}

@media (min-width: 992px) {
    .back {
        font-size: 600px;
        left: 14%;
        top: 40%;
    }

    .back1 {
        font-size: 500px;
        left: 76%;
        top: 30%;
    }
}





@media (min-width: 1200px) {
    .back {
        font-size: 600px;
        left: 58%;
        top: -13%;
    }

    .back1 {
        left: 67%;
        top: 25%;
        font-size: 600px;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.circle img {
    position: absolute;
    width: 50px;
    top: 65%;
    right: 90%;
}

.right img {
    position: absolute;
    width: 50px;
    top: 20%;
    left: 86%;
}

@media (min-width: 1200px) {
    .circle img {
        top: 56%;
        right: 98%;
    }
}

@media (min-width: 992px) {
    .right img {
        top: 20%;
        left: 95%;
    }
}

@media (min-width: 768px) {
    .circle img {
        top: 50%;
        right: 95%;
    }

    .right img {
        top: 20%;
        left: 94%;
    }
}

@media (min-width: 576px) {
    .right img {
        left: 92%;
    }

    .circle img {
        right: 93%;
    }

}

@media (min-width: 1200px) {
    .circle img {
        top: 50%;
        right: 97%;
    }

    .right img {
        top: 20%;
        left: 97%;
    }
}






.circle .backo1 {
    position: absolute;
    font-size: 20px;
    top: 15%;
    left: 25%;
    rotate: 30deg;
    color: rgba(89, 69, 156, 1);
    animation: rotate 3s linear infinite;
}

.circle .backo2 {
    position: absolute;
    font-size: 20px;
    top: 40%;
    left: 40%;
    rotate: 30deg;
    color: rgba(89, 69, 156, 1);
    animation: rotate 3s linear infinite;
}

.circle .backo4 {
    position: absolute;
    font-size: 20px;
    top: 70%;
    left: 20%;
    rotate: 30deg;
    color: rgba(241, 103, 75, 1);
    animation: rotate 3s linear infinite;
}

.circle .backo5 {
    position: absolute;
    font-size: 20px;
    top: 30%;
    left: 90%;
    rotate: 30deg;
    color: rgba(89, 69, 156, 1);
    animation: rotate 3s linear infinite;
}


@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}



.circle .backo {
    position: absolute;
    font-size: 20px;
    top: 65%;
    left: 85%;
    color: rgba(241, 103, 75, 1);
    animation: rotate 3s linear infinite;
}

@media screen and (min-width:576px) {
    .circle .backo {
        left: 85%;
        top: 10%;
    }

    .circle .backo4 {
        top: 59%;
        left: 49%;
    }
}


/* Hero section css end */


.portfolio-section {
    text-align: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.portfolio-section h1 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    display: inline-block;
    /* font-family: "Sora"; */
}

.portfolio-section h1::before {
    content: "PORTFOLIO";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    font-size: 63px;

    z-index: -1;
    white-space: nowrap;
}

@media (min-width: 576px) {

    .portfolio-section h1::before {
        font-size: 110px;
    }
}

@media (min-width: 1200px) {
    .portfolio-section h1::before {
        font-size: 150px;
    }

    .portfolio-section h1 {
        font-size: 50px;
    }
}


.portfolio-box {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.portfolio-box img {
    max-width: 100%;
    margin-bottom: 10px;
}

.portfolio-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.additional-boxes {
    max-height: 0px;
    overflow: hidden;
}

.view-more-btn .view {
    position: relative;
    /* border: 2px solid black; */
    border-radius: 9px;
    width: 250px;
    height: 48px;
    overflow: hidden;
    background-color: transparent;
    text-transform: uppercase;
    color: black;
    font-size: 14px;
    font-family: "Sora";
    font-weight: 700;
}

.view-more-btn .view:hover {
    cursor: pointer;
    color: white;
    background-color: #F16624;
    transition: all 0.3s ease-out;
}

.view-more-btn .view-round {
    border-radius: 50%;
    background-color: #F16624;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down 0.2s forwards;
}

/* PORTFOLIO page css end */


/* Connect Section Styles */
.connect {
    background: linear-gradient(179.81deg, #FFCBB2 -505.18%, #FFFFFF 157.66%);
    margin-top: 50px;
    /* padding: 30px 0; */
    /* padding-top: 30px; */
}

.connect-section {
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}


/* Connect Section Title */
.connect-section h1 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.connect-section h1::before {
    content: "CONNECT";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    font-size: 63px;
    z-index: -1;
    white-space: nowrap;
    /* padding-bottom: 10%; */
}

/* Responsive adjustments */
@media (min-width: 576px) {
    .connect-section h1::before {
        font-size: 110px;
    }
}

@media (min-width: 1200px) {
    .connect-section h1::before {
        font-size: 150px;
        /* padding-bottom: 10%; */
    }

    .connect-section h1 {
        font-size: 50px;
    }
}

.orange-box {
    background-color: #F16624;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    padding: 20px;
    text-align: center;
    font-family: "sora";
}

.contact-box {
    padding: 20px;
    background-color: white;
}

.footer-text {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;

}

/* Google Map Button Styles */
.google-map-btn {
    border: 2px solid black;
    border-radius: 10px;
    width: 170px;
    height: 48px;
    background-color: transparent;
    color: black;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.google-map-btn:hover {
    cursor: pointer;
    border-color: #F16624;
    background-color: #F16624;
    color: white;
    transition: all 0.3s ease-out;
}

.google-map-btn .google-round {
    border-radius: 50%;
    background-color: #F16624;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down 0.2s forwards;
}

p {
    font-family: "sora";
}

/* Footer Styles */
footer {
    background-color: black;
    padding: 10px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    flex-wrap: wrap;
    font-family: "sora";
}

.copy {
    font-size: 18px;
    margin-bottom: -9px;
}

.social-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0px;
}


.social-icons .button {
    margin-right: 10px;
}

.social-icons a {
    color: white;
    text-decoration: none;
}

.social-icons .surat {
    margin-left: 10px;
    color: white;
    font-size: 18px;
}

/* Tooltip Styles */
.tool {
    position: relative;
    cursor: help;
    text-align: center;
}

.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}

.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 130%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -1.75em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: 5.5em;
}


/* connect page css end */

:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

.animate__animated.animate__slideInLeft {
    --animate-duration: 4s;
}

.animate__animated.animate__slideInRight {
    --animate-duration: 4s;
}

.animate__animated.animate__jackInTheBox {
    --animate-duration: 4s;
    opacity: 0.5s;
}

.animate__animated.animate__fadeIn {
    --animate-duration: 10s;
}

.animate__animated.animate__fadeInLeft {
    --animate-duration: 10s;
}

.animate__animated.animate__fadeInRight {
    --animate-duration: 10s;
}

.animate__animated.animate__bounceIn {
    --animate-duration: 10s;
}