@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

body {
    font-family: 'Poppins', sans-serif;
    color: #000923;
    font-weight: normal;
    font-style: normal;
}

p {
    line-height: 1.67;
    font-weight: 300;
    font-family: "Muli", sans-serif;
}

@media (max-width: 767px) {
.navbar-collapse {
    background: #fff;
    float: right;
    width: 95%;
    padding: 0;
    border-radius: 0px;
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55px;
    z-index: 1;
}

.nav-link {
    padding-left: 20px !important;
}
}


/* Header section */
.header { 
    padding: 1rem 0;
}

.header a {
    color: #000;
    font-size: 15px;
}

.logo-section {
    text-align: center;
}

.header_name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.header_description {
    font-size: 10px;
}

@media (max-width: 575px) {
    .section-cta a {
        display: block;
        text-align: center;
    }
    }

.hero_bg_24kitchen {
    background-image: url(../img/Case-24kitchen.jpg);
    margin-top: 15px;
    z-index: 0;
    min-height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.case_img_area {
    min-height: 700px;
}



@media (max-width: 992px) {
    .hero_bg_24kitchen {
        min-height: 450px;
    }
  }

@media (max-width: 575px) {
    .hero_bg_24kitchen {
        min-height: 450px;
    }
  }

  .hero_bg_nike {
    background-image: url(../img/case-nike.jpg);
    margin-top: 15px;
    z-index: 0;
    min-height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 992px) {
    .hero_bg_nike {
        min-height: 450px;
    }
  }

@media (max-width: 575px) {
    .hero_bg_nike {
        min-height: 450px;
    }
  }

  .hero_bg_incrowd {
    background-image: url(../img/case-incrowd.png);
    margin-top: 15px;
    z-index: 0;
    min-height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 992px) {
    .hero_bg_incrowd {
        min-height: 450px;
    }
  }

@media (max-width: 575px) {
    .hero_bg_incrowd {
        min-height: 450px;
    }
  }

  .hero_bg_home {
    background-image: url(../img/hero_home.jpg);
    margin-top: 15px;
    z-index: 0;
    min-height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 992px) {
    .hero_bg_home {
        min-height: 450px;
    }
  }

@media (max-width: 575px) {
    .hero_bg_home {
        min-height: 450px;
        background: #F3F4F6;
        text-align: center;
    }
  }

/* Hero text */
.hero_heading {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .hero_heading {
        font-size: 45px;
    }
  }
  
  @media (max-width: 575px) {
    .hero_heading {
        font-size: 30px;
    }
  }

.hero_content {
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .hero_content {
        font-size: 24px;
    }
  }
  
  @media (max-width: 575px) {
    .hero_content {
        font-size: 15px;
    }
  }

  .hero_title {
    font-size: 60px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .hero_title {
        font-size: 45px;
    }
  }
  
  @media (max-width: 575px) {
    .hero_title {
        font-size: 30px;
    }
  }

  .hero_name {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .hero_name {
        font-size: 15px;
    }
  }
  
  @media (max-width: 575px) {
    .hero_name {
        font-size: 15px;
    }
  }


/* Section padding */
.section-padding {
    padding-top: 150px;
    padding-bottom: 100px;
}

@media (max-width: 992px) {
    .section-padding {
        padding-top: 75px;
        padding-bottom: 50px;
    }
  }
  
  @media (max-width: 575px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 25px;
    }
  }

  /* Section padding */
.section-padding-1 {
    padding-top: 80px;
    padding-bottom: 100px;
}

.section-padding-top {
    padding-top: 80px;
}
  
