@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #fff;
    --secondary-color: #131315;
    --button-color: #f9511c;
    --text-color:#c4c4c4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: 'Poppins', sans-serif;
}
body{
    background: var(--primary-color);
}

li {
    list-style: none;
}

li a {
    text-decoration: none;
}

/* Hero section css */
.hero{
    width: 100%;
}
.hero-container{
    margin: auto;
    width: 95%;
    height: auto;
    background: var(--secondary-color);
    border-radius: 30px;
}
.hero-container .text-section{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    color: #fff;
    padding: 20px;
}
.hero-container .text-section h1{
    margin-top: 13vh;
    font-size: 72px;
    font-family: sans-serif;
    width: 60vw;
    line-height: 7.8rem;
    text-align: center;
}

.typing-text{
    color: var(--button-color);
}
.hero-container .text-section p{
    font-size: 18px;
    line-height: 2.5rem;
    font-family: 'Poppins',sans-serif;
    color: var(--text-color);
    width: 70vw;
    text-align: center;
}
/* button css */
/* From Uiverse.io by iamriishav */ 
button {
    padding: 15px 30px;
    border: none;
    outline: none;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: var(--button-color);
    color: #fff;
  }
  
  button > span {
    z-index: 2;
  }
  
  button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
  }
  
  button:hover {
    color: var(--button-color);
  }
  
  button:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

.img-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0;
}

.hero-img {
    width: 46%;
    height: 60vh;
    overflow: hidden;
    position: relative;
    
}
.hero-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); 
    pointer-events: none;
}
.hero-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
}
.hero-img h4{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 2.5rem;
    
}

@media only screen and (max-width: 768px){
    .hero-container{
        width: 98%;
        border-radius: 20px;
    }
    .hero-container .text-section{
        gap: 20px;
        padding: 20px;
    }
    .hero-container .text-section h1{
        margin-top: 10vh;
        font-size: 50px;
        width: 90vw;
        line-height: 5.8rem;
    }
    .hero-container .text-section p{
        font-size: 18px;
        line-height: 2.5rem;
        width: 85vw;
    }
    .img-section {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0;
    }
    
    .hero-img {
        width: 92%;
        margin: auto;
        height: 60vh;
        overflow: hidden;
        position: relative;
        
    }
    .hero-img h4{
        font-size: 2.5rem;
        
    }
}
@media only screen and (max-width: 473px){
    h1 .typing-text::after {
        content: "\A"; /* Adds a line break */
        white-space: pre;
      }
}


/* Hero section css end */

/* About css */
#about-arun{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 7vh 0;
}
.arun-img{
    width: 560px;
    
}
.arun-img h1{
    padding-bottom: 30px;
}
.circle{
    background: url(./images/arun.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60vh;
    height: 60vh;
    border-radius: 50%;
    border: 1px solid var(--text-color);
    box-shadow: 0 0 30px 10px rgba(255, 165, 0, 0.7);
    margin: auto;
    
}

.heading{
    font-size: 4.5rem;
    text-align: center;
}
.heading span{
    color: var(--button-color);
}
.arun-text{
    width: 560px;
}
.arun-text h2{
    font-size: 4rem;
    padding-bottom: 1.4rem;
    font-family: 'Expletus Sans';
}
.arun-text p{
    font-size: 2.5rem;
    padding-left: 7px;
}
.arun-text .arun-quote{
    background: rgb(238, 237, 237);
    font-size: 2rem;
    padding: 3rem 1rem;
    margin-top: 1.5rem;
    border-radius: 30px;
    text-align: center;
}

@media only screen and (max-width: 768px){
    #about-arun{
        flex-direction: column;
        gap: 20px;
        margin: 7vh 0;
    }
    .arun-img{
        width: 100%;
    }
    .arun-img h1{
        padding-bottom: 30px;
    }
    .circle{
        width: 80vw;
        height: 80vw;
    }
    .arun-pic{
        width: 35vh;
        height: 35vh;
        border-radius: 50%;
        border: 1px solid var(--text-color);
    }
    .heading{
        font-size: 3.5rem;
        text-align: center;
    }
    .arun-text{
        width: 100%;
        padding: 10px 15px;
    }
    .arun-text h2{
        font-size: 3rem;
        padding-bottom: 1.4rem;
    }
    .arun-text p{
        font-size: 2rem;
    }
    .arun-text .arun-quote{
        font-size: 2rem;
        padding: 3rem 1rem;
    }

}
/* About css end */
/* Project Section css */
#project-container{
    padding: 0 0 5vh;
    width: 95%;
    margin: 5vh auto;
    background: var(--secondary-color);
    border-radius: 30px;
}
#project-container h1{
    color: #fff;
    padding: 8rem 0 3rem;
}
.projects{
    display: flex;
    justify-content: center;
    padding: 2.5vh 0;
    gap:20px;
}

