@font-face {
    font-family: "Constantia Bold";
    src: url("https://db.onlinewebfonts.com/t/b411b0999020c9c25b8151e359197150.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/b411b0999020c9c25b8151e359197150.woff") format("woff");
    font-weight: bold;
}
@font-face {
    font-family: "CalgaryDemo";
    src: url("https://db.onlinewebfonts.com/t/70682faa3195b545da8ebd2edc81193c.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/70682faa3195b545da8ebd2edc81193c.woff") format("woff");
}

@font-face {
    font-family: "Auralyess Free Trial";
    src: url("https://db.onlinewebfonts.com/t/35fde3aa01e7f6efe7b2d4d66dea441c.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/35fde3aa01e7f6efe7b2d4d66dea441c.woff") format("woff");
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    /* font-family: Arial, sans-serif; */
    /* background-image: url('../picture/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    /* background-color: #26186bcf; */
    /* font-family: "Constantia Bold"; */
    /* background: linear-gradient(135deg, rgba(17, 20, 59, 1) 0%, rgba(66, 17, 102, 1) 50%, rgba(76, 18, 252, 1) 100%); */
    background-size: cover; 
      background-repeat: no-repeat; 
      background-attachment: fixed;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
/* Default background for larger screens (e.g., laptop) */
body {
    background: linear-gradient(135deg, rgb(1, 5, 64) 0%, rgb(51, 7, 83) 50%);
}

/* Background for smaller screens (e.g., mobile) */
@media only screen and (max-width: 768px) {
    body {
        background: linear-gradient(135deg, rgba(17, 20, 59, 1) 0%, rgba(66, 17, 102, 1) 50%, rgba(76, 18, 252, 1) 100%);
    }
}




#mm {
    background-color: rgba(69, 89, 164, .5);
}

#logo {
    width: 150px;
    height: auto;
    position: fixed;
    /* Make the logo fixed */
    top: 10px;
    /* Adjust the top position as needed */
    left: 4%;
    /* Adjust the left position as needed */
    z-index: 2;
    /* Ensure logo is on top */
    cursor: pointer;
}

#leaf {
    width: 400px;
    height: auto;
    position: absolute;
    z-index: 1;
    /* Behind the logo */
    animation: wind 10s infinite alternate ease-in-out;
    transform-origin: top center;
    transform: rotate(180deg) scaleY(-1);
    margin-left: 10%;
    opacity: 0.5;

}

.leaf12 {
    top: -65px;
}

#leaf1 {
    width: 400px;
    height: auto;
    margin-left: 5%;
    position: absolute;
    z-index: 1;
    /* Behind the logo */
    animation: wind 20s infinite alternate ease-in-out;
    transform-origin: top center;
    transform: rotate(180deg) scaleY(-1);
    opacity: 0.5;
    top: -90px;
}

@keyframes wind {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    100% {
        transform: rotate(10deg) translateY(-5px);
    }
}

#corner-image {
    width: 7%;
    height: auto;
    position: fixed;
    margin-top: 5%;
    right: 2%;
    z-index: 2;
    /* Ensure logo is on top */
    animation: rotateClockwise 10s linear infinite;
    /* Animation for rotation */
    cursor: pointer;
}

@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#corner-image-text {
    position: fixed;
    margin-top: 5%;
    right: 5%;
    transform: translate(-50%, -50%);
    color: white;
    /* font-size: 65px; */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    z-index: 3;
    /* Ensure text is above image */
    cursor: pointer;
}

#top-header {
    display: flex;
    align-items: center;
    /* margin-top: -10%; */
}




#second-line-text {
    margin-left: 8%;
}#second-line-text{
    margin-right: -50%;
}#first-line-text{
    margin-left: 5%;
    visibility: hidden;
}

.container {
    cursor: pointer;
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: 80%;
    margin-top: -12%;
}

.circle-outer {
    size: bold;
    margin-top: 25%;
    width: 5px;
    height: 5px;
}

.circle-inner {
    width: 65px;
    height: 65px;
    margin-top: 25%;
}

@media only screen and (max-width: 768px) {

    .leaf12 {
        width: 200px;
        top: -45px;
    }

    #logo {
        width: 100px;
        height: auto;
        top: 10px;
        left: 3%;
    }

    #corner-image {
        width: 17%;
        height: auto;
        position: fixed;
        top: 4%;

        right: -5%;
    }

    #corner-image-text {
        position: fixed;
        top: 2.9%;
        right: 12%;
        /* Move text to the right edge of the image */
        transform: translateX(50%);
        /* Center the text horizontally */
        font-size: 15px;
    }

    

    

   
    #floting-image {
        margin-left: 40%;
        margin-top: 8%;
    }

    #contact-illustration {
        width: 15%;
        height: 15%;
        max-width: 50%;
        /* Adjust the width as needed */
        margin-right: 20px;
        /* Add margin to create space between the image and the heading */
    }

    #leaf1 {
        width: 200px;
        top: -60px;
        margin-left: 5%;
    }

    #top-header {
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
    }


    .container {
        margin-left: 60%;
        margin-top: -12%;
    }

}

.circle-outer {
    position: absolute;
    top: -10%;
    left: -30%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px dashed burlywood;
    animation: rotateClockwise 20s linear infinite;
}

.circle-inner {
    width: 170px;
    height: 170px;
    position: absolute;
    top: -10%;
    left: -30%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 3px dashed burlywood;
    animation: rotateAntiClockwise 20s linear infinite;
}


@keyframes rotateClockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateAntiClockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.contact {
    /* background: #e5ecfb; */
    min-height: 60vh;
}

.contact .containerr {
    max-width: 1050px;
    width: 100%;
    border-radius: 1.5rem;
    margin: 2rem 5rem;
}

.contact .containerr .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 2rem;
}

.contact .content .image-box {
    max-width: 60%;
    margin-left: 4rem;
}

.contact .content .image-box img {
    width: 100%;
    height: 40rem;
    position: relative;
}