@media (max-width: 575px) {
    .section-padding-1 {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .section-padding-top {
        padding-top: 50px;
    }
  }

/* Arrow section */
.arrowdown {
    position: relative;
    font-size: 30px;
    text-align: center;
    animation: bouncearrow 1.5s infinite;
    color: #fff;
}
  
@keyframes bouncearrow {
    0%{top: 0px;}
    50%{top: 20px;}
    100%{top: 0px;}
}

.text-block-title {
    font-size: 20px;
    font-weight: 400;
}

.block_img {
    width: 100%;
    max-height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Footer_area */
.footer {
    background-color: #000923;
}

.footer_top {
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer .socail_links ul {
    padding: 0px;
}

.footer .socail_links ul li {
    display: inline-block;
}   

.footer .socail_links ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px !important;
    margin-right: 7px;
    color: #E7F9F9;
    line-height: 40px !important;
    border: 1px solid #E7F9F9;
    font-size: 14px;
}

.footer .socail_links ul li a:hover {
    color: #fff !important;
    background: #FE5000;
    border: 1px solid #FE5000;
}



/* Buttons */

.boxed-btn {
    background: #000932;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    border: 1px solid transparent;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.boxed-btn:hover {
    border: 1px solid #000932;
  color: #000932 !important;
  background: transparent;
  }

  .boxed-btn:focus {
    outline: none;
  }

  .text-cta {
      color: #000;
  }

  .text-cta:hover {
    color: #000932;
  }

  /* Case Navigation area */
  .case_navigation {
}

  .case_navigation img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
  }

  .case_navigation img:hover {
    transition: transform .5s ease;
  }

  .img-hover-zoom {
    max-height: 550px;
    overflow: hidden;
  }

  .img-hover-zoom img {
    transition: transform .5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.1);
  }

  .case_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .case_text a:hover {
      text-decoration: none;
  }

  .logo-section a:hover {
    text-decoration: none;
  }

  .case_company {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
  }



  @media (max-width: 992px) {
    .case_company {
        font-size: 21px;
    }
  }
  
  @media (max-width: 575px) {
    .case_company {
        font-size: 15px;
    }
  }

  .case_heading {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
  }



  @media (max-width: 992px) {
    .case_heading {
        font-size: 42px;
    }
  }
  
  @media (max-width: 575px) {
    .case_heading {
        font-size: 24px;
    }
  }

  .case_cta a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }

  @media (max-width: 992px) {
    .case_cta a {
        font-size: 15px;
    }
  }
  
  @media (max-width: 575px) {
    .case_cta a {
        font-size: 10px;
    }
  }

  /* carousel_controls */ 

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
   .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   }

   .hover-overlay {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

.sticky.is-sticky {
    position: fixed;
    left: 5px;
    right: 20px;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    transition: all 0.25s ease-in;
  }

  .navbar-toggler:focus {
      display: none;
  }


  /* Timeline */
  ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #000932;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.text-brand {
    color: #000932;
}



/* NAV */

nav.navigation{
	position: fixed;
	height:50px;
    z-index:2;
    left: 5px;
    right: 20px;
    top: 15px;
    width: 100%;
}
.nav-logo{
	float:left;
	height:50px;
	line-height:50px;
	padding:5px 15px;
	color:#ffffff;
	font-weight:700;
}
ul.nav-menu, ul.nav-menu li, ul.nav-menu li a{
	float:left;
}
ul.nav-menu{
    float: right;
    list-style-type: none;
}
ul.nav-menu li a{
	height:50px;
	line-height:50px;
	padding:0 15px;
	color:#000932;
	text-decoration:none;
}

.nav-toggle{
	position:absolute;
	top:0;
	right:15px;
	width:50px;
	height:50px;
	cursor:pointer;
}
span.icon-bar{
	position:absolute;
	right:12px;
	display:block;
	width:20px;
	height:2px;
    background-color:#000932;
    border-radius: 4px;
}
.icon-bar:nth-child(1){
  top:17px;
}
.icon-bar:nth-child(2){
  top:24px;
}
.icon-bar:nth-child(3){
  top:31px;
}



.nav-overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.nav-overlay.active{
	opacity:1;
	visibility:visible;
}

.nav-toggle{
	display:none;
}

@media screen and (max-width:1920px){
	ul.nav-menu{
		position:absolute;
		top:50px;
		width:100%;
		height:0;
		padding:0;
		overflow:hidden;
	}
	ul.nav-menu.active{
		height:auto;
	}
	ul.nav-menu li{
		width:100%;
	}
	ul.nav-menu li a{
		width:100%;
		padding:0;
		text-align:center;
		background-color:#fff;
	}

	.nav-toggle{
		display:block;
	}
}


/* ICON BARS ANIMATION */

.nav-toggle.active .icon-bar:nth-child(1){
	top:24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2){
	width:0;
}
.nav-toggle.active .icon-bar:nth-child(3){
	top:24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-overlay{
	position:absolute;
	top:15px;
	right:15px;
	bottom:15px;
	left:15px;
	background-color:#000932;
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-overlay.active{
	opacity:1;
	visibility:visible;
}
@media screen and (min-width:768px){
	.nav-overlay.active{
		visibility:hidden;
		opacity:0;
	}
}