@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Changa:wght@200;300;400;500;600;700;800&family=Michroma&family=Poppins:wght@400;500&family=Raleway:ital,wght@0,300;0,500;1,300&family=Roboto:wght@300;400;500&display=swap');

@font-face {
    font-family: 'Dolce Vita Heavy A Few Extra Pounds';
    font-style: normal;
    font-weight: normal;
    src: local('Dolce Vita Heavy A Few Extra Pounds'), url('../fonts/dolce_vita_heavy_bold.woff') format('woff');
}


@font-face {
    font-family: 'Dolce Vita Quite Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Dolce Vita Quite Regular'), url('../fonts/dolce_vita.woff') format('woff');
}


@font-face {
    font-family: 'Dolce Vita Light Super Light';
    font-style: normal;
    font-weight: normal;
    src: local('Dolce Vita Light Super Light'), url('../fonts/dolce_vita_light.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;

}

a:hover{
    color: #ffee00 ;

  }

:root {
    --color-text-main: #f1f1f1;
    --color-text-secound: #d5d5d5;
    --maincolor: #f1f1f1;
    --primarycolor: #2e2c2c;
    --textblack: #1c1c1c;
    --yellowlight: #ffb300;
    --changFont: 'Gothic Arabic Light', sans-serif;
    --ralewayFont: 'Raleway', sans-serif;
    --dolceHeavyFont: 'Dolce Vita Heavy A Few Extra Pounds';
    --dolceLightFont: 'Dolce Vita Light Super Light';
    --dolceVita: 'Dolce Vita Quite Regular';
    --mutedcolor: rgba(120, 133, 143, 1);
    --headline-h5-font-family: "Roboto-Medium", Helvetica;
    --headline-h5-font-weight: 500;
    --headline-h5-font-size: 20px;
    --headline-h5-letter-spacing: 0px;
    --headline-h5-line-height: normal;
    --headline-h5-font-style: normal;
}



body {
    background: url('../images/black2.jpg');
    background-repeat: repeat-y;

}

.main {
    font-weight: 300;
}

.main-content h1 {
    color: #f1f1f1;
    font-size: 3rem;
    font-weight: 100;

}

.main-content p {
    color: #bcbcbc;
    font-weight: 300;
}

.main-content img {
    width: 100%;
}

.main .col-lg-4 .p-3 {
    height: fit-content;
    background-color: #4d4d4d;
    border-radius: 20px;
    color: #f1f1f1;

}

.custom-button:hover {
    color: #FFBE00;
    border-color: #FFBE00;
    transition: all 0.6s linear;
}

.custom-button {
    border: 1px;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    text-align: left;
    background-color: transparent;
    height: fit-content;
    padding: 10px 10px;
    color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    transition: all 0.6s linear;
    border-radius: 10px;

}



.custom-button span {
    margin: auto 0;
}

.custom-button i {
    border: 1px solid #f1f1f1;
    padding: 8px 10px;
    border-radius: 50%;
}

.border-none {
    border: 0px solid #f1f1f1;
    padding: 8px 10px;
    border-radius: 50%;
}


.custom-button-details {
    width: fit-content;
    border: 1px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    text-align: center;
    background-color: transparent;
    height: fit-content;
    color: #f1f1f1;
    border-radius: 10px;
    transition: all 0.6s linear;
    border-radius: 10px;
}

.custom-button-details:hover {
    color: #FFBE00;
    border-color: #FFBE00;
    transition: all 0.6s linear;
}

.custom-button-details span {
    margin: auto 0;
}

.custom-button-details i {
    border: 1px solid #f1f1f1;
    padding: 8px 10px;
    border-radius: 50%;
}


.r-45 {
    transform: rotate(45deg);
}

.r-90 {
    transform: rotate(90deg);
}

.r-135 {
    transform: rotate(135deg);
}

.r-180 {
    transform: rotate(180deg);
}

.r-225 {
    transform: rotate(225deg);
}

.r-270 {
    transform: rotate(270deg);
}

.main .col-lg-6 .p-3,
.main .col-md-6 .p-3 {
    height: 100%;
    background-color: rgb(155 155 155 / 23%);
    border-radius: 20px;

}


.hor-img {
    width: 50%;
    padding: 0 5px;
}

.hor {
    padding: 4px 0;

}

.ver {
    width: 50%;

}

.c-text-main {
    color: var(--color-text-main);
}

.title {
    padding: 10px;
    background: rgb(155 155 155 / 23%);
    color: var(--color-text-main);
    border-radius: 10px;
}

.title h4 {
    margin: 0;
}

.c-text-secound {
    color: var(--color-text-secound);
}

.c-text-black {
    color: var(--textblack);
}


.before .col-md-2 {
    writing-mode: vertical-lr;
    background: #4d4d4d;
    border-radius: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.after .col-md-2 {
    writing-mode: vertical-lr;
    background: #4d4d4d;
    border-radius: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;


}

#mainbutton {
    background: rgb(155 155 155 / 23%) !important;
}


.after .col-md-2 h3 {
    transform: rotate(180deg);
}


.cources-btn-container {
    height: 100%;
    background-color: #5B5B5B;
    border-radius: 20px;
}

.page-footer {
    background: url('../images/whitebg.png');

}


.page-footer h1 {
    font-family: var(--dolceVita);
    letter-spacing: 5px;
    font-size: 2rem;
    color: #1c1c1c;
}

.page-footer a {
    text-transform: lowercase;
    text-decoration: none;
    font-size: larger;
    color: var(--textblack);
}
.page-footer a:hover {
    color: #1c1c1c;
}

.contact-us {
    color: var(--color-text-main);
}

.bg-main {
    background-color: rgb(155 155 155 / 23%);
    border-radius: 10px;
}



.radius-7 {
    border-radius: 7%;
}

hr {
    margin: 0;
}

.custom-employee-id {
    backdrop-filter: blur(10px) opacity(0) brightness(60%);
    -webkit-backdrop-filter: blur(10px) opacity(0) brightness(60%);

}

.text-dec-none {
    text-decoration: none;
}

.font-dolce {
    font-family: 'Dolce Vita Quite Regular';
    letter-spacing: .1rem;
}

.who-we-are a {
    text-decoration: none;
    border: 1px solid #f1f1f1;
    border-radius: 25%;
    padding: 3px 6px;
    margin: 2px;
}

.bxuu{
    z-index: 900;
    
}
.bxuu a{
    color: rgba(255,255,255,1);
}

.who-we-are a:hover {
    color: #FFBE00;
    border-color: #FFBE00;
}

.bg-blur {
    background-color: rgb(155 155 155 / 23%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.custom-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}


.ourproject-button:hover {
    color: #FFBE00;
    border-color: #FFBE00;
    transition: all 0.6s linear;
}



.ourproject-button {
    border: 1px;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    text-align: left;
    background-color: transparent;
    height: fit-content;
    padding: 10px 10px;
    color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    transition: all 0.6s linear;
    border-radius: 10px;
}

.ourproject-button span {
    margin: auto 0;
}

.ourproject-button i {
    border: 0px solid #f1f1f1;
    padding: 8px 10px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .flex-sm-column {
        flex-direction: column !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }
}

.my-cards h5 {
    background-color: rgba(96, 95, 95, 0.6);
    color: var(--color-text-main);
    text-align: center;
    border-radius: 12px;
}

.slider-button:hover {
    color: #FFBE00;
    border-color: #FFBE00;
    transition: all 0.6s linear;
}

.slider-button {
    border: 1px;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    text-align: left;
    background-color: rgb(95 95 95 / 60%);
    height: fit-content;
    padding: 10px 10px;
    color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    transition: all 0.6s linear;
    border-radius: 10px;
    width: 100%;
}

.slider-button span {
    margin: auto 0;
}

.slider-button i {
    border: 0px solid #f1f1f1;
    padding: 8px 10px;
    border-radius: 50%;
}



.prev-three {
    transform-style: preserve-3d;
    perspective: 6000px;
}

.card-text {
    transform: translateZ(20px);
}



/* loader */

.loader-6 {
    height: 120px;
    width: 120px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-container {
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    position: fixed;
    z-index: 1020;
    top: 0%;
}

.logogif {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%) scale(.5);
}

.loader-6 .circle {

    width: 20px;
    height: 20px;
    background: #f1f1f1;
    border-radius: 50%;
    margin: -12.5px;
    -webkit-animation: mesh 3s ease-in-out infinite;
    animation: mesh 3s ease-in-out infinite -1.5s;
}

.loader-6>div .circle:last-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loader-6>div {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader-6>div:last-child {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@-webkit-keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50.00001% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50.00001% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* search bar */





/*slider */


/*
a {
    text-decoration: none;
}

input {
    display: none;
} */

.my-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 200px;
    display: flex;
    transform-style: preserve-3d;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.my-cards {
    position: relative;
    height: 400px;
    width: fit-content;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.my-cards label {

    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.55s ease;
}

.my-cards .card {
    position: relative;
    background-color: transparent;
    border-radius: 10px;
    padding: 30px 35px;
    height: 200px;
    width: 200px;
    background-size: cover;
}

/* mobile */
.s-menu{
    background-color: #151515f2;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: fit-content;
    left: -80%;
    border-radius: 10px;
    z-index: 9;
}
.mobile-nav div a{
    color:#f1f1f1;
    text-decoration:none;
}
.s-menu.active{
left: 30%;
}
.s-menu a{
    color: #f1f1f1;
    text-decoration: none;
}
.mobile-nav{
    z-index: 10;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #272727e3;
    display: flex;
    width: 100%;
    height: 71px;
    color: #f1f1f1;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
}
.c-trans{
    transform: translateY(8px);
}
.mobile-nav div{
    margin: auto 0;
}
.circle-logo-mobile{

    width: 60px;
    height: 60px;
    margin: auto 0;

}

#s1:checked~.my-cards #slide4,
#s2:checked~.my-cards #slide5,
#s3:checked~.my-cards #slide1,
#s4:checked~.my-cards #slide2,
#s5:checked~.my-cards #slide3 {
    /* box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 45%); */
    transform: translate3d(-120%, 0, -300px);
    --current-color1: #ECEAED;
    --current-color2: #404457;
}

#s1:checked~.my-cards #slide5,
#s2:checked~.my-cards #slide1,
#s3:checked~.my-cards #slide2,
#s4:checked~.my-cards #slide3,
#s5:checked~.my-cards #slide4 {
    /* box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 45%); */
    transform: translate3d(-85%, 0, -150px);
    --current-color1: #ECEAED;
    --current-color2: #404457;
}

#s1:checked~.my-cards #slide1,
#s2:checked~.my-cards #slide2,
#s3:checked~.my-cards #slide3,
#s4:checked~.my-cards #slide4,
#s5:checked~.my-cards #slide5 {
    /* box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 50%); */
    transform: translate3d(-50%, 0, 0);
    --current-color1: #fad00c;
    --current-color2: #ECEAED;
}

#s1:checked~.my-cards #slide2,
#s2:checked~.my-cards #slide3,
#s3:checked~.my-cards #slide4,
#s4:checked~.my-cards #slide5,
#s5:checked~.my-cards #slide1 {
    /* box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 45%); */
    transform: translate3d(-15%, 0, -150px);
    --current-color1: #ECEAED;
    --current-color2: #404457;
}

#s1:checked~.my-cards #slide3,
#s2:checked~.my-cards #slide4,
#s3:checked~.my-cards #slide5,
#s4:checked~.my-cards #slide1,
#s5:checked~.my-cards #slide2 {
    /* box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 45%); */
    transform: translate3d(20%, 0, -300px);
    --current-color1: #ECEAED;
    --current-color2: #404457;
}