/* contact section media queries starts */
@media (max-width: 900px) {
    .contact {
        min-height: 70vh;
    }

    .contact .containerr {
        margin: 3rem 0 2rem 0;
    }

    .contact .containerr .content {
        padding: 18px 12px;
    }

    .contact .content .image-box {
        display: none;
    }

    .contact .content form {
        width: 100%;
        margin-right: 2rem;
    }
}

.contact {
    /* background: #e5ecfb; */
    min-height: 60vh;
}

.contact .container {
    max-width: 1050px;
    width: 100%;
    background: #fff;
    border-radius: 1.5rem;
    margin: 2rem 5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.contact .container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 2rem;
}

.contact .content .image-box {
    max-width: 60%;
    margin-left: 4rem;
}

.contact .content .image-box img {
    width: 80%;
    height: 30rem;
    position: relative;
}

.contact .content form {
    width: 45%;
    margin-right: 3.5rem;
}

form .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group .field {
    height: 50px;
    display: flex;
    position: relative;
    margin: 1rem;
    width: 100%;
}
/* contact section media queries starts */
@media (max-width: 900px) {
    .contact {
        min-height: 70vh;
    }

    .contact .container {
        margin: 3rem 0 2rem 0;
    }

    .contact .container .content {
        padding: 18px 12px;
    }

    .contact .content .image-box {
        display: none;
    }

    .contact .content form {
        width: 100%;
        margin-right: 2rem;
    }
}

#bellow-footer {
    font-family: "Auralyess Free Trial";
    color: burlywood;
    font-size: 45px;
    margin-top: 23%;
    margin-left: 25%;
}

.top-footer {
    color: rgb(106, 235, 235);
    font-size: 25px;
    margin-left: 20%;
}

.image_container img {
    width: 100%;
    height: auto;
}

#text-bellow-part {
    font-family: "Constantia Bold";
    font-size: 35px;
    color: aqua;
    margin-right: 15%;
    margin-left: 15%;
}

#bellow-part-footer {
    font-family: "CalgaryDemo";
    font-size: 35px;
    color: aqua;
    margin-right: 1%;
    margin-left: 14%;
    margin-top: 2%;
}

.trust {
    font-family: "Constantia Bold";
    font-size: 35px;
    color: aqua;
    /* margin-right: 1%; */
    margin-left: 20%;
    margin-top: 2%;
}



.underline1 {
    margin-top: -2%;
    margin-left: 10%;
}

.typing-text-line2 {
    margin-top: -80%;
}

/* #main-header{
    margin-bottom: 5%;
   } */
.iknow-button {
    font-family: "Constantia Bold";
    border: 2px solid transparent;
    /* Transparent border */
    padding: 10px 20px;
    /* Adjust padding as needed */
    background-color: transparent;
    /* Transparent background */
    color: aqua;
    /* Text color */
    font-size: 26px;
    /* Font size */
    font-weight: bold;
    /* Font weight */
    position: relative;
    /* Position relative for the line */
    overflow: hidden;
    border-left: 2px solid yellow;
    border-right: 2px solid yellow;
    cursor: pointer;
    /* Hide overflowing line */
   
}

/* Style for the continuous line */
.iknow-button::before {
    content: '';
    /* Empty content */
    position: absolute;
    /* Position absolute */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid yellow;
    /* Yellow border */
    border-bottom: 2px solid yellow;
    /* Yellow border */
    pointer-events: none;
    /* Ensure the line doesn't interfere with button clicks */
    z-index: -1;
    /* Move the line behind the button */
    animation: lineAnimation 3s linear infinite;
    /* Animation for continuous running */
}

.text-iknow-button {
    border: 2px solid transparent;
    /* Transparent border */
    padding: 10px 20px;
    /* Adjust padding as needed */
    background-color: navy;
    /* Transparent background */
    color: aqua;
    /* Text color */
    font-size: 26px;
    /* Font size */
    font-weight: bold;
    /* Font weight */
    position: relative;
    /* Position relative for the line */
    overflow: hidden;
    border-left: 2px solid yellow;
    border-right: 2px solid yellow;
    cursor: pointer;
    /* Hide overflowing line */
    margin-left: 2%;
    margin-top: 5%;
}

/* Style for the continuous line */
.text-iknow-button::before {
    content: '';
    /* Empty content */
    position: absolute;
    /* Position absolute */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid yellow;
    /* Yellow border */
    border-bottom: 2px solid yellow;
    /* Yellow border */
    pointer-events: none;
    /* Ensure the line doesn't interfere with button clicks */
    z-index: -1;
    /* Move the line behind the button */
    animation: lineAnimation 5s linear infinite;
    /* Animation for continuous running */
}


/* Animation for the continuous line */
@keyframes lineAnimation {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

#projectadded {
    gap: 10px;
    display: flex;
    justify-content: space-around;
}

.containerer {
    margin-top: -5%;
    display: flex;
    /*   border:1px solid red; */
    height: 100%;
    align-items: center;
}

svg {
    display: block;
    font: 6em 'LATEST PROJECTS';
    /* width: 1260px;
      height: 300px; */
    /* margin: 0 auto; */
    margin-top: -10%;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 1px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1) {
    stroke: white;
    animation-delay: -1;
}

.text-copy:nth-child(2) {
    stroke: white;
    animation-delay: -2s;
}

.text-copy:nth-child(3) {
    stroke: white;
    animation-delay: -3s;
}

.text-copy:nth-child(4) {
    stroke: white;
    animation-delay: -4s;
}

.text-copy:nth-child(5) {
    stroke: white;
    animation-delay: -5s;
}

@keyframes stroke-offset {
    100% {
        stroke-dashoffset: -35%;
    }
}

.tickmark-container {
    display: flex;
    /* Use flexbox */
    align-items: center;
    /* Align items vertically */
}

.tickmark {
    width: 20px;
    /* Adjust width of the tick mark image */
    height: auto;
    margin-left: 22%;
    margin-top: -1%;
    /* margin-right: 10px; Adjust spacing between the tick mark and text */
}


