
.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 */
   
}.iknow-button-new{
    font-family: "Constantia Bold";
    background-color: rgb(167, 167, 167);
    /* Transparent border */
    padding: 0 20px;
    border-radius: 44px;
border: none;
    color: black;
    font-size: 24px;


}.iknow-button-new:hover{
    color: white;
  background-color: #3cd476;
}.iknow-button:hover{
    color: white;
  background-color: #3cd476;
}.iknow-button-new.active {
    color: white;
    background-color: #3cd476;
    /* transform: scale(1.1); */
}  

/* 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%;
    }
}



#lets-talk {
    display: flex;
    margin-top: 8%;
    /* align-items: center; Center items vertically */
}

.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: 30px;
        margin-left: 10%;
        margin-right: 5%;
      }

    #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%;
    }


}


.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: 5%;
    margin-right: 10%;
    display: flex;
    gap: 17%;
}



.project-image {
    width: 500px;
    margin-left: 51%;
}

.projectdesc {
    font-family: "Constantia Bold";
    color: white;
    text-align: center;
    margin-left: 16%;
    margin-top: 2%;
    margin-right: -10%;
    font-size: 20px;
    /* margin-right: 5%; */
}.projectdesc:hover{
    color: aqua;
    cursor: pointer;
}
.industrury-inf{
    font-family: "Constantia Bold";
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    color: aqua;
    margin-left: 23%;
    margin-top: -5%;
}@keyframes flyIn {
  0% {
      transform: translateY(-50px); /* Start off-screen */
      opacity: 0; /* Initially hidden */
  }
  100% {
      transform: translateY(0); /* Fly in */
      opacity: 1; /* Fully visible */
  }
}
#paragraph-middle {
    margin-top: 10%;
    margin-right: 10%;
    margin-left: 15%;
    font-family: "CalgaryDemo";
    animation: flyIn 1s forwards; 
    letter-spacing: 0;
    display: block;
    font-size: 45px;
    color: rgba(255,255,255,.25);
    text-align: left;
    text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-weight: bold;
    background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: hue-rotate(90deg);   
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
  }
  
    /* Animate Background Image */
    
    @-webkit-keyframes aitf {
      0% { background-position: 0% 50%; }
      100% { background-position: 100% 50%; }
    }
  
  /* Animate Background Image */
  
  @-webkit-keyframes aitf {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
  }@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: 18%;
        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: 400px;
        /* Revert to fixed image width for larger screens */
        margin-right: 8%;
    }
}

.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; */
}

#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%;
    }

    .rotatingText {
        /* display: none; */
    }
}@media only screen and (max-width: 767px)  {
    .iknow-button{
        display: none;
    }
      
  }
   

@media only screen and (max-width: 768px) {
    .project-container {
        flex-direction: column;
        margin-left: 5%;
        /* margin-right: 2%; */
    }

    #side-text-project {
        margin: 0 auto;
        text-align: center;
        transform: none;
        margin-top: 5%;
        margin-bottom: 3%;
        margin-right: 0;
        margin-left: 0;
    }

   .image-wrapper{
        margin-left: -25%;
        margin-top: 10%;
    }

    .projectdesc {
        margin-left: 20%;
        margin-top: 3%;
        margin-right: -1%;
        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%);
    }
}












.btn-primary {
    background-color: transparent;
    /* Set background color to transparent */
    border: none;
    /* Remove border */
    padding: 0;
    /* Remove padding */
}

.btn-primary:hover {
    background-color: transparent;
}






#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;
}

#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;
    }

    /* CSS for mobile screens */
    #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: 60%;
        margin-bottom: 10px;
        margin-right: -60%;
    }



    .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: -70%;
        /* 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: 65%;
        /* 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: 110px;
        height: 110px;
        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: 90px;
        height: 90px;
        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: 12px;
        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;
    margin-top: 10%;

}

.ab {
    font-family: "Constantia Bold";
    writing-mode: vertical-rl;
    /* Set vertical writing mode */
    font-size: 28px;
    color: burlywood;
    transform: rotate(180deg);
    /* Rotate the text 180 degrees */
    transform-origin: top left;
    margin-top: -26%;
    margin-left: 20%;
