
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: "Poppins", sans-serif;*/
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: 19px;
}
:root{
    --primary-color:#ff6b6b;
    --secondary-color:#794afa;
    --secondary-dark-color:#453c5c;
    
    --white-color:#ffffff;
    --light-bg-color:#f2f3f5;
    --light-text-color:#7c899a;
    --border-color:#e5e8ec;
    --dark-color:#0a021c;
}
/*-----------
 start header
 ------------*/
 ul{
    list-style-type: none;
   
 }
 a{
    text-decoration: none;
 }
.container{
    width: 90%;
    margin: 0 auto;
}
.container-90{
    width: 90%;
    margin: 0 auto;
}

.flex-item{
    display: flex;
}
/*--------------
 start Navigation
-------------- */
.slider-bx{
    position: relative;
}
nav{
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 200px;
    transition: 0.5s ease;
    background-color: #303030a6;
}
.menu-btn label i{
    color: #fff;
    font-size: 33px;
    display: block;
    cursor: pointer;
}
nav .brand{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
nav .brand:hover{
    color: #ff0000;
}
nav .navigation{
    position: relative;
}
nav .navigation .navigation-items a{
    position: relative;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    margin-left: 30px;
    transition: 0.3s ease;
}
nav .navigation .navigation-items a:before{
    content: '';
    position: absolute;
    background: #fff;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
}
nav .navigation .navigation-items a:hover:before{
    width: 100%;
    background: #ff0000;
}
.fixed{
    position: fixed;
    background-color: #0d6efd; 
    /* background-color: lch(6 9.4 284.7) !important; */
    z-index: 800;
    transition-duration: 1s;
	/* box-shadow:5px 0px 6px 2px gray; */ 
}
.slider-img{
    position: relative;
}
.slider-img img{
    height: 680px;
}
.slider-img::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #00000047; 
}
.slider-content{
    position: absolute;
    z-index: 100;
}
/* ------------
START About US 
--------------- */
.about-bx{
    padding: 70px 0px;
    background-color: #fff;
}
.about-bx .about-inner .about-left figure img{
    width: 100%;
    height: 400px;
    animation: border-transform 10s linear infinite alternate forwards;
}
.about-bx .about-inner{
    align-items: center;
    justify-content: space-between;
}
.about-bx .about-inner .about-left{
    width: 45%;
}
.about-bx .about-inner .about-right{
    width: 50%;
}
.about-bx .about-inner .about-right p{
    line-height: 32px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    padding-top: 13px;
}

/* work experience card */
.work-exp-bg{
    background-image: url('../imgs/home3.jpg');
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 20px;
    color: white;
}
.work-bg-layer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #24272cbf;
    z-index: 2;
}
.work-exp-inside{
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}
.work-exp-inside .exp-col h2{
    font-size: 37px;
    font-weight: 700;
}
.work-exp-inside .exp-col span{
    font-weight: 600;
    display: block;
}

