:root {
    --primary-color: #F58327;
    --secondary-color: ;
    --black-dark-color: #0A0A0A;
    --white-color: #FFF;
    --font-light-color: #e4e4e4;
    --white-light-color: #c1c1c1;
    --black-light-color: #5e5e5e;
}

* {
    scrollbar-width: none;
    scroll-behavior: smooth;
    color: #fff;
    font-family: Unbounded;
}

a {
    text-decoration: none;
    
}

body {
    background-color: #0A0A0A;
    background-image: url(/assets/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.act_effect:active{
    scale: calc(0.98);
  }

  .slideRight{
    animation: slideRight 2s ease forwards;
  }

  .slideLeft{
    animation: slideLeft 2s ease forwards;
  }

  .slideTop{
    animation: slideTop 2s ease forwards;
  }

  .slideBottom{
    animation: slideBottom 2s ease forwards ;
  }

  @keyframes slideRight {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes slideLeft {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
    
  }

  @keyframes slideTop {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes slideBottom {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

#menuBtn {
    padding: 10px ;
    transition: background-color 0.3s ease;
}

#menuBtn:hover {
    background-color: #505050b0;
    
}

.nav-link {
    padding: 10px 16px;
    transition: background-color 0.3s ease, border-radius 0.3s;
    /* border-radius: 3rem; */
    
}

.nav-link:hover {
    transition: 0.8s ease-in-out;
    background-color: #4242421f;
    border-radius: 3rem;
}

.nav-link:focus {
    font-weight: bold;
    color: var(--primary-color);
    background-color: #4242428e;
    border-radius: 3rem;
} 

.focused{
    font-weight: bold;
    color: var(--primary-color);
    background-color: #4242428e;
    border-radius: 3rem;
} 

.nav-link-new {
    padding: 20px 100px;
    font-size: 14px;
    transition: background-color 0.3s ease, border-radius 0.3s;
    /* border-radius: 3rem; */
    
}

#contactBtn:hover, #moreServices:hover, #moreProjects:hover, #moreReviews:hover, #moreBlogs:hover {
    transition: 1s ease-in-out;
    gap: 4px;
}

.marquee {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    font-size: 8rem;
    font-weight: bold;
    animation: marquee 12s linear infinite;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media(max-width: 809px) {
    .marquee {
        font-size: 3rem;
    }
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.brands-marquee-right{
    animation: marqueeRight 20s linear infinite;
}

@keyframes marqueeRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

#topArea {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent 20%, var(--primary-color) 70%, var(--primary-color) 10%);
}

#topImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
   
}

#topImg div {
    background: linear-gradient(to bottom, transparent 10%, var(--black-dark-color) 80%, var(--black-dark-color) 10%);
}

#services #service {
    background: #232323a3  ;
}

 .icon {
    background-color: #2d2d2d;
    color: var(--primary-color);
}

.extra{
    margin-top:1060px ;
}

@media (min-width: 1610px) and (max-width: 1900px) {
    .extra {
        margin-top: 1180px;
    }
}

@media (min-width: 1900px) and (max-width: 2100px) {
    .extra {
        margin-top: 1280px;
    }
}

#brands div {
    background: #252525;
}

.brands-marquee {
    animation: marquee 20s linear infinite;
}

#box1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

#brandsContent {
    background-image: url(/assets/xOz91BrLMifZXksr8HqpgNMqqEc.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:unset;
    background-size: cover;
}

#brandsContent div #content div span {
    display: flex;
    gap: 10px;
    padding: 14px 20px;
    background-color: #3737378f;
    border-radius: 3rem;
    

}

#content div div #icon{
    background-color: #2d2d2d53;
    padding: 16px;
    font-size: 1rem;
}

.testimonial-marquee{
    animation: marqueeY 20s linear infinite;
}


@keyframes marqueeY {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(-100%);
    }
}

#Specialities .box2 {
    background-image: url(/assets/tpbW8SIi5ra8nVMEwdsyHi8dw.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 520px ;
}

