
#banner_title{
    /* color: #1a1463; */
    color: whitesmoke;
}

#home{
    margin-top: 80px;
    /* background-image: linear-gradient(to bottom right, #C1E1C1, #C3B1E1 ); */
    /* background-image: linear-gradient(185deg, #fff6ed 0%, #ffd6d6 37%, #ced9ff 84%); */
    /* background: linear-gradient(62deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); */
    background: linear-gradient(62deg, #FF665E, rgba(219, 165, 178, 500), #cb99c9, #23c9b6);
     animation: gradient 15s ease infinite; 
    background-size: 400% 400%;
}



@-webkit-keyframes gradient{
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
       background-position: 0% 50%;
    }
  }
  @keyframes gradient{
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
       background-position: 0% 50%;
    }
  }

.home-btn a, .home-btn a:hover{
    color: #fff !important;
}

/* main header */

.main_header{
    background-color: #242124;
}

.has-submenu a{
    color: #fff !important;
}

/* Categories headings links at top */
.category_header_nav_bg{
    /* background-color: rgba(56, 72, 157, 0.05); */
    background-color: var(--main-color);
}

.category_header_nav_content{
    width: 1090px;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.category_header_nav_content::-webkit-scrollbar {
    display: none;
}

.category_header_nav_container{
    width: 1090px;
    display: flex;
    padding: 16px 0;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}

.category_header_nav_container span{
    cursor: pointer;
}

@media (max-width: 1200px) {
    
    .category_header_nav_content{
        width: 930px
    }
    .category_header_nav_container{
        width: 1100px;
    }
}

@media (max-width: 991px) {
    
    .category_header_nav_content{
        width: 700px
    }
}

@media (max-width: 767px) {
    .category_header_nav_content{
        width: 520px;
    }
}

@media (max-width: 767px) {
    .category_header_nav_content{
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* Categories headings links at top */


.home {
    height: 96vh;
    position: relative;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-top: 83px;
}

.home-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 83px;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.home-banner-heading-container {
    padding-top: 82px;
    position: absolute;
    top: 12vw;
    left: 10vw;
    /* overflow: hidden; */
}


.scroll-container {
    overflow: auto;
    white-space: nowrap;
    background: transparent;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.categories{
    background-color: white;
}
/* ------------------ */

.client-logo-slider-container{
    overflow: hidden;
}

.client-logo-slider{
    height: 120px;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
}

.client-logo-slider-track{
    display: flex;
    gap: 30px;
    width: calc(170px * 73);
    animation: scroll 30s linear infinite;
}

.client-logo-slider-track:hover{
    animation-play-state: paused;
}

.client-logo-slide{
    width: 130px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 16px; */
    perspective: 50px ;
}

.client-logo-slide img{
    width: 130px;
    height: 70px;
    aspect-ratio: 3/4;
    object-fit: contain;
    transition: transform 1s;
    mix-blend-mode: multiply;
    background-color: #f8edf0;
}

.client-logo-slide img:hover{
    transform: translateZ(12px);
}

@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-170px * 62));
    }
}

/* -------------------- */

/* ------360 degree animated client logos */
  
ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .carousel__slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
  }
  
  .carousel__list {
    padding-left: 20px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
  }
  
  .carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    cursor: pointer;
  }

  .carousel__item img{
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }
  

/* ------360 degree animated client logos */


.home-banner-heading {
    color: white !important;
    font-weight: 800;
    word-wrap: break-word;
}

.home-btn {
    background-color: var(--main-color);
    color: white;
    font-size: 14px;
    font-weight: 600;
    /* margin-top: 3rem; */
}

.home-logo-col {
    /* flex: 0 0 16.666%;
    max-width: 16.666%; */
    width: 160px;
}

/* @media (max-width: 768px){
    .home-logo-col{
        flex: 0 0 50%;
        max-width: 50%;
    }
} */

/* @media (max-width: 400px){
    .home-logo-col{
        flex: 0 0 100%;
        max-width: 100%;
    }
} */