#contact-illustration {
    width: 35%;
    max-width: 50%;
    /* Adjust the width as needed */
    margin-right: 20px;
    /* Add margin to create space between the image and the heading */
}

#articel-section {
    display: flex;
    gap: 10%;
    cursor: pointer;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 18%;
    opacity: 0;
    /* Initially hide the paragraph */
    animation: flyIn 1s forwards;
    /* Apply animation */
}

.card-body {
    background-color: none;
    /* Transparent background color */
    color: white;
    /* Text color */
}

#arcticel-image {
    cursor: pointer;
    margin-left: 10%;
    width: 350px;
}

.secondimage {
    width: 90%;
}

.card-body {
    background-color: none;
    /* Transparent background color */
    color: white;
    /* Text color */
}

#project-image {
    width: 80%;
}

.card {
    width: calc(33.33% - 20px);
    /* Adjust as needed */
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .card {
        width: calc(50% - 20px);
        /* Adjust as needed */
    }
}

@media only screen and (max-width: 480px) and (max-width: 767px) {
    .card {
        width: calc(100% - 20px);
        /* Adjust as needed */
    }

    .services {
        font-size: 55px;
        /* margin-top: 5%; */
        /* margin-right: 7%; */
    }

    #bellow-footer {
        font-size: 35px;
        margin-top: 40%;
        margin-left: 10%;
    }

    #bellow-part-footer {
        font-size: 35px;
        margin-right: 5%;
        margin-left: 10%;
        margin-top: 2%;
    }

    .iknow-button {
        padding: 5px 5px;
        /* Adjust padding as needed */
        margin-left: 30%;
        margin-right: 20%;
    }

    .tickmark {
        margin-left: 10%;
        margin-top: -1%;
    }

}

@media only screen and (max-width: 768px) {
    #bellow-part {
        margin-left: 15%;
        /* Adjust as needed */
        font-size: 25px;
        /* Adjust as needed */
    }
}

@media only screen and (max-width: 768px) {
    .word-cloud {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        /* Adjust as needed */
        font-size: 18px;
        /* Adjust as needed */
    }
}

@media only screen and (max-width: 480px) and (max-width: 767px) {
    .word-cloud {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        /* Adjust as needed */
        font-size: 16px;
        /* Adjust as needed */
        padding: 10px;
        right: 5%;
    }
}

@media only screen and (max-width: 768px) {
    .text-lesttalk {
        font-size: 25px;
        /* Adjust font size for smaller screens */
    }
}

@media only screen and (max-width: 480px) and (max-width: 767px) {
    .text-lesttalk {
        font-size: 20px;
        /* Further reduce font size for smaller screens */
    }

    #leaf {
        width: 200px;

    }

    .circle-outer {
        margin-top: 85%;
        width: 170px;
        height: 170px;
        margin-right: 15%;
        margin-left: 3%;
    }

    .circle-inner {
        width: 150px;
        height: 150px;
        margin-top: 85%;
        margin-right: 15%;
        margin-left: 3%;
    }

    .container {

        margin-left: 50%;
        margin-top: -12%;
    }


    .text-iknow-button {
        margin-right: 10%;
        margin-left: 20%;
    }


    .iknow-button {
        height: auto;
        width: 80%;
        margin-left: 8%;
        margin-right: 8%;
    }

    .text-inside {
        position: absolute;
        text-align: center;
        margin-top: 57%;
        margin-left: 25%;
        /* margin-right: 30%; */
        font-size: 25px;

    }

    #bellow-part-footer {
        font-size: 25px;

        margin-right: 2%;
        margin-left: 8%;
        margin-top: 2%;
    }#paragraph-middle {
        margin-left: 5%;
        font-size: 20px;
      }


}


.text-inside {
    position: absolute;
    text-align: center;
    top: 20%;
    /* left: 1%; */
    margin-left: -35%;
    margin-right: 40%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

.text-inside {
    margin-left: 10%;
    right: 44%;
    top: 15%;
    grid-area: -40%;
}

.services {
    font-family: "Auralyess Free Trial";
    font-size: 55px;
    margin-top: 20%;
    margin-left: 20%;
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
}

.project-container {
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
}



.project-image {
    width: 250px;
    margin-left: 51%;
}

.projectdesc {
    font-family: "Constantia Bold";
    color: aqua;
    margin-left: 40%;
    margin-top: 2%;
    margin-right: 15%;
    /* margin-right: 5%; */
} #paragraph-middle{
    /* font-family: "Edwardian Script ITC"; */
        color: burlywood;
        font-size: 40px;
        margin-top: 10%;
       margin-left: 15%;
       background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
       background-size: cover;
       color: transparent;
       -moz-background-clip: text;
       -webkit-background-clip: text;
       /* text-transform: uppercase; */
       opacity: 0;
      animation: flyIn 1s forwards; /* Apply animation */
      font-family: "CalgaryDemo";
    }@keyframes flyIn {
        0% {
            transform: translateY(-50px); /* Start off-screen */
            opacity: 0; /* Initially hidden */
        }
        100% {
            transform: translateY(0); /* Fly in */
            opacity: 1; /* Fully visible */
        }
    }#paragraph-bellow-middle-project{
        font-family: "Constantia Bold";
        color: aqua;
        margin-left: 15%;
        font-size: 25px;
        margin-right: 22%;
    }#video{
        width: 65%;
        height: 85%;
        margin-left: 20%;
        margin-top: 2%;
      }

@media screen and (min-width: 1200px) {
    #side-text-project {
        font-size: 15px;
        /* Revert to fixed font size for larger screens */
        margin-right: -25%;
        margin-left: -18%;
        margin-top: 8%;
    }

    .project-image {
        width: 250px;
        /* Revert to fixed image width for larger screens */
        margin-right: 10%;
    }
}

.leaf {
    left: -5%;
    opacity: 0;
}

