

@media(max-width:1100px){



    .container,
.container-lg{
width: 100%;
}

h1{
    font-size: 4rem;
}
.header_text h1 {
    font-size: 96px;
    line-height: 72px;
}
p.first_caption {
    margin-left: 12rem;
    margin-bottom: 0;
}

p.second_caption {
    padding-right: 8rem;
}

.col-9.header_text.text-uppercase {
    padding-top: 34rem;
    width: 799px;
}
header#header{
    background-size: 80%;
}


.nav_logo_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

header button.navbar-toggler svg {
    fill: var(--white);
    width: 40px;
    height: 40px;
  }
header.header-scrolled button.navbar-toggler svg {
  
    fill: var(--black);
}




}


@media(min-width:992px){
    ul.protfolio_dropdown_manu.dropdown-menu.show{
        display: none !important;
    }
    
}


@media(max-width: 992px){
    section#innovation {
        margin-top: 6rem;
    }
    .col-lg-6.innovation_images {
        margin-top: 5rem;
    }
    .innovation_desc {
        padding-top: 5rem;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
    .innovation_images {
        margin-top: 5rem;
    }
    
    .innovation_desc p br {
        display: none;
    }
    .innovation_image_wrapper {
        display: flex;
        justify-content: center;
    }

.innovation_image_wrapper img {
    width: 462px;
}

section#recent_work {
    margin-top: -12.9rem;
}

section#recent_work .container {
    width: 86%;
}

.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 84%;
}

.braw.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 58%;
}
.mobile-app.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 113%;
}
.category_wrapper:hover .protfolio_category_desc p {
    margin-bottom: 0;
}

.client_works_heading h1 {
    margin-bottom: 6rem;
    font-size: 3rem;
}

.row.clients_logo.and.works {
   
    width: 88%;
    margin: 0 auto;
}

.row.clients_logo.and.works img {
    width: 129px;
}
footer#footer {
  
    padding: 10rem 5rem;
}

ul.navbar-nav {
    
    text-align: center;
}
ul.social_icons_wrap.header_social_media {
    width: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
}



.navbar-nav .nav-item .nav-link {
    padding: 1rem 0px;
}
.protfolio_dropdown_manu {
    top: 46px;
    padding: 0rem;
    right: 0;
    z-index: 111;
    width: 94%;
}
ul.social_icons_wrap.header_social_media li:first-child {
margin: 0;
}
.navbar-toggler:focus {
  
    box-shadow: none;
}
.navbar-light .navbar-toggler {
  
    border-color: transparent;
}
.innovation_desc p {
    padding-right: 0;
  
}
.col-12.product_item_header ul {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
}
.navbar {
    z-index: 999;
}
section#contact {
    margin-top: 15rem;
}
.contact_one_line {
    color: var(--dark-gray);
    font-size: 1.7rem;
    padding-top: 3rem;
    padding-right: 0rem;
}
.contact_desc_wrapper {
    padding-top: 5rem;
    margin-bottom: 5rem;
}
.navbar-collapse {
    background: var(--black);
}
header.header-scrolled .navbar-collapse{
    background: var(--white);
}
#contact_header .navbar-collapse{
    background: var(--white);

} 


.nav-item.portfolio_dropwdown:hover .protfolio_dropdown_manu {
    display: none;
}

ul.protfolio_dropdown_manu.dropdown-menu.show{
    display: flex !important;
}

header.header-scrolled .dropdown_manu_wrapper {
    text-align: center;
}
.dropdown_manu_wrapper {
    text-align: center;
}

}










@media(max-width:768px){

    h1 {
        font-size: 3rem;
    }
    h2{
        font-size: 2.4rem;
    }
    .col-9.header_text.text-uppercase {
        padding-top: 32rem;
        width: 669px;
    }
    .header_text h1 {
        font-size: 76px;
        line-height: 55px;
    }
    p.first_caption,
    p.second_caption {
      
        font-size: 1.6rem;
    }
    p.first_caption {
        margin-left: 8rem;
        margin-bottom: 0;
    }
    p.second_caption {
        padding-right: 3rem;
        line-height: 24px;
    }
    .row.protfolio_recent_work div.col-md-6 {
      
        width: 50%;
    }
    .protfolio_category_desc p {
        font-size: 2rem;
    }
    .protfolio_category_desc .btn.btn-light {
       
        padding: 0.7rem 2rem;
    }
    .category_wrapper {
        
        margin: 0.5rem;
        margin-bottom: 2rem;
    }
    .row.clients_logo.and.works {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    .footer_right_side {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 4rem;
    }
    .footer_mid_part {
      
width: 87%;
      
display: flex;
      
flex-direction: column;
      
align-items: flex-start;
    }
    .col-12.product_item_header.alto_header {
        padding-top: 0rem;
    }
    .dropdown_manu_wrapper .btn.btn-dark {
        font-weight: 400;
        letter-spacing: 1px;
        padding: 0.7rem 2.5rem;
    }
    ul.protfolio_dropdown_manu p {
    
        margin-bottom: 8px;
    }
    .row.all_product_img_gallery.titleast_img_gallery .col-12 {
        margin-bottom: 0rem;
    }
    
  .footer_mid_part img {
    width: 77px;
}

.All_product_pages {
    padding-bottom: 5rem;
}
footer#footer.homepage_footer {
    padding-top: 8rem;
}
}







