/* ---- reset ---- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    font-family: "Poppins", serif;
    text-decoration: none;
    list-style: none;
}
body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}



canvas {
    display: block;
    vertical-align: bottom;
}

:root{
    --black:black;
    --black-light:rgba(0, 0, 0, 0.13);
    --primary-color:#eee8aa;
    --primary-pink:#ff91fb;
    --primary-dark-yellow:#ffdb67;
    --primary-blue:#00ffff;
    --primary-green:#00fe9c;
    --primary-orange:#fdbb2e;
    --primary-red:rgb(220, 132, 132);
    --primary-grey:rgb(171, 156, 156);
    --primary-coral:rgb(240, 148, 114);
    
}

/* ---- particles.js container ---- */
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

}



.header img {
    max-width: 100%;
    z-index: 1;
}
img, svg {
    vertical-align: middle;
}

.header {
    padding: 20px 20px;
    width: 100%;
    z-index: 50;
    left: 0;
    right: 0;
    position: sticky;
    top: 0;
    background-color: #eee8aa;
}

.ri-menu-line{
    font-size: 30px;
}

/* @media (min-width: 1200px) {
    .navigation {
        position: fixed;
        top: 100px;
        right: 0;
        display: block;
        transform: translateX(0);
    }
} */

.navigation {
    
    /* width: 300px; */
    padding: 0;
    position: fixed;
    top: 100px;
    right: 0px;
    left: calc((100% - 1680px) / 2 + 1290px);
    width: 360px;

 
}

.navigation ul{
    width: 300px;
    border-left: 2px solid grey;
    cursor: pointer;
}
section {
    display: block;
    unicode-bidi: isolate;
}

.nav-link {
    display: block;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navigation ul li>a span {
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin-right: 10px;
}

a{
    text-decoration: none;
}

.navigation ul li > a {
    color: rgb(var(--black));
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
}

.dec-text{
    position: relative;
    padding: 3px 10px;
    
   
}


.dec-text a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: black;
    opacity: 0.15;
    transition: all 0.7s linear;
} 

.active{
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.15);
    transition: all 0.7s linear;
}

.dec-text a:not(.active):hover::after{
    width: 100%;   
}