.videocontainerr {
    /* display: flex; */
    position: relative;
    display: inline-block;
    margin-top: 15%;
    cursor: pointer;
    /* z-index: 2; */
}

#image {
    width: 45%;
    height: 45%;
    position: relative;
    z-index: 2;
    margin-left: 20%;
    margin-top: -55%;
}

.watermark {
    align-items: center;
    position: absolute;
    /* bottom: 10px; */
    margin-top: -5%;
    margin-left: 63%;
    transform: translateX(-50%);
    background-color: rgba(14, 9, 157, 0.8);
    padding: 9px 200px;
    border-radius: 5px;
    z-index: 1;
}

#name {
    font-family: "Constantia Bold";
    margin-left: -35%;
    margin-right: -150%;
    /* margin-left: 40%; */
    color: aqua;
    font-size: 22px;
}

#sec {
    font-family: "Constantia Bold";
    margin-right: -72%;
    font-size: 20px;
    margin-left: -90%;
    align-items: center;
    margin-top: 25%;
    color: white;
}

#star {
    display: flex;
    margin-left: 20%;
}

.starpng {
    width: 20%;
}

#articel-section {
    position: relative;
}

.number {
    position: absolute;
    top: 3%;
    /* left: -59px; Adjusted left value */
    color: burlywood;
    font-size: 50px;
    margin-left: 1%;
    transition: transform 0.3s;
    /* Added transition for smooth scaling */
}

#arcticel-image:hover {
    opacity: 1;
    cursor: pointer;
    font-weight: bold;
    transform: scale(1.1);
    color: #fff;
}

#arcticel-image:hover+.number {
    transform: scale(1.1);
    /* Apply the same scaling */
}

/* #arcticel-imagees:hover{
    opacity: 1; 
    cursor: pointer;
    font-weight: bold; 
    transform: scale(1.1); 
    color: #fff;
  } */
#whatsapp {
    cursor: pointer;
    z-index: 2;
}

.mataingap {
    margin-top: -2%;
    margin-left: 20%;
    margin-right: -20%;
    color: aqua;
}

.image-box {
    align-items: center;
    width: 490px;
    height: 610px;
    background-color: white;
    border: 1px solid aqua;
}

#gif-image {
    margin-top: 1%;
    height: 60%;
    margin-left: 10%;
}

#fakeimage-h3 {
    color: blue;
    font-family: "Constantia Bold";
    margin-top: 5%;
    margin-left: 8%;
}

#fakeimage-p {
    font-family: "Constantia Bold";
    margin-left: 15%;
    text-align: center;
    margin-right: 11%;
}

.second-articel {
    margin-left: 25%;
}

.card-text {

    font-family: "Constantia Bold";
    margin-left: 10%;
    margin-right: 8%;
}

.last-articel-section {
    margin-left: 30%;
    margin-right: -10%;
}

.ourwork {
    margin-top: 20%;
}

#logoproject {
    margin-top: -2%;
    width: 8%;
    height: 8%;
}

#logoforbellow {
    display: flex;
    margin-left: 35%;
    /* margin-top: -5%; */
}

#logoforbellow1 {
    display: flex;
    margin-left: 25%;
    /* margin-top: -5%; */
}

.project-dec {
    font-family: "Constantia Bold";
    margin-top: -2%;
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    /* text-transform: uppercase; */
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  
  .scroll-to-top a {
    position: fixed;
    top: -140%;
    right: 2rem;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    background: #ffae00;
    color: rgb(13, 0, 44);
    border-radius: 5rem;
    transition: 1s linear;
    z-index: 1000;
  }
  #side-hover-img {
    z-index: 2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: opacity 0.5s ease;
  }
  #side-phone-img {
    z-index: 2;
    position: fixed;
    bottom: 13%;
    right: 20px;
    cursor: pointer;
    transition: opacity 0.5s ease;
  }
  #side-email-img {
    z-index: 2;
    position: fixed;
    bottom: 22%;
  
    right: 27px;
    cursor: pointer;
    transition: opacity 0.5s ease;
  }#side-email-img img{
    width: 38px;
  }
  
  
  #whatsapp {
    transition: opacity 0.5s ease;
  }
  #phone {
    transition: opacity 0.5s ease;
  }#email{
    transition: opacity 0.5s ease;
  }
  
  .scroll-to-top1 {
    display: none;
    z-index: 2;
    position: fixed;
    bottom: 20px;
    right: -200px; /* Start off-screen to the right */
    opacity: 0;
    transition: all 0.5s ease;
  }
  .scroll-to-top2 {
    display: none;
    z-index: 2;
    color: black;
    position: fixed;
    bottom: 12%;
    right: -200px; /* Start off-screen to the right */
    opacity: 0;
    transition: all 0.5s ease;
  }
  .scroll-to-top3 {
    display: none;
    z-index: 2;
    color: black;
    position: fixed;
    bottom: 22%;
    right: -200px; /* Start off-screen to the right */
    opacity: 0;
    transition: all 0.5s ease;
  }
  
  .show-scroll-to-top {
    right: 20px; /* Animate to final position */
    opacity: 1; /* Make it visible */
  }
  .show-scroll-to-top1 {
    right: 20px; /* Animate to final position */
    opacity: 1; /* Make it visible */
  }
  .show-scroll-to-top2 {
    right: 20px; /* Animate to final position */
    opacity: 1; /* Make it visible */
  }
  
  
  #whatsappContainer {
    display: flex;
    align-items: center;
    background-color: #25D366; /* WhatsApp green background */
    padding: 10px;
    border-radius: 30px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }#phoneContainer{
    /* text- */
    display: flex;
    align-items: center;
    background-color: white; /* WhatsApp green background */
    padding: 10px;
    border-radius: 30px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }#phoneContainer a{
    color: navy;
    font-weight: bold;
    text-decoration: none;
  }
  #emailContainer{
    /* text- */
    display: flex;
    align-items: center;
    background-color: red; /* WhatsApp green background */
    padding: 10px;
    border-radius: 30px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }
  #phoneContainer img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  #emailContainer img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  
  #whatsappContainer img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  #phoneContainer span {
    white-space: nowrap;
  }
  
  #whatsappContainer span {
    white-space: nowrap;
  }#emailcontainer span {
    white-space: nowrap;
  }
  
  
