@media (min-width: 1400px) {
  .container {
    max-width: 1220px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mobile-part.search-box {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .hovereffect a.info {
    margin-top: 40px;
  }
  .footer-mar {
    margin: 35px 0px;
  }
  .address-part img {
    margin-right: 8px;
  }
  .address-part a,
  .address-part span {
    font-size: 17px;
  }
  .social-icon i {
    margin-right: 40px;
  }
}
@media (max-height: 800px) and (min-width: 1200px) {
  .slider-content h1,
  .slider-content h2 {
    font-size: 110px;
    line-height: 110px;
  }
  .slider-content h2 {
    margin-top: -33px;
    margin-left: 122px;
  }
  .slider-content img {
    margin-bottom: 40px;
    width: 250px !important;
  }
  #slider .owl-nav [class*="owl-"] {
    height: 45px;
    width: 45px;
    margin: 0;
  }
  #slider .owl-nav i {
    font-size: 26px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .product-thumb {
    -webkit-transform: translatey(80px);
    -ms-transform: translatey(80px);
    transform: translatey(80px);

    /*
	-webkit-transition: opacity .2s 0s,visibility 0s .2s;
-moz-transition: opacity .2s 0s,visibility 0s .2s;
transition: opacity .2s 0s,visibility 0s .2s;
*/
    opacity: 0;
  }
  .product-part:hover .product-thumb {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
    cursor: pointer;
  }
  .product-part:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .hero-section .item img {
    max-height: calc(100svh);
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .about-content p br {
    display: none;
  }
  .about-us p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about-us {
    margin-top: -120px;
    margin-bottom: 25px;
  }
  .about-content {
    padding: 15px;
  }
  .show-banner {
    background-size: 60%;
  }

  header .nav-link {
    padding: 0px 23px !important;
  }
  .slider-content h1,
  .slider-content h2 {
    font-size: 110px;
    line-height: 110px;
  }
  .slider-content h2 {
    margin-top: -33px;
    margin-left: 122px;
  }
  .slider-content img {
    margin-bottom: 40px;
    width: 250px !important;
  }
  #slider .owl-nav [class*="owl-"] {
    height: 45px;
    width: 45px;
    margin: 0;
  }
  #slider .owl-nav i {
    font-size: 26px;
    line-height: 45px;
  }
  .footer-logo {
    width: 250px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }
  .address-part img {
    margin-right: 14px;
  }
  .product-part {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  /* .hero-section .item {
    background-position: left;
  } */
  .header-section {
    position: sticky;
  }
  .hero-section .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .social-icon i {
    margin-right: 32px;
  }
  header .nav-link {
    padding: 0px 15px !important;
    font-size: 14px;
  }
  .navbar-brand img {
    width: 170px;
  }
  .slider-content img {
    margin-bottom: 35px;
    width: 200px !important;
  }
  .slider-content h1,
  .slider-content h2 {
    font-size: 90px;
    line-height: 90px;
  }
  .slider-content h2 {
    margin-top: -21px;
    margin-left: 95px;
  }
  .slider-image {
    background-position: right -15px center;
  }
  /* .hero-section .item {
    background-position: center;
  } */
}
@media (max-width: 767px) {
  .nav-link.serch {
    position: absolute;
    right: 52px;
    padding: 0 !important;
  }
  .search-box {
    top: 62px;
    right: 10px;
  }
  .search-box::before {
    right: 42px;
  }
  .serch img {
    width: 20px;
  }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
  }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
  }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
  }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
  }
  .contactus textarea {
    padding: 15px;
  }
  .contactus form {
    margin-top: 0px;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-bottom p {
    padding: 5px 0px 2px 0px;
  }
  footer {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .submit-btn {
    font-size: 16px;
    height: 50px;
    width: 150px;
    line-height: 50px;
  }
  .contactus input.form-control,
  footer input.form-control {
    height: 50px;
    padding: 0px 15px;
    font-size: 16px;
  }
  .list-group.address-part {
    float: right;
  }
  footer .info-link .list-group-item a {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .address-part img {
    margin-right: 8px;
    width: 16px;
  }
  .address-part a {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .newsletter {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .show-banner {
    height: 300px;
    background-size: 259px;
    background-position: left top 81px;
  }

  .product-carousel {
    padding: 0px 0px;
  }
  .product-carousel .owl-nav [class*="owl-"] {
    width: 38px;
    height: 38px;
  }
  .product-content h4 {
    font-size: 20px;
  }
  .product {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .viewall-btn {
    margin: 10px 0px 0px;
    width: 156px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
  }
  .product-carousel .owl-prev i,
  .product-carousel .owl-next i {
    font-size: 21px;
  }
  .hovereffect h2 {
    font-size: 25px;
  }
  .navbar-brand img {
    width: 150px;
  }
  #navbarSupportedContent {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2000;
    background-color: #ffffff;
    text-align: center;
    top: 67px;
  }
  header .nav-link {
    padding: 8px 15px !important;
  }
  .navbar {
    padding: 8px 15px;
  }

  .slider-content {
    position: absolute;
    bottom: 0;
    transform: none;
    background-color: rgba(255, 255, 255, 0.8);
    right: 0;
    left: 0;
    top: unset;
    padding: 10px 0px;
  }
  .slider-content h1,
  .slider-content h2 {
    font-size: 60px;
    line-height: 73px;
    text-align: center;
  }
  .show-banner img {
    opacity: 0.1;
    position: absolute;
    top: 20px;
    right: 15px;
    max-width: 110px;
    z-index: 0;
  }
}
@media (max-width: 575px) {
  .product-carousel.owl-carousel .owl-nav [class*="owl-"],
  .portfoliyo .owl-carousel .owl-nav [class*="owl-"] {
    width: 38px;
    height: 38px;
  }
  .portfoliyo .owl-prev {
    left: 5px;
  }
  .portfoliyo .owl-next {
    right: 5px;
  }
}
@media (max-width: 359px) {
  .footer-bottom p {
    font-size: 14px;
  }
  .address-part img {
    margin-right: 5px;
    width: 12px;
  }
  .address-part a,
  .address-part span {
    font-size: 14px;
  }
}