.portfolio-section-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.portfolio-section-header-two {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio-section-heading {
    font-size: 1.9rem;
    font-weight: 800;
    text-align: center;
}

.portfolio-section-para{
    text-align: center;
}


.portfolio-btn-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.portfolio-text {
    font-size: 13px;
    font-weight: 500;
    padding-top: 15px;
    width: 100%;
    height: 26px;
}

.home_portfolio_item {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 2vw;
}

.portfolio-item-container {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* changed class */
/* .home_page_set{
    width: 100%; 
    height: 220px; 
    object-fit: cover;
} */

@media (min-width: 300px) {
    .home-banner-heading {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .home-btn {
        font-size: 12px;
        /* margin-top: 1rem; */
    }

    .home_page_set{
        width: 100%; 
        height: 160px; 
        object-fit: cover;
    }
    
}

@media (min-width: 450px) {
    .home-banner-heading {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .home_page_set{
        width: 100%; 
        height: 180px; 
        object-fit: cover;
    }

    .home-btn {
        font-size: 12px;
        margin-top: 1rem;
    }
}

@media (min-width: 550px) {
    .home-client_logo {
        margin: 0 4rem;
    }

    .home-banner-heading {
        font-size: 2rem;
        line-height: 3rem;
    }

    .home-btn {
        font-size: 14px;
        /* margin-top: 3rem; */
    }

    .home_portfolio_item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .portfolio-item-container {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .home_page_set{
        width: 100%; 
        height: 200px; 
        object-fit: cover;
    }

}

@media (min-width: 992px) {
    .home-client_logo {
        margin: 0 10rem;
    }

    .home-banner-heading {
        font-size: 3rem;
        line-height: 5rem;
    }

    .home_portfolio_item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0.5vw;
    }

    .home_page_set{
        width: 100%; 
        height: 220px; 
        object-fit: cover;
    }

    .portfolio-item-container {
        width: 200px;
        height: 100px;
        object-fit: cover;
    }
}



/* .footer-address-link { */
    /* color: #222222 !important; */
    /* color: #fff !important; */
/* } */

.footer-social-media-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    background-color: #fbfcf8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* -------------- */

.custop__container--2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.popular__product--6 .product {
    margin-top: 4px;
}

.popular__product--6 .product__list div[class*="col-"] {
    padding-right: 2px;
    padding-left: 2px;
    float: left;
}

.popular__product--6 .product__list {
    margin-left: -2px;
    margin-right: -2px;
}

.popular__product--6 .product__action li:first-child::before {
    display: none;
}

.popular__product--6 .popular__product__hover__info {
    position: absolute;
    right: 40px;
    top: -60px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.popular__product--6 .product__action li+li {
    margin-left: 5px;
}

.popular__product--6 .product__action {
    width: auto;
}

.popular__product--6 .product__action li {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 40px;
    line-height: 47px;
    position: relative;
    text-align: center;
    width: 40px;
}

.popular__product--6 .product:hover .popular__product__hover__info {
    top: 40px;
    opacity: 1;
}

.popular__product--6 .product__action::before {
    display: none;
}

.product {
    position: relative;
}

.popular__product--6 .product__details,
.product__style--7 .product__details {
    bottom: -40px;
    left: 40px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.popular__product--6 .product:hover .product__details,
.product__style--7 .product:hover .product__details {
    bottom: 40px;
    opacity: 1;
}

.popular__product--6 .product {
    margin-top: 4px;
}

.popular__product--6 .product__list {
    height: auto !important;
}

.popular__product--6 .product:hover .product__details,
.product__style--7 .product:hover .product__details {
    bottom: 20px;
    left: 20px;
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .popular__product__6--st1 .product__action li {
        border-radius: 4px;
        height: 30px;
        line-height: 34px;
        width: 30px;
    }

    .popular__product--6.popular__product__6--st1 .product__action li a span {
        font-size: 14px;
    }

    .popular__product--6.popular__product__6--st1 .popular__product__hover__info {
        font-size: 14px;
    }

    .popular__product--6.popular__product__6--st1 .product .popular__product__hover__info {
        right: auto;
        left: 10px;
    }

    .popular__product--6.popular__product__6--st1 .product:hover .popular__product__hover__info {
        top: 10px;
    }

    .popular__product--6.popular__product__6--st1 .product__details {
        left: 10px;
    }
}

.popular__product--6 .product:hover .product__details,
.product__style--7 .product:hover .product__details {
    bottom: 10px;
}

.popular__product--6 .product:hover .product__details,
.product__style--7 .product:hover .product__details {
    bottom: 20px;
    left: 20px;
}

.popular__product--6 .product:hover .popular__product__hover__info {
    right: 20px;
    top: 20px;
}

.product {
    overflow: hidden;
    position: relative;
}


/* WHY US PAGE */

.why_us_title{
    font-size: 32px;
    text-align: center;
}

.why_us_first_icon, .why_us_second_icon, .why_us_third_icon{
    height: 100px;
    width: 100px;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.why_us_first_icon img, .why_us_second_icon img, .why_us_third_icon img{
    width: 50px;
}

.why_us_first_icon{
    /* background-color: #9b5ca2; */
    background-color: #cb99c9;
}

.why_us_second_icon{
    /* background-color: #e83e7c; */
    background-color: #FF665E;
}

.why_us_third_icon{
    background-color: #23c9b6;
}

.why_us_sub_title{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.horizontal_line{
    display: none;
}

@media (max-width: 992px) {
    .why_us_sub_title{
        flex-direction: row;
        align-items: center;
    }
    .why_us_sub_title h6{
        margin: 0;
        padding: 0;
    }
    .why_us_first_icon, .why_us_second_icon, .why_us_third_icon{
        height: 40px;
        width: 40px;
    }
    .why_us_first_icon img, .why_us_second_icon img, .why_us_third_icon img{
        width: 20px;
    }

    .horizontal_line{
        display: block;
    }
}

/* DANGER */

@media (max-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-md-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

/* 404 Page */

.error_page_container{
    margin-top: 145px; 
    margin-bottom: 80px;
    width: 100%; 
    display: flex; 
    flex-direction: column; 
    gap: 25px;
    align-items: center;
}

.error_image{
    width: 500px;
    height: auto;
    object-fit: contain;
}

.error_page_btn{    
    font-size: 12px;
}

@media (max-width: 600px) {
    .error_image{
        width: 300px;
    }
}

/* Footer */

.address-col{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start; 
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .address-col{
        justify-content: flex-start;
    }
}


/* Search bar */

#searchBar{
    visibility: hidden;
}

.searchbar_container{
    position: fixed;
    top: 135px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000080;
    z-index: 9999;
}

.searchbar{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.searchbar_close_icon{
    position: fixed;
    top: 160px;
    right: 50px;
}

.pse_search_container{
    height: 500px;
    width: 100%;
    overflow: auto;
}

#___gcse_0{
    margin-top: 10% !important;
}

.gsc-control-cse{
    border-color: transparent !important;
    background-color: transparent !important;
}

.gsc-input{
    width: 500px;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus{
    height: 36px !important;
}

/* service bar */

.service_searchbar_container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

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

.service_searchbar input{
    width: 50vw;
    height: 36px;
    display: block;
    font-size: 12px;
    font-weight: 500 !important;
    margin: 10px;
    font-weight: 400;
    line-height: 30px;
    border: 1px solid #807c7c;
    outline: none;
    border-radius: 5px;
    color: #807c7c;
    padding: 2px 10px;
}

.service_searchbar input:focus .service_searchbar input:hover{
    outline: none;
    border: 1px solid #807c7c;
}

.service_searchbar button{
    height: 36px;
    width: 50px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
}

@media (max-width: 600px) {
    .service_searchbar input{
        width: 70vw;
    }
}