#by {
    font-family: "Constantia Bold";
    margin-left: 50%;
    margin-top: -5%;
    font-size: 20px;
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    /* text-transform: uppercase; */
}

#whatsappLink {
    text-decoration: none;

    color: white;
    /* Remove underline from the anchor tag */
}

#whatsappContainer {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    display: inline-block;
    background-color: #22c15e;

    width: 200px;
    border-radius: 10px;
    /* Make the container inline-block to keep the image and text on the same line */
}

#whatsapp {
    vertical-align: middle;
    /* Align the image vertically to the middle of the line */
}

footer {
    font-family: "Constantia Bold";
}

#ph {
    text-transform: unset;
    font-family: 'Courier New', Courier, monospace;
}

.secondimage {
    width: 450px;
    height: 220px;
}

.thirdimage {
    height: 220px;
}

#rightarrow {
    width: 15%;
    /* margin-left: 1%; */
    margin-top: 7%;
    /* top: -20%; */
}

#leftarrow {
    width: 15%;
    margin-left: 85%;
    margin-top: -50%;

}

.starbutton {
    margin-top: 17%;
}

.knowour {
    margin-top: 10%;
}

.scroller-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    /* Add margin between sections */
}

.scroller-inner {
    white-space: nowrap;
    display: flex;
    gap: 5%;
    animation: none;
    /* Disable CSS animation */
}

.scroller-inner img {
    flex-shrink: 0;
    width: 100px;
    /* Adjust image width */
    height: auto;
    /* Let images maintain their aspect ratio */
    cursor: pointer;
    /* Change cursor to pointer on hover */
}

/* Media queries for responsive layout */
@media (max-width: 768px) {
    .scroller-inner img {
        width: 80px;
        /* Adjust image width for smaller screens */
    }
}

@media (max-width: 480px) {
    .scroller-inner img {
        width: 60px;
        /* Further adjust image width for mobile screens */
    }
}

.containemmmmmr {
    display: flex;
    align-items: center;
}

.left {
    flex: 1;
}

.right {
    flex: 1;
    position: relative;
}

.emojis {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 10%;
    top: 60%;
    transform: translateX(-50%);
}

@keyframes fly {
    0% {
        transform: translateY(400%);
        opacity: 0;
    }

    100% {
        transform: translateY(-100%);
        opacity: 1;
    }
}

.heart {
    background-image: url('./picture/comment.png');
}

.smile {
    background-image: url('./picture');
}

.like {
    margin-left: 32%;
    background-image: url('./picture/like.png');
}

.comment {
    margin-left: 52%;
    background-image: url('./picture/hear.png');
}

.right {
    display: flex;
}

@media (max-width: 480px) {
    .word-cloud {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        /* Adjust as needed */
        padding: 10px;
        /* Adjust padding for smaller screens */
        max-width: 480px;
        /* Set max-width to match screen width */
        margin: 0 auto;
        /* Center the word cloud */
    }



    .mataingap {
        margin-top: 12%;
        margin-left: 5%;
        margin-right: 5%;
    }


}

@media only screen and (max-width: 768px) {
    .project-container {
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;
    }

    #side-text-project {
        margin: 0 auto;
        text-align: center;
        transform: none;
        margin-top: 5%;
        margin-bottom: 3%;
        margin-right: 0;
        margin-left: 0;
    }

    .project-image {
        width: 100%;
        margin-left: 0;
    }

    .projectdesc {
        margin-left: 0;
        margin-top: 3%;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) and (max-width: 767px) {
    #articel-section {
        flex-direction: column;
        align-items: center;
        margin-left: 5%;
        margin-right: 5%;
    }

    #Established-img {
        width: 3%;
        height: auto;
        /* margin-left: -10%; */

    }

    .line-container-animation {
        display: none;
    }


    .card-body {
        text-align: center;
        /* Center text */
    }

    .card-text {
        margin-top: 5%;
        margin-bottom: 15%;
    }

    #arcticel-image {
        margin-left: 0;
        margin-top: 5%;
        width: 100%;
        /* Make images occupy full width */
    }

    .secondimage {
        width: 100%;
        /* Make second image occupy full width */
    }

    .number {
        display: none;
    }

    #text-bellow-part {
        font-size: 15px;
        margin-right: 5%;
    }

    #whatsappContainer {
        width: 200px;
        margin-left: -35%;
    }
}

@media only screen and (max-width: 480px) and (max-width: 767px) {
    .videocontainerr {
        /* display: flex; */
        position: relative;
        display: inline-block;
        margin-top: 30%;
        cursor: pointer;
    }

    #image {
        width: 65%;
        height: 65%;
        position: relative;
        z-index: 1;
        margin-left: 20%;
        margin-top: -35%;
    }

    .watermark {
        position: absolute;
        margin-top: 55%;
        background-color: transparent;
        margin-left: 40%;
        padding: 2px 140px;
        border-radius: 5px;
        z-index: 1;
    }

    #name {
        margin-left: -40%;

        font-size: 15px;
        margin-top: -10%;
    }

    #sec {
        display: none;
        /* margin-right: -202%;
      font-size: 15px;
      margin-left: -100%;
      margin-top: 30%; */
    }

    #star {
        /* margin-top: 20%; */
        margin-left: 30%;
        display: none;
    }

    .starpng {
        /* margin-top: 20%; */
        width: 30%;
    }

    #rightarrow {
        display: none;
        /* margin-left: 1%; */
        /* margin-top: 35%; */
        /* top: -20%; */
    }

    #leftarrow {
        display: none;

    }

    .starbutton {
        margin-top: 28%;
    }

    body {
        overflow-x: hidden;
    }

    .right {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {

    /* Apply ScrollReveal for laptop screen sizes */
    .scroll-reveal {
        visibility: hidden;
    }
}

#hrline {
    color: #f5d669;
    width: 5px;
    height: 500px;
    /* left: 210rem; */
}