.hero{
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.hero-content{
    padding: 60px 0;
    font-size: 40px;
    color: black;
    
    
}

.ml-70{
    margin-left: 70px;
}

.animatedText {
    color: black;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 80px;
    padding: 0;
    border-right: 10px solid #000000;
    font-weight: 600;
}

.gayab {
    font-size: 80px;
    visibility: hidden;
}

.description {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.work-btn{
    padding: 12px 24px;
    color: white;
    background-color: #000000;
    border: none;
    border-radius: 20px;
}

.contact-btn{
    padding: 12px 24px;
    color: #000000;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 20px;

}
.contact-btn:hover{
    padding: 12px 24px;
    color: #000000;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 20px;

}

.work-btn:hover{
    padding: 12px 24px;
    color: white;
    background-color: #000000;
    border: none;
    border-radius: 20px;
}

@media (min-width: 1400px) {
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.img-wrapper {
    max-height: 416px;
    max-width:  416px;
   position: relative;
   
}




.waves-top{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.waves-top span {
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50% !important;
    border-top: 1px solid black;
    animation:round-1 2.1s linear infinite;
}

.waves-bottom{
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.waves-bottom span {
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50% !important;
    border-bottom: 1px solid black;
    animation:round-2 2.1s linear infinite;
}


@keyframes round-1 {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    
    100% {
        transform: translateY(-4rem);
        opacity: 0;
    }
    
}

@keyframes round-2 {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    
    100% {
        transform: translateY(4rem);
        opacity: 0;
    }
    
}



.hero-img{
    border: 2px solid black;
}
.waves-top span:nth-child(2) {
    animation-delay: .5s;
}
.waves-top span:nth-child(3) {
    animation-delay: 1s;
}
.waves-top span:nth-child(4) {
    animation-delay: 1.5s;
}

.waves-bottom span:nth-child(2) {
    animation-delay: .5s;
}
.waves-bottom span:nth-child(3) {
    animation-delay: 1s;
}
.waves-bottom span:nth-child(4) {
    animation-delay: 1.5s;
}

.next-chapter{
    padding-top: 80px;
}

.page{
    color: rgba(0, 0, 0, .5);
    letter-spacing: -1px;
    font-size: 18px;
}

.next{
    color: black;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
}

.icon i{
    font-size: 24px;
    color: #000000;
    animation:updown 1s cubic-bezier(.36,.61,.97,.55) infinite;
    display: block;

}

@keyframes updown{

    0% {
        transform: translateY(0px);
      
    }
    
    100% {
        transform: translateY(10px);
    }
    
}

.about{
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.c-pointer {
    cursor: pointer;
}

.about .section-title-overlay-text {
    top: -50px;
}

.section-title-overlay-text {
    font-size: 100px;
}

.section-title-overlay-text {
    color: rgb(var(--black));
    font-family: Poppins;
    font-size: 140px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    opacity: .05;
    position: absolute;
    /* text-align: left; */
    top: 0;
    left: 0;
    font-size: 100px;
}

main {
    max-width: 1740px;
    margin: auto;
}

.section-title {
    /* padding-left: 32px; */
    padding-top: 24px;
    position: relative;
    padding-bottom: 20px;
    --height: 0;
    margin-bottom: 42px;
    border-left: 2px dashed black;
    padding-left: 30px;
    /* top: 130px; */
  
}

.section-title h4 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 500;
}

.section-title h2 {
    font-size: 80px;
}
.about .about-desc h2 {
    font-size: 40px;
}

p.desc{
    font-size: 20px;
    margin-bottom: 40px;
}

 .exp-card {
    border: 1px solid black;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}



.exp-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    transform: rotate(2.5deg);
    z-index: -1;
    transition: all 0.3s linear;
}
.exp-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    transform: rotate(-2.5deg);
    z-index: -1;
    transition: all 0.3s linear
}

.exp-card:hover::after{
    opacity: 0;
    visibility: hidden;
}
.exp-card:hover::before{
    opacity: 0;
    visibility: hidden;
}

.number{
 
    font-size: 200px;
    font-weight: 700;
    
}

.number p{
    font-size: 20px;
    font-weight: 500;

}

.contact-info p{
    font-size: 16px;
    font-weight: 500;
}
.services {
    margin-top: 60px;
    padding-bottom: 40px;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;

  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .service-card{
    padding: 40px;
    position: relative;
    border: 1px solid black;
    
  }
  .service-card::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
  }

  .service-card:hover::after{
    border: 1px solid black;
    transform: rotate(2.5deg);
  }

  .service-card::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    transition: all 0.3s linear; 

  }

  .service-card:hover::before{
    border: 1px solid black;
    transform: rotate(-2.5deg);
  }



  .number-circle {
    margin-bottom: 40px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.waves-top-sm{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.waves-top-sm span {
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50% !important;
    border-top: 1px solid black;
    animation:round-3 2.1s linear infinite;
}

.waves-bottom-sm{
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.waves-bottom-sm span {
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50% !important;
    border-bottom: 1px solid black;
    animation:round-4 2.1s linear infinite;
}


@keyframes round-3 {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    
    100% {
        transform: translateY(-1rem);
        opacity: 0;
    }
    
}

@keyframes round-4 {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    
    100% {
        transform: translateY(1rem);
        opacity: 0;
    }
    
}

.content h4{
    border-bottom: 2px solid black;
    display: inline-block;
}

.service-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-design{
    background-color: transparent;
    color: #000000;
    border-radius: 20px;
    padding: 10px 48px;
    border: 1px solid black;
    transition: all 0.3s linear;
    font-size: 18px;
    font-weight: 600;
}

.progress {
    height: 3px;
    margin-top: 8px;
    background-color: white;
    
}

.progress-bar{
    background-color: #000000;
}

.skill span{
    font-size: 16px;
}

.btn-design:hover{
    background-color: black;
    color: white;
}
.project-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 500ms;
}

.project-card::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
  }

  .project-card:hover::after{
    border: 1px solid black;
    transform: rotate(2.5deg);
  }

  .project-card::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    transition: all 0.3s linear; 

  }

  .project-card:hover::before{
    border: 1px solid black;
    transform: rotate(-2.5deg);
  }

  .card-img{
    position: relative;
    transition: all 0.3s linear;
}


.card-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
   opacity: 0;
    transition-duration: 500ms;

    
}

.arrow-inner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eee8aa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ri-arrow-right-up-line{
    font-size: 25px;
    color: #212529;
}

.project-card:hover .card-arrow{
    opacity: 1;
    scale: 1.2;
}

.project-info {
    margin-top: 32px;
}

.project-info h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: center;
    color: #212529;
}

