* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body {
    width: 100%;
    background-color: black;
    overflow-x: hidden;
}

.baoutme h2 {
    font-family: 'Exo 2';
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: #A6FF01;
    text-align: center;
}

.baoutme h1 {
    font-family: 'Exo 2';
    font-size: 100px;
    font-weight: 500;
    line-height: 60px;
    text-align: left;
    color: #A6FF01;
    text-align: center;
}

.hii h3 {
    font-family: 'Exo 2';
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    color: #ffff;

}

.namesection {
    margin-left: 114px;
}

.namesection h1 {
    font-family: 'Exo 2';
    font-size: 150px;
    font-weight: 600;
    line-height: 125px;
    text-align: left;
    color: #ffff;

}

.namesection p {
    font-family: 'Exo 2';
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    color: #ffff;


}

.folow {
    font-family: 'Exo 2';
    color: #ffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;

}

.hr {
    height: 2px;
    background-color: white;
    width: 27%;
}


.follow-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* Space between elements */
}

.vertical-line {
    width: 2px;
    height: 50px;
    background-color: #fff;
}

.follow-text {
    font-family: 'Exo 2';
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 104px;
    margin-left: 40px;
}

.icon {
    width: 40px;
    height: 40px;
    background-color: #A6FF01;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* Makes the icons circular */
}

.about-container {
    display: flex;
    align-items: center;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 60px 43px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
    color: #fff;
    gap: 30px;
    /* Space between circle and text */
}

.profile-circle {
    width: 298px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%;
}