.hrline-about {
    margin-left: 30%;
}

#emojicocontainer {
    position: relative;
    /* height: 100%; */
    /* margin-bottom: 500px; */
    z-index: 2;

}

.emoji {
    position: absolute;
    font-size: 50px;
    margin-top: 20px;
    animation: emojiUp linear infinite;
}

@keyframes emojiUp {
    0% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(-1000%);
    }
}



















.talk-paert {
    font-family: "Constantia Bold";
    color: white;
    margin-left: 25%;
    /* width: 20px; */
    font-size: 35px;

}
#last-top-footer{
    text-align: center;
    margin-top: 4%;
    margin-left: -3%;
    display:flex;
  }#about-email{
        width: 20%;
        margin-left: 115%;
      }#about-gif{
        width: 100%;
        height: auto;
        margin-left: 10%;
        margin-top: -20%;
      }.gifgg{
        display: none;
      }input::placeholder {
        color: #888; /* Change to any color you prefer */
        opacity: 1; /* Ensure the placeholder is fully visible */
    }
    
      #about-whatsapp{
        width: 37%;
        margin-top: 2%;
        margin-left: 250%;
      }.contact-about-section-whatsapp{
        margin-left: 190%;
        color: white;
        font-weight: bold;
        text-align: center;
       font-size: 15px;
       margin-right: -250%;
      }.contact-about-section{
        margin-left: 80%;
        color: white;
        font-weight: bold;
        text-align: center;
       font-size: 15px;
       margin-right: -50%;
      }
      .container-about {
    cursor: pointer;
    position: relative;
    width: 100px;
    height: 100px;
  margin-right: 5%;
    margin-left: 30%;
    margin-top: 1%;
  }.talk-paert{
    margin-left: 10%;
  }
#bellow-footer {
    margin-left: 5%;
}

.circle-outer-about {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px dashed burlywood;
    animation: rotateClockwise 20s linear infinite;
}

.circle-inner-about {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 3px dashed burlywood;
    animation: rotateAntiClockwise 20s linear infinite;
}



.text-inside-about {
    font-family: "Constantia Bold";
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: white;
    font-weight: bold;
}.text-inside-about:hover{
    color: aqua;
}

@keyframes rotateClockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateAntiClockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotateLines {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.know-us {
    margin-top: 15%;
}

#bellow-part {
    margin-top: 2%;
}

#home-services-para {
    /* margin-top: -10%; */
    font-size: 35px;
    color: aqua;
    margin-left: 15%;
    font-family: "Constantia Bold";
}

#w {
    margin-top: 5%;
    width: 8%;
    margin-left: 15%;
}

#main-Established {
    font-family: "Constantia Bold";
    display: flex;
    margin-top: 1%;
    /* gap: 20%; */

}

#Establisheded {
    margin-left: 15%;
    margin-right: 50%;
    color: white;
    font-size: 18px;
}

#Established-img {
    width: 35%;
    height: auto;
    margin-left: -40%;
}

#Establisheded-bellow {
    font-family: "Constantia Bold";
    margin-left: 15%;
    margin-right: 20%;
    color: white;
    font-size: 18px;
    margin-top: 2%;
}

.line-container-animation {
    margin-bottom: -45%;
    margin-left: 79%;
    margin-top: 20%;
    position: relative;
    width: 100%;
    height: 500px;
    /* Adjust the height to match your image */
    overflow: hidden;
    /* Hides any overflow content beyond the container */
}

/* Styling for the image */
#line-image-animation {
    margin-top: 6%;
    position: absolute;
    /* Positioned absolutely within its container */
    top: 20%;
    left: 0;
    width: 18%;
    transform: rotate(20deg);
    height: auto;
    animation: drawLine 2s linear infinite;
    /* Animation for drawing the line */
    animation-direction: alternate;
}

@media only screen and (max-width: 767px) {
    .line-container-animation {
        display: none;
    }

    #last-top-footer {
        margin-left: 5%; 
        display: flex;
        /* flex-direction: column;  */
        align-items: center; 
        margin-top: -40%;
      }
      #about-email {
        width: 30%; 
        margin-left: 35%; 
        margin-bottom: 10px; 
      }
    
      #about-whatsapp {
        width: 60%; 
        margin-left: 120%; 
        margin-bottom: 10px; 
        margin-right: -130%;
      }
      .contact-about-section {
        margin-left: 0; /* Remove left margin */
        margin-right: 0; /* Remove right margin */
        text-align: center; /* Center text horizontally */
        font-size: 16px; /* Adjust font size for readability */
      }.contact-about-section-whatsapp{
        margin-left: 8%; /* Remove left margin */
        margin-right: -100%; /* Remove right margin */
        text-align: center; /* Center text horizontally */
        font-size: 16px; /* Adjust font size for readability */
      }
    .gifgg {
        display: block;
        width: 100%;
        height: auto;
        margin-top: -8%;
        margin-bottom: -20%;
        /* margin-right: 50%; */
    }

    .container-about {
        right: 50%;
        /* margin-right: 150%; Remove left margin */
        margin-top: 120%; /* Adjust top margin for spacing */
        margin-bottom: 10%;
      }.circle-outer-about {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border: 4px dashed burlywood;
        animation: rotateClockwise 20s linear infinite;
      }
      
      .circle-inner-about {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 3px dashed burlywood;
        animation: rotateAntiClockwise 20s linear infinite;
      }
      
      
      
      .text-inside-about {
        text-align: center;
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: white;
        font-weight: bold;
      }

}

#right-left-para {
    margin-left: 20%;
    color: white;
    font-size: 25px;
    font-weight: bolder;
    font-family: "Constantia Bold";
}