@media (min-width: 576px) {
    .my-container {
        max-height: 600px;
    }

    .my-cards .card {
        position: relative;
        background-color: transparent;
        border-radius: 10px;
        padding: 30px 35px;
        height: 400px;
        width: 400px;
        background-size: cover;
    }
}




/*  */

.mnewrow {
    height: 100%;
}

.mnew {
    overflow: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mnew a {
    text-decoration: none;
    color: #1c1c1c;
}

.mnew h5:hover {
    letter-spacing: 4px;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mnew h5 {
    letter-spacing: 2px;
    line-height: normal;
    color: #272727;
    font-size: 1.5rem;
    font-family: 'Dolce Vita Quite Regular';
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}


@media (max-width: 960px) {
    .mnew {
        justify-content: flex-start;
    }
}

#musicbar {
    display: block
}



h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #a8a8a8;
    text-transform:capitalize ;
    font-size: 20px;
  }
  h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform:capitalize ;
    font-size: 20px;
  }
  .h-divider{
    background-color: #ffffff;
    width: 2px;
  }

  h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform:capitalize ;
    line-height: 1.7rem;
  }

  h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #a8a8a8;
    text-transform:capitalize ;
  }
  .detail-img{
    height: 75px;
  }
  .main-content p{
    font-family: 'Poppins', sans-serif;
  }

  .social-med{
    height: 40px;
  }

  .elvat-container{
    background-color: rgb(105 105 105 / 80%);
    border-radius: 25px;
  }
  .elvat-container-menu{
    background-color: rgb(105 105 105 / 80%);
    border-radius: 25px;
  }


  .work-id h1,h2,h3,h4,h5,h6{
    color: #f1f1f1;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
  }
  .work-id {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px #cee002 solid;
    border-radius: 15px;
    width: fit-content;
  }

  .work-id p{
    font-size: 2.6em;
    color: #f1f1f1;
    text-align: center;
    height: fit-content;
    display: contents;
  }

  .social-container{
    display: flex;
    justify-content: space-evenly;
  }

  .social-media-icons{
    color: #f1f1f1;
    display: flex;
    justify-content: left;
    gap: 20px;
  }


  .social-media-icons i{
    line-height: 1 !important;
  }

  #dynamic-gallery-demo{
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px;
  }

  .experience-box{
    position: relative;
      white-space: nowrap;
      margin: 6rem 0;
  }

  .experience-border{
    display: inline-block;
      vertical-align: middle;
      width: 12.15rem;
      height: 12.15rem;
      border: 0.357rem solid #ffee00;
  }
  .experience-content {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 5rem;
    top: 0.2rem;
  }

  .experience-number{
    display: inline-block;
      vertical-align: middle;
      font-size: 7.142rem;
      line-height: 1;
      font-weight: 600;
      color: #fff;
  }
  .experience-content-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .experience-style{
    color: #d4d4d4;
    font-size: 2rem;
  }
  .dots-image {
    display: inline-block;
    position: relative;
  }
  .dots-image img {
    display: block;
    position: relative;
    z-index: 1;
  }
  .dots-image .dots {
    position: absolute;
    left: -20%;
    bottom: -15%;
    width: 101%;
    height: 57.2%;
    background: url(../img/dots.png) 0 0 repeat;
  }

  .section-subtitle {
    display: inline-block;
    font-weight: 500;
    font-size: 1.142rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffee00;
    margin-bottom: 1rem;
  }


  .bg-dots{
    background: url(../img/dots2.png) 0 0 repeat;
  }

  .section {
    padding: 10.28rem 0;
  }
  .call-us{
    display: block;
  }

  .call-us a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border: 0;
    transition: all 0.4s ;
    padding: 5px;
    border-radius: 5px;
  }
  .call-us a:hover{
    border: 1px #f1f1f1 solid;
    transition: all 0.4s ;
  }
  .call-us .call-us-text{
    color: #f1f1f1;
    letter-spacing: 2px;
    font-size: 1rem;
  }
  .call-us .call-us-number{
    color: #ccc;
    font-size: .8rem;
  }

  /* swiper Styles */

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

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

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



  .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 80vh;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    max-height: 10rem;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

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


  .cos{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  }



  .main-content p {
    color: #7e7e7e;
    font-family: 'Poppins', sans-serif;;
    letter-spacing: 1.5px;
  }


  #dynamic-gallery-demo{
    background: #504f4f;
      border: 1px solid;
  }

  .h-divider{
    background-color: #ccc;
    width: 2px;
    margin: 0 5px;
  }



  .header-social-container a{
    color: #f1f1f1;
    text-decoration: none;
    margin:  auto 15px;
  }
  .header-social-container a:hover {
    color: #ffee00;
  }

  /* nav bar */



  nav{
      background-color: #272727;
      position: fixed;
      height: 100%;
      right: 0%;
      width: 400px;
      top: 0%;
      border-left: 2px  #f1f1f1 solid;
  }
  nav a{
    color: #f1f1f1;
    margin: 12px auto;
    text-decoration: none;

  }
  .navbar-links a{
  font-size: 1.4rem;
  }

  .toogle{
    position: fixed;
    transform: translateX(100%);
    transition: all .6s ease-in-out;
    z-index: 1010;
  }
  .toogle.active {
    transform: translateX(0%);
    transition: all .6s ease-in-out;
  }
  .mynavbar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;

  }
  .navbar-links{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    overflow-y: hidden;
  }
  .navbar-brand{
    color: #f1f1f1;
  }

  #lottie-container{
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #f1f1f1;
    padding: 10px;
  }
  #lottie-container path{
      stroke: #f1f1f1;
  }
  #lottie-container:hover path{
    stroke: #ffee00;
  }

  #close-lottie-container {
    width: 40px;
    height: 40px;
    color: #f1f1f1;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
  }
  #close-lottie-container path{
    stroke: #f1f1f1;
  }
  #close-lottie-container:hover path{
    stroke: #ffee00;
  }
  .navbar-mybrand{
    width: 100%;
    color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .navbar-mybrand img{
    width: 7rem;
  }
  .navbar-mybrand span{
    font-family: 'Poppins', sans-serif;
  }

  .brands{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .brands i {
    line-height: normal;
  }

.hide{
    display: none !important;
}



  /* Header */

  .main-header strong{
  color: #f1f1f1;
  font-size: 1rem;
  margin: auto;
  font-family: 'Poppins', sans-serif;
  }
  .main-header img{
    height: 5rem;
  }
  .main-header{
    position: sticky;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 6rem;
    background-color: #272727;
    margin: 0;
    border-radius: 0;
    padding: 0 .5rem;
    justify-content: space-between;
    align-items: center;
  }

  .header-search-bar{
    width: 250px;
    height: fit-content;
    position: fixed;
    z-index: 15;
    top: 12%;
    left: -50%;
    transform: translateX(-50%);
    transition: all 0.6s;
  }

  .header-search-bar.active{
    left: 30%;
  }

  .splide__slide{
    width: fit-content !important;
  }
  .section-clients  .splide .slide-container {
    width: fit-content;
    background-color: rgb(10 10 10 / 55%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
    backdrop-filter: blur(5px);

}


.slide-container .slide-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.slide-content-container span{
    color: #a8a8a8;
}

  /* animating */


  .navbar-links.active {

    animation:  show-from-bottom .8s forwards .1s ;
  }

  .navbar-mybrand.active{
    animation:  show-from-bottom .8s forwards .2s ;
  }

  .project-action-container {
    position: fixed;
    width: fit-content;
    height: fit-content;
    left: 10%;
    background: #8080809c;
    bottom: 10%;
    z-index: 100;
    border-radius: 10px;
  }


  .slider-image-form-container{
    width: 300px;
    height: fit-content;
    background: #ffffff;
    border: 1px #1c1c1c solid;
    border-radius: 12px;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: -50%;
    z-index: 101;
    transform: translate(-50%);
    transition: all .5s ease-in-out;
  }

  .slider-image-form-container.active{
    top: 25%;
    z-index: 100;
    transition: all .5s ease-in-out;
  }

  .slider-image-form-container h6{
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
  }

  .slider-image-form-container label{
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
  }
.slider-action-container{
    position: absolute;
    left: 2%;
    bottom: 2%;
    width: fit-content;
    height: fit-content;
    background: #504f4f;
    border-radius: 12px;
    border: #ffffff 1px solid;
}
#open-add-slider{
    position: absolute;
    top: 2%;
    right: 2%;
    background: #504f4f;
    border: 1px solid;
    z-index: 100;
    cursor: pointer;
}

  #close-add-slider{
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    cursor: pointer;
  }
  .edit-slider-image-form-container h6{
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
  }




  .edit-slider-image-form-container{
    width: 300px;
    height: fit-content;
    background: #ffffff;
    border: 1px #1c1c1c solid;
    border-radius: 12px;
    padding: 10px;
    position: fixed;
    left: 50%;
    bottom: -50%;
    z-index: 101;
    transform: translate(-50%);
    transition: all .5s ease-in-out;
  }

  .edit-slider-image-form-container.active{
    bottom: 25%;
    z-index: 100;
    transition: all .5s ease-in-out;
  }


  #close-edit-slider{
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    cursor: pointer;
  }

.my-form-container label{
    color: #f1f1f1;
}

.my-form-container{
    background: #7d7d7d8a;
    border-radius: 10px;

}

  @keyframes show-from-bottom {
    from {
      opacity: 0;
      transform: translateY(20%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }






@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */

    nav{
      width: 100%;
  }
  


  }
  @media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    nav{
      width: 500px;
  }

  }
  @media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    #lottie-container{
      display: none;
    } }

    .main-header{
        display: flex;
    }
    .mobile-nav{
        display: none;
    }
  @media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */


  }
  @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
  @media (min-width:1281px) { /* hi-res laptops and desktops */ }




  /* ###########################################33 */






  @media (max-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */



  }
  @media (max-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
.bxuu{
     display: none;
  }
  }
  @media (max-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

    .header-social-container{
      display: none;
    }
    .call-us {
      display: none;
  }
  .main-header{
    display: none;
}
.mobile-nav{
    display: flex;
}


  }
  @media (max-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */



  }
  @media (max-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
  @media (max-width:1281px) { /* hi-res laptops and desktops */ }