.about-text p {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

.decp {
    padding: 50px 0;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #555;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.item .circle {
    width: 40px;
    height: 40px;
    border: 2px solid #555;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    background-color: #000;
}

.item p {
    max-width: 300px;
    line-height: 1.5;
}

.item span {
    color: #A6FF01;
    /* Purple highlight */
    font-weight: bold;
}

.maindiv {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    text-align: center;
}

.firstdiv {
    width: 150px;
    height: 150px;
    color: #fff;
    font-weight: 400;
    font-size: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #A6FF01;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Exo 2';
}

/* Add hover effect */
.firstdiv:hover {
    background-color: #A6FF01;
    /* New background color on hover (Tomato color) */
}


.secondDiv {
    width: 120px;
    height: 3px;
    background-color: #fff;
    transition: width 0.3s ease;
    /* Smooth transition */
}

.thirddiv {
    max-width: 300px;

    color: #fff;
    margin-left: 98px;
    font-size: 60px;
    line-height: 72px;
    font-family: 'Exo 2';
}

.ani {
    padding: 70px 0 0 0;
}

.maindiv span {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.maindiv span i {
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A6FF01;
}

.imgdiv {
    margin-left: 80px;
}



/* second ani css  */

.maindiv1 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    text-align: center;
}

.firstdiv1 {
    width: 150px;
    height: 150px;
    color: #fff;
    font-weight: 400;
    font-size: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #A6FF01;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Exo 2';
}

/* Add hover effect */
.firstdiv1:hover {
    background-color: #A6FF01;
    /* New background color on hover (Tomato color) */
}


.secondDiv1 {
    width: 120px;
    height: 3px;
    background-color: #fff;
    transition: width 0.3s ease;
    /* Smooth transition */
}

.thirddiv1 {
    max-width: 600px;
    color: #fff;
    margin-left: 98px;
    font-size: 60px;
    line-height: 72px;
    font-family: 'Exo 2';
}



.maindiv1 span {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.maindiv1 span i {
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A6FF01;
}

/* second ani css  end */



/* Third ani css  */

.maindiv2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    text-align: center;
}

.firstdiv2 {
    width: 150px;
    height: 150px;
    color: #fff;
    font-weight: 400;
    font-size: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #A6FF01;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Exo 2';
}

/* Add hover effect */
.firstdiv2:hover {
    background-color: #A6FF01;
    /* New background color on hover (Tomato color) */
}


.secondDiv2 {
    width: 120px;
    height: 3px;
    background-color: #fff;
    transition: width 0.3s ease;
    /* Smooth transition */
}

.thirddiv2 {
    max-width: 600px;
    color: #fff;
    margin-left: 98px;
    font-size: 36px;
    line-height: 44px;
    font-family: 'Exo 2';
}



.maindiv2 span {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.maindiv2 span i {
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A6FF01;
}

.headv h2 {
    font-family: "Exo 2";
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: #A6FF01;


}

.nextsection {
    padding: 40px 0;
}

.headv h3 {
    font-family: "Exo 2";
    font-size: 150px;
    font-weight: 500;
    line-height: 180px;
    text-align: center;
    color: #ffff;

}

/* below ani css start */
.anidiv {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* gap: 10px; */
    position: relative;
    /* height: 60px; */
    padding: 100px 0;
    overflow: hidden;
}

.word {
    font-family: "Exo 2";
    font-size: 150px;
    font-weight: 500;
    line-height: 180px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffff;
    position: absolute;
    /* opacity: 0; */
    /* Initially hidden */
    /* Smooth transition for opacity */
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.5s, opacity 0.5s;
}


.word.show {
    opacity: 1;
    transform: translateY(0);
  }


/* Styling for the container */
.nextbottom {
    width: 100%;
    padding: 0;
   
}

/* Ensure the columns are aligned and spaced properly */



/* Styling for the left column */
.nextleft {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.nextleft h2 {
    font-family: "Exo 2";
    font-size: 100px;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
    color: #000; /* Text color */
}

.nextleft p {
    font-family: "Exo 2";
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    color: #000; /* Text color */
}

/* Styling for the middle column */
.nextmiddle {
    background-color: #A6FF01;
    padding:20px;
    text-align: center;
}

.nextmiddle h2 {
    font-family: "Exo 2";
    font-size: 100px;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
    color: #fff; /* White text color */
}

.nextmiddle p {
    font-family: "Exo 2";
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    color: #fff; /* White text color */
}

/* Styling for the right column */
.nextright {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.nextright h2 {
    font-family: "Exo 2";
    font-size: 100px;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
    color: #000; /* Text color */
}

.nextright p {
    font-family: "Exo 2";
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    color: #000; /* Text color */
}


@media (max-width: 768px) {
    .namesection {
        margin-left: 20px;
    }

    .namesection h1 {
        font-size: 100px;
        line-height: 90px;
    }

    .namesection p {
        font-size: 20px;
        line-height: 28px;
    }
}

.icon {
    width: 50px;
    height: 50px; 
    background-color: #A6FF01;
    color: #fff; 
    display: flex; 
    align-items: center;
    justify-content: center; 
    border-radius: 50%; 
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; 
    cursor: pointer;
    position: relative;
    transition: width 0.4s ease, height 0.4s ease, border-radius 0.4s ease; 
    overflow: hidden; 
}


.icon:hover {
    width: 160px;
    border-radius: 25px; 
}

.icon .initial {
    position: absolute;
    opacity: 1;
    transition: opacity 0.4s ease;
}


.icon span {
    opacity: 0;
    white-space: nowrap; 
    margin-left: 10px; 
    font-size: 14px;
    transition: opacity 0.4s ease; 
}


.icon:hover .initial {
    opacity: 0; 
}

.icon:hover span {
    opacity: 1;
}

.img1
{
    height: 100% !important;
}
.zoom-container {
    position: relative;
    overflow: hidden;
    border-radius: 25px; 

}

.zoom-container:hover .img1 {
    transform: scale(1.04); /* Zoom in by 10% */
    transition: transform 0.6s ease-in-out, filter 0.3s ease-in-out;
}

.para
{
    font-family: "Exo 2";
    font-size: 28px;
    color: white;
    line-height: 36px;
    text-align: left;
    font-weight: 400;
}

.divide
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.divid-20
{
  width: 17%;
  color: white;
  font-size: 43px;
  line-height: 62px;
  font-weight: 600;
  font-family: "Exo 2";
}
.revwiev-icon i{
    color: #E2C90A;
}
.rounded-corner
{
  border-radius: 20px;
  background-color: #D9D9D9;
  /* height: 195px; */
}

.revwiev-text{
    line-height: 22px;
    font-size: 15px;
}

.round-circle
{
    height: 300px;
    width: 300px;
    background-color: #D9D9D9;
    border-radius: 50%;
}

.testmonial-text
{
    font-size: 28px;
    line-height: 35px;
    color: white;
    font-family: "Exo 2";
    width: 73%;
}

.testmonial-heding
{
    font-size: 105px;
    color: white;
    font-family: "Exo 2";
}
.footer-text
{
    font-family: "Exo 2";
}

.line
{
    height: 2px;
    color: white;
    width: 82%;
    background-color: white;
}
.footer-text1
{
    color: white;
    font-family: "Exo 2";
    margin-left: 97px;
    font-size: 48px;
}
.footer-text2
{
    font-family: "Exo 2";
    margin-left: 110px; 
}

.logo-text
{
    font-family: "Exo 2";
    font-weight: 400;
    font-size: 36px;
    color: white;
    line-height: 36px;
}

.text
{
    font-family: "Exo 2";
    font-weight: 400;
    color: white;
}
.about-million
{
    font-size: 60px;
    line-height: 61px;
}
.line-text-white
{
    height: 1.5px;
    width: 50%;
    background-color: white;
    margin: auto;
}
.case-study h1{
    font-family: "Sora", sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px !important;
}
.Millionaire h1{
    font-family: "Sora", sans-serif;
    font-size: 37px;
    font-weight: 800;
    color:#0163F8;
}

.Millionaire 
{
    width: 36%;
}
.Millionaire p {
    color: white;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}
.custom-list {
    list-style-type: disc; 
    padding-left: 20px;
    color: white;     
}
.border-leff
{
    border-left: 2px solid white;
}
.process
{
    width: 85%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.design-process
{
    width: 10%;
    margin-top: 41px;
    align-items: center;
}
.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    border-color: white;
    border: 2px solid;
}
.w-90
{
    height: auto;
    width: 80%;
}
.define
{
    color: #B8B8B8;
}
.circle1
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    border-color: white;
    border: 1px solid;
}

.design-process1
{
    width: 20%;
    margin-top: 41px;
    align-items: center;
}

.process1
{
    display: flex;
    justify-content: center;
    margin-bottom: 51px;
}
.colorographys
{
    background-color: #191919;
    border-top-left-radius: 25px;
    background-color: #191919;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}


/* animation for thanks for watching  */

.animated-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .animated-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: swiftUp 2s forwards;
    animation-delay: 0.5s;
  }
  
  @keyframes swiftUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Adding delays for each word */
  .animated-text span:nth-child(1) {
    animation-delay: 0s;
  }
  
  .animated-text span:nth-child(2) {
    animation-delay: 0.5s;
  }
  
  .animated-text span:nth-child(3) {
    animation-delay: 0.8s;
  }
  
  .animated-text span:nth-child(4) {
    animation-delay: 1s;
  }
  
  /* Add more nth-child selectors as needed */
  
  /* footer strat */

  .footer-line
  {
    height:1px;
    width: 100%;
    background-color: white;
  }
  .input-type
  {
    height: 58px;
    border-radius: 12px;
    background-color: #191919;
    border: none;
    color: white;
  }
.form-control:focus 
{
    color: white;
    background-color:  #191919;
    border:none;
    outline: 0;
}
.input-textarea
{
    height: 208px;
    border-radius: 12px;
    background-color: #191919;
    border: none;
    color: white;
}
.input-button
{
    height: 70px;
    border-radius: 12px;
    background-color: #191919;
    border: none;
    color: white;
    font-size: 18px;
}
  /* end footer */

  /* socail media */
  .social-media-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-icon {
    color: white;
    text-decoration: none;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 35px;
    text-align: center;
}

.social-icon:hover {
    background-color: #000;
}
.follow-us
{
    margin-top: 20px;
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 15px;
    color: white;
    right: -57%;
    position: absolute;
    top: 100%;
    width: 74px !important;
}
.img-510{
    height: 510px;
}
.img-padding
{
    padding: 30px;
}
  /* end socail media */

  /* mobile view start*/

  @media (max-width: 575px), only screen and (max-width: 320px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) 
  and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) 
  {
    
    .hii h3 {
        font-family: 'Exo 2';
        font-size: 40px;
        font-weight: 500;
        line-height: 60px;
        color: #ffff;  
    }
    .namesection h1 
    {
        font-size: 40px;
        line-height: 40px;
    }
    .namesection p {
        font-size: 16px;
        line-height: 24px;
    }
    .about-text p {
        font-size: 13px;
        line-height: 1.2;
        color: #fff;
        margin: 0;
    }
    .profile-circle {
        width: 245px;
        height: 64px;
        background-color: #fff;
        border-radius: 50%;
    }
    .about-container {
        display: flex;
        align-items: center;
        background-color: #000;
        border: 2px solid #fff;
        border-radius: 20px;
        padding: 22px 8px;
        box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
        color: #fff;
        gap: 19px;
    }
   .thirddiv {
    color: #fff;
    margin-left: 30px;
    font-size: 17px;
    line-height: 24px;
    text-align: start;
    font-family: 'Exo 2';
    margin-bottom: 18px;
}
    .firstdiv {
        display: none;
    }
    .secondDiv {
       display: none;
    }

    .thirddiv1 {
    color: #fff;
    margin-left: 30px;
    font-size: 17px;
    line-height: 24px;
    text-align: start;
    font-family: 'Exo 2';
    margin-bottom: 18px;
}
    .firstdiv1 {
       display: none;
    }
    .secondDiv1 {
       display: none;
    }

    .thirddiv2 {
    color: #fff;
    margin-left: 30px;
    font-size: 17px;
    line-height: 28px;
    text-align: start;
    font-family: 'Exo 2';

}
    .firstdiv2 {
        display: none;
    }
    .secondDiv2 {
        display: none;
    }
    .maindiv span
    {
      display: none;
    }

     .maindiv1 span
    {
      display: none;
    }

     .maindiv2 span
    {
      display: none;
    }

.ani
{
        padding: 12px 0 0 0;
}
    .imgdiv {
        margin-left: 24px;
        height: 41px;
        display: none;
    }

    .word {
        font-family: "Exo 2";
        font-size: 49px;
        font-weight: 500;
        line-height: 67px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffff;
        position: absolute;
        /* opacity: 0; */
        width: 100%;
        opacity: 0;
        transform: translateY(20px);
        transition: transform 0.5s, opacity 0.5s;
    }
    .nextright h2 {
        font-family: "Exo 2";
        font-size: 51px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
        color: #000;
    }
    .nextright p {
        font-family: "Exo 2";
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        color: #000;
    }
    .nextmiddle h2 {
        font-family: "Exo 2";
        font-size: 51px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        color: #fff;
    }
    .nextmiddle p {
        font-family: "Exo 2";
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        color: #fff;
    }
    .nextleft p {
        font-family: "Exo 2";
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        color: #000;
    }
    .nextleft h2 {
        font-family: "Exo 2";
        font-size: 51px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
        color: #000;
    }
    .img-510
    {
        height: auto;
    }
    .img-padding
    {
        padding: 0;
    }
    .about-million {
    font-size: 16px;
    line-height: 25px;
    }
    .case-study h1 
    {
    font-family: "Sora", sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px !important;
   }
   .baoutme h1 
   {
    font-family: 'Exo 2';
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    color: #A6FF01;
    text-align: center;
}
.divid-20 {
    width: 100%;
    color: white;
    font-size: 25px;
    line-height: 42px;
    font-weight: 600;
    font-family: "Exo 2";
}
.testmonial-heding {
    font-size: 40px;
    color: white;
    font-family: "Exo 2";
    text-align: center;
}
.round-circle {
    height: 100px;
    width: 100px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.testmonial-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: white;
    font-family: "Exo 2";
    width: 73%;
    margin: auto;
}
.rtsttt
{
    margin-top: -50px !important;
    font-size: 23px;
}
.ssfsdfs
{
    margin-top: -70px !important;
}
.sdgsgsg
{
    font-size: 18px;
    line-height: 34px;
    margin-top: -44px !important;
}
.footer-text1 {
    color: white;
    font-family: "Exo 2";
    margin-left: 0px;
    font-size: 34px;
}
.baoutme h2 {
    font-family: 'Exo 2';
    font-size: 37px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: #A6FF01;
    text-align: center;
}
.divide {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.follow-text {
    font-family: 'Exo 2';
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    writing-mode: vertical-rl;
    transform: rotate(179deg);
    text-orientation: mixed;
    margin: auto;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.cscascs
{
    justify-content: start !important;
    padding: 20px;
}
.icon:hover {
    width: 200px;
    border-radius: 25px;
}

.icon {
    width: 200px;
    height: 50px;
    background-color: #A6FF01;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: width 0.4s ease, height 0.4s ease, border-radius 0.4s ease;
    overflow: hidden;
}
.headv h2 {
    font-family: "Exo 2";
    font-size: 42px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #A6FF01;
}
  }

  /* end mobile view */