.second-left-right-para {
    margin-left: 5rem;
}

/* Initial state of paragraphs */
#right-left-para {
    margin-top: 5%;
    margin-left: 20%;
    color: white;
    font-size: 25px;
    font-weight: bolder;
    font-family: "Constantia Bold";
}

.second-left-right-para {
    margin-left: 5rem;
}

#right-left-para p {
    opacity: 0;
    transform: translateX(-100%);
}


@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


#lower-gif-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 25%;
    margin-top: 7%;
    margin-left: 10%;

}

.lower-gif-services-para {
    color: white;
    font-family: "Constantia Bold";
    font-weight: bolder;
    font-size: 25px;
}

.lower-gif-services-img {
    margin-top: 5%;
    margin-left: 28%;
}

.services-img {
    margin-left: -10%;
}

#lower-gif-services img {
    animation: blink 2s infinite;
    /* Use the 'blink' animation, repeat indefinitely */
}

.tour-travel {
    margin-left: -16%;
}

.Manufacturing {
    margin-left: -19%;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    /* Start and end with full opacity */
    50% {
        opacity: 0;
    }

    /* Blinking effect: fade out at 50% of the animation */
}

@media only screen and (max-width: 768px) {
    #lower-gif-services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Two columns for smaller screens */
        margin-left: 5%;
        /* Adjust left margin */
        margin-top: 5%;
        /* Adjust top margin */
    }#paragraph-middle {
        margin-left: 5%;
        font-size: 20px;
      }

    .line-container-animation12 {
        display: none;
    }

    .line-container-animation123 {
        display: none;
    }

   

    .lower-gif-services-img {
        margin-left: 0;
        /* Reset margin for image containers */
        text-align: center;
        /* Center align images and text */
    }

    .services-img {
        margin-left: 0;
        /* Reset margin for services text */
    }

    .lower-gif-services-para {
        font-size: 20px;
        /* Reduce font size for paragraph */
    }

    .bellow-paragraph-middle12 {
        color: burlywood;
        font-size: 30px;
        margin-top: 10%;
        margin-left: 7%;
        margin-right: 5%;
        opacity: 0;
        /* Initially hide the paragraph */
        animation: flyIn 1s forwards;
        /* Apply animation */
        font-family: "Constantia Bold";
    }
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.text {
    margin-left: 20px;
    margin-right: 20px;
}

#cointainer-project-main-section {
    display: flex;

}

.ab {
    writing-mode: vertical-rl;
    /* Set vertical writing mode */
    font-size: 20px;
    color: burlywood;
    transform: rotate(180deg);
    /* Rotate the text 180 degrees */
    transform-origin: top left;
    margin-top: -27%;
    margin-left: 25%;
/* margin-right: -40%; */
}.project-image{
    margin-left: 40%;
}#clientname{
    display: flex;
}.firstab2{
    margin-left: 35%;
}#line-behind-project{
    margin-top: 5%;
    display: flex;
    gap: 15%;
    margin-left: 20%;
}#line-behind-project p{
    /* font-size: 20px; */
    color: #deb007;
}#view-project-button{
    display: flex;
    gap: 35%;
    margin-top: 3%;
    margin-left: 25%;
}.underline,
.underline1 {
    text-decoration: none;
}

/* Media query for mobile devices (up to 767px) */
@media (max-width: 767px) {
    .underline {
        font-size: 18px; /* Set font size to 18px for mobile */
        color: white;
        margin-left: -35%;
    }
    .underline1 {
        font-size: 28px; /* Set font size to 18px for mobile */
        color: white;
        margin-left: -23%;
    }#testimonialimg{
        display: none;
    }
   
    #testimonialsecond{
        display: none;
    }#testimonialthird{
        display: none;
    }#last-img-floating-text{
        /* margin-left: 70%;
        margin-top: 5%; */
        display: none;
        visibility: hidden;
    }#loacation-place-img-bellow{
        visibility: hidden;
    }#loacation-bellow-footer-contact{
        /* display: block; */
        display: flex;
    }#loacation-place-add-footer-contact{
        color: white;
        margin-right: 20%;
        margin-left: 5%;
    }#aboutline1234{
        display: none;
    }#new-aboutline1234{
        position: relative;
 
    margin-left: 15%;
        animation-name: drawLine1;
    animation-duration: 2s; /* Set the duration of the animation */
    animation-timing-function: ease-in-out; /* Set the timing function */
    animation-iteration-count: infinite;
        width: 73%;
    }#new-aboutline1234-img{
        /* margin-top: -10rem; */
    
      }
    #loacation-img-footer-contact{
        position: relative;
        right: 8%;
    }#loacation-bellow-footer-contact-belloe-2{
        display: flex;
        margin-top: -10%;
    }#loacation-place-add-bellow-footer-contact{
        margin-left: 30%;
        margin-right: 10%;
        color: white;
    }#loacation-img-bellow-footer-contact{
        margin-left: 5%;
    }#flyingImage{
        margin-left: 70%;
    } 
}
/* Media query for laptops and larger screens (768px and above) */
@media (min-width: 768px) {
    .underline {
        color: white;
        font-size: 33px; /* Set font size to 33px for laptops */
    }
    .underline1 {
        color: white;
        font-size: 33px; /* Set font size to 33px for laptops */
    }
}#top-img-floating-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto; /* Center the container */
    padding: 20px;
  }
  
  .text-container {
    flex: 1;
    padding-right: 20px; /* Add spacing between text and image */
  }
  
  .image-container {
    flex: 1;
    text-align: right;
  }
  
  #testimonialimg {

    height: 500px;
    width: 60%; /* Fixed width for the image */
    position: absolute; /* Fixed positioning */
    top: 120px; /* Adjust top position as needed */
    margin-left: -43%; 
  }
  
  .typing-text-about, .typing-text-line2-about, .typing-text-line3-about {
    font-size: 18px;
    font-weight: bold;
  }#third-line-text{
    margin-left: 10%;
  }textarea#message {
    background-color: transparent;
    width: 300px; /* Full width of the container */
    height: 160px; /* Initial height of the textarea */
    padding: 10px; /* Padding inside the textarea */
    font-size: 16px; /* Font size of the text */
    border: 1px solid #ccc; /* Border style */
    resize: vertical; /* Allow vertical resizing */
    box-sizing: border-box; /* Include padding and border in the width */
}