/*--------------------
 start Our Projects
--------------------- */
.project-bx{
    padding: 60px 0px;
}
.project-bx p{
    font-weight: 500;
    font-size: 17px;
}
.appart-row{
    overflow: hidden;
}
.appart-row .appart-cols .bg-img-Sec{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 80px;
}
.appart-cols{
    transition: 0.4s ease;
    overflow: hidden;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.appart-row .appart-cols .appart-shadow{
    box-shadow: 0 0 10px #8080804d;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 60px;
}
.appart-row .cont-sec{
    background-color: var(--light-bg-color);
    border-bottom-right-radius: 60px;
}
.bg-img-Sec .bg-layer::after{
   content: '';
   position: absolute;
   background:#0000002b;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   transition: 0.4s ease;
   transform: translateX(0);
}
.appart-cols:hover .bg-img-Sec .bg-layer::after{
    transform: translateX(100%);
}
.bg-img-Sec .bg-layer::before{
    content: '';
    position: absolute;
    background:#0000002b;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s ease;
    transform: translateX(0);
 }
 .appart-cols:hover .bg-img-Sec .bg-layer::before{
     transform: translateX(-100%);
 }
.appart-row .appart-cols .bg-img-Sec img{
    width: 100%;
    border-top-left-radius: 80px;
}
.appart-row .appart-cols .cont-sec h2{
    font-size: 18px;
    padding: 4px 0px;
    margin-bottom: 0px !important;
    background-color: #ff0000;
    color: #fff;
}
.appart-row .appart-cols .cont-sec ul{
    padding: 20px !important;
    justify-content: space-between;
    margin-bottom: 0 !important;
}
.appart-row .appart-cols .cont-sec ul li{
    justify-content: space-between;
    line-height: 35px;
}
.appart-row .appart-cols .cont-sec ul li:nth-child(5){
    column-gap: 50px;
}
.appart-row .appart-cols .cont-sec ul hr{
    margin: 0.2rem 0;
}


/*-------------------
 start layout section
--------------------*/
.heading-sec h2 span{
    color: #ff0000;
}
.heading-sec span{
    font-weight: 500;
}
.heading-sec  p{
    font-weight: 500;
    font-size: 17px;
}
.layout-wrapper{
    padding: 60px 0px;
    background-color: var(--light-bg-color);
}
.lyout-in{
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #80808094;
}
.lyout-in .ly-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.layout-crd-row{
    padding-top: 50px;
    padding-bottom: 20px;
}
.layout-crd-row .layout-crd-col{
    padding-right: 20px !important;
    padding-left: 20px !important; 
}
.layout-crd-row .layout-crd-col .lyout-in h2{
    padding: 5px 0px;
    font-size: 18px;
}
.layout-crd-row .layout-crd-col .lyout-in a{
    text-decoration: none;
    display: block;
    background-color: #ff0000;
    padding: 7px 0px;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 19px;
    transition: 0.3s ease;
}

.layout-crd-col:hover .ly-ditls{
    display: block;
    -webkit-animation: scale-up-hor-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-hor-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/*-------------
-- start Footer 
-------------- */
footer{
   padding-top: 30px;
   padding-bottom: 5px;
    /* background-color: lch(11 32.15 301.21); */
    background-color: lch(6 9.4 284.7);
}
footer .float-row .ft-wd-30 img{
    height: 100px;
}
footer .float-row .ft-wd-30 p{
    padding-top: 10px;
    text-align: justify;
    /* line-height: 30px; */
    color: #fff;
}
footer .float-row h2{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
footer .float-row ul{
    padding-left: 0px !important;
}
footer .float-row ul li{
    line-height: 35px;
}
footer .float-row ul li i{
    padding-right: 6px;
}
footer .float-row ul li a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: 0.3s ease;
}
footer .float-row ul li a:hover{
    color: #ff0000;
}
footer .float-cell .add-ft{
    color: #fff;
}
footer .float-cell .add-ft i{
    padding-right: 10px;
}
footer .float-cell .ft-sm{
    column-gap: 10px;
}
footer .float-cell .ft-sm a{
    color: #f2f3f5;
    transition: 0.3s ease;
    font-size: 18px;
}
footer .float-cell .ft-sm a:hover{
    color: #ff0000;
}
footer hr{
    color: #fff;

}


/* fixed whatsapp  */
.whatsapp{
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 20;
}
.whatsapp figure img{
    width: max-content;
    height: 50px;
}
/* another tabs base like about ,project,gallery,contectus  */
.bgTabs{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 250px;
}
.bgTab-tayer{
    position: absolute;
    background: rgb(0 0 0 / 65%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.bgTab-content{
    width: 74%;
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bgTab-content h2{
    margin-bottom: 0px !important;
}
.bgTab-content .move-tabs a{
    color: #fff;
}
.move-tabs{
    column-gap: 6px;
}

/*animation for css */
/* animated tab bar open  */
@-webkit-keyframes scale-up-hor-left {
    0% {
      -webkit-transform: scaleX(0.4);
              transform: scaleX(0.4);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }
  }
  @keyframes scale-up-hor-left {
    0% {
      -webkit-transform: scaleX(0.4);
              transform: scaleX(0.4);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
    }
  }







/* responsive tab list  */
@-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  

  /* about us animation  */
  @keyframes border-transform {
    0%,100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

/* layout read more animation  */
@-webkit-keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}