.project-info p {
    margin-bottom: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #212529;
}

.single-project:hover .card-img{
    scale: 0.99;
}

.process-list {
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.process {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: black;
    height: 10px;
    width: 10px;
}

.circle::before{
    top: 0;
    border: 1px solid black;
    border-bottom: none;
    border-top-left-radius:216px ;
    border-top-right-radius: 216px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
}

.circle::after{
    bottom: 0;
    border: 1px dashed black;
    border-top: none;
    border-bottom-left-radius:216px ;
    border-bottom-right-radius: 216px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
}

.process p {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.circle-even::before{
    top: 0;
    border: 1px dashed black;
    border-bottom: none;
    border-top-left-radius:216px ;
    border-top-right-radius: 216px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
}

.circle-even::after{
    bottom: 0;
    border: 1px solid black;
    border-top: none;
    border-bottom-left-radius:216px ;
    border-bottom-right-radius: 216px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
}



.review-img{
    border-radius: 50%;
}

.swiper-pagination span{
    background-color: #000000;
}

.blog-card {
    background-color: rgba(255,255,255, 0.1);
    transition-duration: 300ms;
    gap: 20px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0, 0.1);
}

.details{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black-light);
}

.color-switcher {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 105;
    display: flex;
    align-items: center;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translate(200px, -50%);
  
}

.color-switcher-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    font-size: 25px;
  
    
}

.color-switcher-btn i{
    animation: rotate 3s linear infinite;

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

/* Chatbot Styles */
.chatbot {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 250px;
    background: white;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.chatbot-header {
    background: #25D366;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.chatbot-body {
    padding: 10px;
    text-align: center;
}

.chat-option {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    background: #25D366;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.chat-option:hover {
    background: #1ebea5;
}

/* Floating Button */
.chatbot-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}




.pallets {
    width: 200px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}

.color-btn {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.color-switcher.opened {
    transform: translate(0, -50%);
}

.pb-120 {
    padding-bottom: 120px;
}

.contact-item {
    gap: 24px;
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.social-icons a {
    width: 60px;
    height: 60px;
    display: flex;
        align-items: center;
        justify-content: center;
        transition-duration: 400ms;
        border-radius: 50%;
        border: 1px solid black;
        font-size: 20px;
        color: black;
}

.contact-form {
    max-width: 856px;
}

.contact-form h4, .contact-form .h4 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 80px;
}

.contact-form label {
    font-size: 20px;
    font-weight: 500;
    color: black;
}

.contact-form input, .contact-form textarea {
    margin-top: 20px;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    padding-bottom: 16px;
    width: 100%;
    border-style: none none none;
    border-image: initial;
    border-bottom: 1px solid black;
    outline: none;
}

.submit-btn{
    padding: 16px;
    background-color: transparent;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  
  
.social-profile {
display:flex;
justify-content: center;
}
.social-profile a {
color: #fff;
font-size: 14px;
font-style: italic;
margin-right: 6px;
}

.offcanvas{
    background-color: #eee8aa;
}

.offcanvas-body a{
    color: #000000;
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
}

.btn-close{
    border: 1px solid black;
    color: #000000;
    padding: 5px;
}

.ri-menu-line{
    color: black;
}

.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 30px;
  }
  .wrapper > * {
    padding: 5px 20px;
    font-size: 50px;
    font-weight: bold;
    background-color: transparent;
  }

  .pg-bar span{
    font-weight: 600;
  }

  .color-white{
    color: white;
  }

  input{
    font-size: 20px;
  }

  textarea{
    font-size: 20px;
  }

  svg{
    width: 200px;
    color: #eee8aa;
  }

  .chatbot {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 250px;
    background: white;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.chatbot-header {
    background: #25D366;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.chatbot-body {
    padding: 10px;
    text-align: center;
}

.chat-option {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    background: #25D366;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.chat-option:hover {
    background: #1ebea5;
}

/* Floating Button */
.chatbot-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

  
  