/* Optional: Style when the textarea is focused */
textarea#message:focus {
    border-color: #007bff; /* Change border color when focused */
    outline: none; /* Remove default focus outline */
}input:focus {
    border-color: #007bff; /* Change border color when focused */
    outline: none; /* Remove default focus outline */
}input {
    background-color: transparent;
    margin-bottom: 5px;
    border: 1px solid blue;
    width: 300px; /* Full width of the container */
    height:auto; /* Initial height of the textarea */
    padding: 10px; /* Padding inside the textarea */
    font-size: 16px; /* Font size of the text */
    border: 1px solid #ccc; /* Border style */
    resize: vertical; /* Allow vertical resizing */
    box-sizing: border-box; /* Include padding and border in the width */
}#second-img-floating-text{
    display: flex;
    margin-left: 1%;
    gap: 8%;
    margin-top: 38%;
}#testimonialsecond{
    margin-top: 5%;
    max-width: 100%; /* Ensure image responsiveness */
    height: 600px;
    width: 650px; /* Fixed width for the image */
    
}#testimonialthird{
    max-width: 100%; /* Ensure image responsiveness */
    height: 520px;
    /* margin-right: 10%; */
    width: 650px; /* Fixed width for the image */
    top: 110px; /* Adjust top position as needed */
    /* right: 30px; */
    margin-left: 20%;
}
#button-submit-contact{
    background: transparent;
    color: blue;
    /* width: 20%; */
    height: 10%;
   
}.cntsecton{
    /* font-family: "Constantia Bold"; */
    font-size: 18px;
    color: white;
    font-weight: bold;
}#second-conatact-section{
    margin-top: 5%;
}#last-img-floating-text{
    display: flex;
    gap: 10%;
}#loacation-place-add{
    color: white;
    font-family: "Constantia Bold";
    margin-left: 30%;
    margin-right: 8%;
}#loacation-place-img{
    display: flex;
    /* gap: 70%; */
    margin-top: 13%;
}#loacation-img{
    margin-left: 45%;
    margin-right: -50%;
}#loacation-img-first{
    margin-left: -200%;
}#loacation-place-img-bellow{
    margin-top: -10%;
    display: flex;
}#loacation-place-add-bellow{
    color: white;
    font-family: "Constantia Bold";
    margin-left: 20%;
    margin-right: 60%;
}#loacation-place-img-bellow{
    /* display: flex;
    gap: 20%; */
    margin-left: 8%;
    
}/* Initial styling of the image */
#loacation-img-bellow img {
    animation-name: blink; /* Name of the keyframes */
    animation-duration: 3s; /* Duration of the animation */
    animation-timing-function: ease-in-out; /* Timing function */
    animation-iteration-count: infinite; /* Repeat infinitely */
  }#loacation-img img {
    animation-name: blink; /* Name of the keyframes */
    animation-duration: 3s; /* Duration of the animation */
    animation-timing-function: ease-in-out; /* Timing function */
    animation-iteration-count: infinite; /* Repeat infinitely */
  }
  
  /* Keyframes animation definition */
  @keyframes blink {
    0% { opacity: 1; } /* Fully visible */
    50% { opacity: 0; } /* Invisible */
    100% { opacity: 1; } /* Fully visible */
  }#aboutline1234 {
    animation-name: drawLine1;
    animation-duration: 2s; /* Set the duration of the animation */
    animation-timing-function: ease-in-out; /* Set the timing function */
    animation-iteration-count: infinite; /* Set how many times the animation should run */
    width: 30%;
}#aboutline1234-img{
    margin-top: -21%;
    margin-left: 12%;
  }
@keyframes flyToTopRight {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(calc(100vw - 80px), -100vh);
    }
}
.remove-item{
    display: block;
  }.Project1{
    display: none;
  }
  
  
  #last-img-floating-footer-contact {
    display: none;
}#loacation-place-img-bellow-footer-contact{
    display: none;
}

/* Display on mobile screens (max-width: 767px) */
@media (max-width: 767px) {
    #last-img-floating-footer-contact {
        display: block;
        margin-bottom: -59%;
    }#loacation-place-img-bellow-footer-contact{
        display: block;
        /* margin-top: -20%; */
    }
}  @keyframes drawLine1 {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); /* Start with top edge clipped */
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); /* Halfway through, reveal half the line */
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* End with full line revealed */
    }
}
  
/* Default: Hide the image */
#responsive-testimonialimg {
    display: none;
}#responsive-testimonialthird {
    display: none;
}

/* Show the image on mobile screens (max width 767px) */
@media only screen and (max-width: 767px) {
    #responsive-testimonialimg {
        display: block;
        width: 100%;
        margin-top: 65%;
    }#responsive-testimonialthird {
        display: block;
        margin-top: 5%;
        width: 100%;
    }
}
#new-aboutline1234-img {
    display: none;
}

/* Show the image on mobile screens */
@media (max-width: 768px) {
    #new-aboutline1234-img {
        display: block;
        /* width: 70%; */
    }
}@media only screen and (max-width: 768px) {
    #about-email{
      margin-left: -30%;
    }.contact-about-section-responsive{
      margin-left: -50%;
    }.contact-about-section-whatsapp{
      margin-left: 10%;
    }#about-whatsapp{
      margin-left: -8%;
    }
}.custom-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    animation: fadeInOut 0.5s ease-in-out;
  }
  
  .custom-alert-success {
    background-color: #4CAF50;
    color: #ffffff;
  }
  
  .custom-alert-error {
    background-color: #f44336;
    color: #ffffff;
  }
  
  @keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
  }