.projects .img-overlay{
    width: 45%;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.projects .img-overlay img{
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.projects .img-overlay .bg-video{
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    height: 100%;
}
.img-overlay:hover img {
    transform: scale(1.1); 
}
.img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    border-radius: 0 0 15px 15px;
}


@media (max-width: 980px) {
    #project-container{
        padding: 5vh 2vh;
        width: 98%;
    }
    .projects{
        flex-direction: column;
        padding: 2vh 0;
        gap: 4vh;
    }
    .projects .img-overlay{
        width: 100%;
    }
    .projects .img-overlay img{
        width: 100%;
    }

}
@media (max-width: 480px) {
    .project-container{
        padding: 5vh 10px;
    }
    .projects{
        padding: 2vh 0;
        gap: 4vh;
    }
    .img-text{
      font-size: 2rem;
    }
}

/* Project Section css end */
/* service css */

  #services {
    height: fit-content;
    width: 90%;
    margin: auto;
    display: grid;
    place-items: center;
    padding: 8vh 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row h1{
    padding-bottom: 5vh;
  }
  .column {
    width: 100%;
    padding: 2rem 1rem;
  }
  .card {
    width: 100%;
    height: 100%;
    padding:3rem;
    background: linear-gradient(#ffffff 50%, var(--secondary-color) 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 15px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.5s;
  }
  h3 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
  }
  p {
    color: #575a7b;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .card ul li{
    list-style: circle;
    color: #343547;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 4px;
    margin-left: 15px;
  }
  .icon-wrapper {
    background-color: var(--secondary-color);
    position: relative;
    font-size: 30px;
    height: 2em;
    width: 2em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
  }
  .card:hover {
    background-position: 0 100%;
  }
  .card:hover .icon-wrapper {
    background-color: #ffffff;
    color: var(--secondary-color);
  }
  .card:hover h3 {
    color: #ffffff;
  }
  .card:hover p {
    color: #f0f0f0;
  }
  .card:hover li {
    color: #f0f0f0;
  }
  @media only screen and (max-width: 768px){
    #services {
        width: 94%;
        padding: 5vh 0;
      }
  }
  @media screen and (min-width: 768px) {
    section {
      padding: 0 2em;
    }
    .column {
      flex: 0 50%;
      max-width: 50%;
    }
  }
  @media screen and (min-width: 992px) {
    section {
      padding: 1em 3em;
    }
    .column {
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
/* service css end */
/* Testimonials css */
.testimonials{
    width: 95%;
    margin: auto;
    border-radius: 30px;
    padding: 65px auto;
    text-align: center;
    background: var(--secondary-color);
    padding: 30px 0;
}
.testimonial-text h1{
    color: #fff;
    margin-top: 5vh;
}
.testimonials h2{
    font-size: 35px;
    margin-bottom: 4rem;
}
.testimonial-slider{
    max-width: 90%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.testimonial-slider .wraper{
    background: rgb(41, 41, 41);
    padding: 10px 10px;
    border-radius: 20px;
    color: #fff;
}

.testimonial-slider .wraper .box p{
    font-size: 16px;
    padding: 10px 0;
    color: var(--text-color);
}
.testimonial-slider .wraper .box{
    border: 1px solid rgb(155, 155, 155);
    border-radius: 20px;
    padding: 20px;
}
.testimonial-slider .wraper .box h3{
    font-size: 16px;
    color: #fff;
}
.testimonial-slider .wraper .box span{
    font-size: 14px;
}
.testimonial-slider img{
   width: 100px;
}
@media only screen and (max-width: 768px){
    .testimonial-slider{
        flex-direction: column;
        max-width: 95%;
    }
    .testimonials h2{
        font-size: 30px;
    }
}

/* Testimonials css end */
/* Last Section Css */
.last-sec{
    background: url(./images/bg-grid.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5vh 0;
}
.last-sec div{
    width: 68%;
    margin: auto;
}
.last-sec h3{
    font-size: 6.5rem;
    font-family: 'Exo';
    font-weight: bold;
    text-align: center;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px){
    .last-sec{
        padding: 5vh 0;
    }
    .last-sec div{
        width: 95%;
    }
    .last-sec h3{
        font-size: 4.2rem;
    }
}
/* Last Section Css end */
/* Footer css */
#moving-div {
    padding: 7rem 0 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: flex;
    
}

#moving-div .move {
    display: flex;
    animation-name: mobe;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#moving-div .move p {
    font-size: 13rem;
    font-weight: 700;
    font-family: 'Exo';
    text-transform: uppercase;
}
.border{
    color: transparent;
    -webkit-text-stroke: 3px #fff;
}
#moving-div .move .noborder{
    color: #fff;
}

@keyframes mobe {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

}
.footerp{
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 2rem 0;
}
.footer-content{
    display: flex;
    justify-content:space-around;
}
.content1 p{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: var(--text-color);
    padding-bottom: 20px;
}
.content1 div{
    height: 1px;
    width: 40vw;
    background: rgb(206, 205, 205);
}
.content1 h3{
    font-size: 4rem;
    color: #fff;
}
.content2 p{
    color: rgb(206, 205, 205);
    font-size: 18px;
}
@media only screen and (max-width: 768px){
    #moving-div .move p {
        font-size: 7rem;
    }
    .footer-content{
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
    .content1 p{
        padding-bottom: 20px;
    }
    .content1 div{
        width: 70vw;
    }
    .content2 p{
        font-size: 18px;
    }

}