body {
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
a,a:hover{text-decoration: none;}
.autohide{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: rgb(255 255 255 / 100%);
 /*  background: rgb(255 255 255 / 65%);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px); */
}
.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}
.section-header .btn.btn-link.text-dark{
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}
.text-muted{color: #42516a!important;}
section{
  padding: 48px 0;
}
.bg-darkblue{background: #0047b2;}
.bg-yellow{background: #edbe00;}
.menu-top-bar .nav-link{color: #343434;font-size:.85rem;}
.kotapets-menu .nav-link{color:#FFF!important;}
.navbar-expand-lg .navbar-nav .nav-link{padding-left: .70rem;padding-right: .70rem;}
.navbar-dark .navbar-nav .active>.nav-link{color: #edbe00!important;font-weight: 700;}
.btn-yellow-bg{background: #edbe00;border:1px solid #edbe00;}
.txt-yellow{color: #edbe00;}
.facebook{color: #003a9a;}.twitter{color: #00bae9;}.instagram{color: #aa5c06;}
#searchCollapse{
  width:100%;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 1;
  box-shadow: 0 0 10px rgb(128 178 255 / 40%);
}
header.masthead {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -160px;
  height: auto;
  min-height: 620px;
/*   background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
 */  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 160px;
}
.top-slide-caption, main{
  margin-top: 188px;
}
@media (max-width: 767px){
  .top-slide-caption, main{
    margin-top: 250px;
  }
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header-slider{
    /* display: none; */
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 -8px 20px 0px rgba(193, 210, 255, .75);
    /* margin-top:75%; */
}

.carousel-item {
  min-height: 288px;/*  460px; */
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-head{font-size: 2.25rem;margin-bottom: 1rem;}
/* .category-carousel{padding: 10px;} */
.collection-box {
  width: 100%;
  padding: 10px 5px;
  float: left;
  position: relative;
  /* border: 1px solid #eaeaea; */
}
.collection-box a {
  float: left;
  width:100%;
  background: #FFF;
  border: 1px solid #eaeaea;
  transition: all ease-in .25s;
}
.collection-box:hover a {
  box-shadow: 0 0 10px rgb(128 178 255 / 40%);
  border: 1px solid transparent;
}
/* .collection-box:hover{
  box-shadow: 0 0 10px rgb(128 178 255 / 40%);
  border: 1px solid transparent;
} */
.collection-box img{
  height: 248px;
  width: auto!important;
  object-fit: contain;
  max-width: 100%;
  margin: 0 auto;
}
.product-container{
  width: 100%;
  height: calc(100% - 24px);
  float:left;
  padding: 8px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  text-align: center;
  transition: all ease-in .25s;
}
.product-grid {margin: 5px;height: 100%;}
.product-grid a{text-decoration: none;}
.product-grid img{
  height: 180px;
  object-fit: contain;
  width: auto!important;
  max-width: 100%;
  margin: 0 auto;
}
.category-carousel .category-name{
  position:absolute;
  bottom: 10px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: .8rem;
  width: calc(100% - 10px);
  border-radius: 0;
  padding: 8px 5px;
  color:#FFF;
  background-color: #2b2f4c; 
  transition: all ease-in-out .3s;
}
.collection-box:hover .category-name{
  background: rgb(237, 190, 14);
}
.category-name{
  font-size: 13px;
  color: #ababab;
  text-transform: uppercase;
  margin: 15px 0;
}
.product-name{
  color: #00060f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  margin: 15px 0;
}
.product-price{
  color: #0047b2;
  font-weight: bold;
  font-size: 18px;
}
.product-cart{
  width:100%;
  float: left;
  margin-top: -54px;
}
.product-cart i{
  color: #686868;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #f8f8f8;
  transition: all ease-in .25s;
}

.product-grid:hover .product-container{
  box-shadow: 0 0 10px rgb(128 178 255 / 40%);
  border: 1px solid transparent;
}
.product-grid:hover .product-container .category-name{color:rgb(128 178 255);}
.product-grid:hover .product-cart i{
  background: rgb(237 190 14);/* rgb(128 178 255); */
  color:#FFF;
}
.export-pets{
  position: relative;
  border-radius: 4px; 
  border: 12px solid #edbe00;
}
.export-pets-container{
  background: rgb(237 190 0 / 35%);
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.add-pets-sign{
  color: #FFF;
  font-size: 42px;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 84px;
  height: 84px;
  border-radius: 50px;
  background: rgba(255,255,255,.35);
}
.add-pets-sign:hover{
  color:#00060f;
  text-decoration: none;
}
.export-pets-container h2{font-weight: bold;}
.export-pets-features h4{
  color: #0047b2;
  font-size: 20px;
}
.export-pets-features h3{
  color: #000;
  font-size: 28px;
}
.export-pets-features ul{
  margin-top: 36px;
  font-size: 18px;
}
.export-pets-features ul a{
  color: #000;
  font-weight: 600;
}
.export-pets-features ul li{
  padding-bottom: 20px;
}
.export-pets-features ul a i{
  color: #0047b2;
  margin-right: 10px;
}
.pets-fancy{
  position: relative;
  border-radius: 4px;
  margin:30px 0;
}
.pets-fancy-sec{
  background: rgb(0 71 178 / 35%);
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  padding: 30px;
}
.pets-fancy-sec p{
  font-size: 16px;
}
@media (max-width: 680px){
  .pets-fancy{
    margin: 15px 0;
  }
  .pets-fancy-sec{
    padding: 10px;
  }
  .pets-fancy-sec h4{
    font-size: 18px;
  }
  .pets-fancy-sec p{
    font-size: 14px;
    margin-bottom: 0;
  }
}


.why-kotapets{
  position: relative;
  padding:84px 0;
}
.overlay{
  background-color: rgba(0,8,30,.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}
.why-choose-grid{
  border-radius: 8px;
  text-align: center;
  padding: 45px 15px;
}
.why-choose-grid small{font-weight: 700;}
.why-choose-grid h3,.why-choose-grid p{color:#FFF;}
.border-divider{width: 128px;height: 6px;border-radius: 6px;margin: 25px 0;}
footer{
  background: #000d24;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.foot-contact{
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #181f2a;
}
.foot-icon i{
  color: #edbe00;
  font-size: 30px;
  width: 68px;
  height: 68px;
  margin-right: 15px;
  text-align: center;
  align-items: center;
  display: grid;
  border-radius: 50px;
  border: 2px solid #181f2a;
}
.foot-menu li{margin:0;}
.foot-menu a{
  color: #FFF;
  padding:10px 15px;
  float:left
}

.template_faq {
  background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 0;
  padding: 30px;
}
#accordion .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px 10px;
}
#accordion .panel-heading {
  border-radius: 30px;
  padding: 0;
}
#accordion .panel-title a {
  background: #ffb900 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
  background: #edbe00 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
#accordion .panel-title a.collapsed::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  content: "\f054";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#accordion .panel-body {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  padding: 20px 25px 10px 9px;
  position: relative;
}
#accordion .panel-body p {
  border-left: 1px dashed #8c8c8c;
  padding-left: 25px;
}