#Specialities .box3 {
    background-image: url(/assets/QHwiFG8CdFS1wdIHWtWHvAuzLAM.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.floating-item {
    position: absolute;
    min-width: 140px;
    padding: 10px 15px;
    background-color: rgba(255, 102, 0, 0.9);
    color: var(--black-dark-color);
    border-radius: 25px;
    font-size: 14px;
    font-weight: semibold;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.floating-item img {
    width: 16px;
    height: 16px;
}

#blog1 {
    background-image: url(/assets/VIY2nmzhXoXigLAK0DneRY7cQ.avif);
}

#blog2 {
    background-image: url(/assets/4IZkEUG1a1O5WRstoVVMzdaZU.avif);
}

#blog3 {
    background-image: url(/assets/sBzcBk36MczrOlpCSscSsQ4yqZQ.avif);
}

#blog4 {
    background-image: url(/assets/KWSAZmsggvcmv0sNXzbmOcqWSE.avif);
}

#blog5{
    background-image: url(/assets/gqz8FADLlpWSUuAZgHMFJJRZAU.avif);
}

#blog6 {
    background-image: url(/assets/m5Mu3sHUsWYu7bsPOSkJSsH4.avif);
}

#blog1, #blog2, #blog3, #blog4, #blog5, #blog6{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.faq-item {
    background-color: #22222262;
    margin: 10px 0;
    padding: 25px 30px;
    border-radius: 1rem;
    cursor: pointer;
    transition: 0.3s;
}

.faq-item h3{
    color: var(--white-color);
    font-size: 14px;
}

.faq-item:hover {
    background-color: #333;
    padding: 20px;
}
.faq-answer {
    display: none;
    flex-wrap: wrap;
    padding-top: 10px;
    color: var(--white-light-color);
    font-size: 14px;
}
.faq-item.active .faq-answer {
    display: block;
}

.toggle {
    background: var(--primary-color);
    border: none;
    color: black;
    width: 30px;
    height: 30px;
    border-radius: 12px;
    font-size: 18px;
    cursor: pointer;
} 

#contact div span {
    font-size: 10rem; 

}

.media-icons:hover {
    background: var(--primary-color);
    transition: 1s ease-in-out;
}

#contactHeader{
    background: #23232362  ;
}

#contactHeader #detail{
    padding: 24px;
    border-radius: 2rem;
    background: #23232367;
    color: var(--primary-color);
    display: flex;
    gap: 24px;
}

@media(max-width: 809px) {
    #contactHeader #detail {
        font-size: 14px ;
    }
}

#reviews > div {
    background: #23232356  ;
}

.circle {
    width: 100%;
    height: 100%;
    position: relative;
}

.component {
    position: absolute;
    padding: 10px;
    background-color: var(--primary-color);
    color: var(--black-dark-color);
    text-wrap: nowrap;
    border-radius: 1rem;
    cursor: grab;
    user-select: none; 
}

#aboutTop div{
    background-image: url(assets/oxuRg8FbESc0Cw7B8qGzTfvqJI.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 480px;
}


@media(max-width: 809px) {
    #aboutTop div {
        height: 280px;
    }
}

.hover_effect:hover{
    scale: calc(0.98);
    transition: 0.4s;
  }


.media-icons{
    background-color: #2d2d2d53;
    padding: 16px;
    cursor: pointer;
    border: 1px solid #75757580;
}

/* .float{
    animation: float 2s ease infinite ;
  }

  @keyframes float {
    0% {
      transform: translateY(-10px);
    }
    50%{
        transform: translateY(-20px);
    }
    100% {
      transform: translateY(-10px);
    }
    0% {
        transform: translateY(20px);
      }
  }

  .floatEnd{
    animation: floatEnd 2s ease infinite ;
  }

  @keyframes floatEnd {
    0% {
      transform: translateY(20px);
    }
    50%{
        transform: translateY(-10px);
    }
    100% {
      transform: translateY(-20px);
    }
    0% {
        transform: translateY(-10px);
      }
  } */



  .float {
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.floatEnd {
    animation: floatEnd 3s ease-in-out infinite;
}

@keyframes floatEnd {
    0% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(20px);
    }
}