/* margin-right: -40%; */
}.project-image{
    margin-left: 20%;
}.project-image:hover{
    transform: scale(1.01); 
    cursor: pointer;
    color: #00FFFF;
   }#clientname{
    display: flex;
}.firstab2{
    margin-left: 35%;
}#line-behind-project{
    margin-top: 5%;
    display: flex;
    gap: 22%;
    margin-left: 12%;
}#line-behind-project p{
    /* font-size: 20px; */
    color: #deb007;
}#view-project-button{
    display: flex;
    gap: 44%;
    margin-top: 3%;
    margin-left: 19%;
}.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: 15px; /* Set font size to 18px for mobile */
        color: white;
        margin-left: -23%;
    }#clientname{
        display: none;
    }
}

/* 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 */
    }
}@media (max-width: 768px) {
    .ab {
        /* Reset styles to display text horizontally */
        writing-mode: horizontal-tb; /* Set horizontal writing mode */
        transform: none; /* Reset rotation */
        /* margin-top: -190%; */
        margin-right: -50%;
    }.project3{
        margin-top: 30%;
    }#view-project-button{
        display: block;
        /* gap: 35%;
        margin-top: 3%;
        margin-left: 25%; */
    }#view-project-button{
        margin-left: 5%;
    }#paragraph-bellow-middle-project{
        font-family: "Constantia Bold";
        color: aqua;
        margin-left: 15%;
        font-size: 25px;
        margin-top: 10%;
        margin-right: 10%;
    }#video{
        width: 92%;
        height: 95%;
        margin-left: 4%;
        margin-top: 2%;
      }
    .iknow-button-new{
        padding: 10px 10px;
        font-size: 12px;
    }.new-button-1{
        margin-left: -50%;
    }
    /* .firstab1{
        margin-left: 10%;
    }.firstab2{
        margin-left: 45%;
    } */
}#all-website-cem-marketing-button{
    display: flex;
    gap: 30px;
    margin-left: 40%;
    margin-top: 3%;
}.firstab1{
    margin-left: 10%;
}.firstab2{
    margin-left: 45%;
}.firstab-second12{
    margin-top: -30%;
    margin-left: 60%;
}.second-cointainer-project-main-section{
    margin-top: -10%;
}.veiwmore{
    margin-left: 43%;
    margin-top: 10%;
}
.remove-item{
    display: block;
  }.Project1{
    display: none;
  }
 .servicesfirst{
    background-color: rgb(191, 134, 191);
    border-radius: 20px;
    color: white;
  }.servicessecond{
    margin-top: 3%;
    border-radius: 20px;
    background-color: turquoise;
  }.servicesthird{
    margin-top: 3%;
    border-radius: 20px;
    background-color: cadetblue;
  }.projectfirst{
    /* margin-top: 3%; */
    border-radius: 20px;
    background-color: darkcyan;
  }
 
  
  @media (max-width: 480px) {
#paragraph-middle {
            margin-left: 10%;
            font-size: 25px;
            margin-top: 20%;
          } .project-image {
            width: 80%;
            margin-left: 22%;
            
        }.ab{
            display: none;
        }#all-website-cem-marketing-button{
            margin-left: 37%;
        }
    }
    .unique-gallery-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 15%;
        padding: 20px;
      }
      
      .unique-card {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      }
      
      .unique-image-box {
        width: 100%;
        height: 500px;
        overflow: hidden;
      }
      
      .unique-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
      }
      
      .unique-card:hover img {
        transform: scale(1.1);
      }
      
      .unique-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 15px;
        box-sizing: border-box;
        transition: background 0.3s ease;
      }
      
      .unique-title {
        font-size: 1.5rem;
        margin: 0;
      }
      
      .unique-description {
        font-size: 1rem;
        margin: 0.5rem 0 1rem;
      }
      
      .unique-button {
        padding: 10px 20px;
        font-size: 1rem;
        color: white;
        background: #007bff;
        border: none;
        border-radius: 44px;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.2s ease;
        display: none; /* Hide button by default */
      }
      
      .unique-card:hover .unique-button {
        display: block; /* Show button on hover */
        margin-top: 1rem; /* Add spacing from description */
        background: #0056b3;
        transform: scale(1.05);
      }
      
      .unique-card:hover .unique-overlay {
        background: rgba(0, 0, 0, 0.8); /* Slightly darker background on hover */
      }
      