@media(max-width:575px){
    h1{
        font-size: 2.7rem;
    }
    .col-9.header_text.text-uppercase {
        padding-top: 32rem;
        width: 90%;
    }
    .row.protfolio_recent_work div.col-md-6{
        width: 100%;
    }
    .header_text h1 {
        font-size: 43px;
        line-height: 37px;
    }
    p.first_caption {
        margin-left: 1.5rem;
        line-height: 24px;
    }
    p.second_caption {
        padding-right: 0rem;
        line-height: 18px;
    }
    p.second_caption,
    p.first_caption{
        font-size: 1.4rem;
    }
    header#header {
        background: linear-gradient(rgb(0 0 0 / 84%), rgb(0 0 0 / 36%), rgb(0 0 0 / 38%), rgb(0 0 0 / 65%)), url(/img/home/home-bg.png) center center / 236% no-repeat rgb(6, 5, 1);
    }
    ul.social_icons_wrap li a svg {
        width: 24px;
        height: 23px;
    }
    
    .social_media_fixed_bar ul {
        padding-left: 7px;
    }
    .social_media_fixed_bar{
        padding-right: 8px;
    }
    header .navbar-brand img {
        width: 59px;
    }
    .innovation_desc {
       
        width: 86%;
        margin: 0 auto;
    }
    .right_side_portfolio_gallary {
        padding-top: 2rem;
    }
    .row.clients_logo.and.works {
        grid-template-columns: repeat(3, 1fr);
    }
    section#clients_works {
        padding: 7rem 0px;
    }
    .client_works_heading h1 {
        font-size: 2.5rem;
    }
    footer#footer {
        padding: 10rem 2rem;
        padding-top: 0;
    }
    .social_media_fixed_bar {
        
padding-top: 2px;
        
height: 85px;
    }
    .footer_mid_part h2 {
        font-size: 2rem;
     
    }
    .footer_mid_part p {
        font-size: 1.4rem;
    }
    .copyright_desc_wrap {
      
        flex-direction: column;
        align-items: center;
    }
    .col-12.copyright_desc_wrap p {
        text-align: center;
        margin-bottom: 2rem;
    }
    header.header-scrolled .navbar-brand img {
        width: 43px;
    }
    section#innovation {
        margin-top: 0rem;
    }
    .protfolio_dropdown_manu{
        width: 100%;
    }
    .dropdown_manu_title {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
    ul.protfolio_dropdown_manu li {
        width: 100%;
        text-align: start;
        padding: 1.5rem;
        padding-bottom: 0.2rem;
    }
    .col-12.product_item_header ul li{
        border-right: none;
        font-size: 1.4rem;
    }
    .product_item_header img {
        width: 252px;
    }
    .product_item_header {
        padding-top: 0;
        padding-bottom: 3rem;
    }
    .row.all_product_img_gallery>div {
        width: 100%;
        margin: 0 auto;
    }
    .camino_footer{
        padding-top: 0 !important;
    }

    .col-12.product_item_header.titleast_header img {
        width: 150px;
        margin-bottom:1rem;
    }
    .row.all_product_img_gallery.titleast_img_gallery .col-12{
        width: 100% !important;
    }
    .titleist_post_image_gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 3rem;
        align-items: center;
        justify-content: space-between;
    }
    .titleist_post_image_gallery img {
        padding: 5px;
        width: 100%;
    }
    ul.navbar-nav .nav-item {
        margin: 0;
    }
    .row.all_product_img_gallery>div,
    .row.all_product_img_gallery.braw_img_gallery>div{
        width: 100%;
        padding: .9rem 1.5rem;
    }
    .col-12.product_item_header.alto_header img {
        width: 108px;
    }
    section#recent_work {
    margin-top: -10.8rem;
}

footer#footer {
    padding-top: 6rem;
}
}

