*{
  padding: 0px;
  margin: 0px;
}
/** Header **/
nav.navbar.navbar-expand-lg.navbar-light.bg-light.outlet-header{
  background: none !important;
}
nav.navbar.sticky-top.navbar-expand-lg.navbar-light.bg-light.outlet-header.sticky{
  background: #ed1d25 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
/** Breadcrumb **/
.outlet-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 0em 0em 0em;
  margin-top: -135px;
  width: 100%;
  height: 470px;
  background-image: linear-gradient(
180deg, #00000090, #00000000), url(../images/breadcrmb-gallery.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
    position: relative;
}
.outlet-breadcrumb:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -30px;
    height: 80px;
    background: #fff url(../images/breadcrum-border.png) no-repeat center / 100%;
}

.outlet-breadcrumb h1.outlets-title {
  font-size: 55px;
  color: #fff;
  letter-spacing: 1px;
    background-image: linear-gradient( 45deg,transparent, black, transparent);
    width: 50%;
    text-align: center;
}

/**  Gallery **/
section.container{
  padding: 60px 0px;
  width:87% !important;
  margin: auto;
}
section.container .row{
  padding: 20px 0px;
}
footer .row{
  padding: 0;
}
p.g-title{
  color: #ed1c24;
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
  font-weight: 400;
}
p.g-title:before {
  position: absolute;
  content: '';
  width: 60%;
  height: 2px;
  background-color: #ed1c24;
  bottom: -18px;
  right: 0;
  left: 0px;
  margin: auto;
}
.headline{
  font-size: 19px;
  font-weight: 500;
} 
.gallery-row2{
  padding-top: 0!important;
}
.gallery-row2 .column-gap{
  column-gap: 1px;
}
.gallery-row2 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #ed1d25 !important;
}
.gallery-row2 .nav-link {
  color: #212529;
  border-radius: 0 !important;
  padding: 11px 0px;
  width: 160px;
}
.gallery-row2 .nav-link:focus,.gallery-row2 .nav-link:hover{
  color: #ed1d25;
}
.nav-pills .nav-link.active{
  color: #fff;
}
button.nav-link {
  background-color: #dbdbe4 !important;
}
.gallery-row2 .tab-content .gallery-inner-row{
  display: flex !important;
  column-gap: 20px;
}
.gallery-row2 .tab-content .gallery-inner-row .col{
  width: 33.33%;
  overflow: hidden;
  padding: 0;
}
.gallery-image img.image{
  width: 100%;
  height: 270px;
  object-fit: cover;
  position: relative;
}
.gallery-image{
  position: relative;
}
.gallery-image:after,.gallery-image:before{
  position: absolute;
  content: '';
  width: 30%;
  height: 30%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ed1d25a6;
  border: 1px solid #ffffff94;
  transition: 0.9s;
  opacity: 0;
}
.gallery-image:before{
  z-index: 1;
  content: 'Hello world';
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-image:after{
  width: 50%;
  height: 50%;
  border: 0px solid #ffffffb8;
  background-color: #ed1d25c2;
}
.gallery-image:hover:before{
  width: 90%;
  height: 90%;
  opacity: 1;
}
.gallery-image:hover:after{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.row.gallery-inner-row.gallery-inner-row1.all-gallery-row {
  padding-bottom: 0px;
}
.morebtn {
  border: 1px solid #ed1d25 !important;
  font-size: 15px !important;
  color: #ed1d25 !important;
  font-weight: 500 !important;
  padding: 11px 25px !important;
  border-radius: 0 !important;
}

/** Gallery popup **/
.modal-content {
  border-radius: 0 !important;
}
.modal-body{
  padding: 2px !important;
}
.modal-body img{
  width: 100%;
}


@media (min-width: 768px){
  .modal-dialog {
    max-width: 650px !important;
  }
}
@media (max-width: 767.98px){
  .modal-dialog {
    max-width: 80% !important;
    margin: auto;
  }
}



/*** Responsive ***/

@media (min-width: 992px) and (max-width: 1199.98px){
  .locations{
    width: 90%;
  }
  .outlet-breadcrumb{
    height: 380px;
  }
  .outlet-breadcrumb h1.outlets-title{
    font-size: 55px;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 8px !important;
  }
}


@media (min-width: 576px) and (max-width: 991.98px){
  section.container {
    padding: 30px 0px;;
  }
  .row .col {
      flex: 1 0 48%;
  }
  .outlet-breadcrumb{
    height: 350px;
  }
}

@media (max-width: 991.98px){
  .gallery-inner-col1,.gallery-inner-col2{
    margin-bottom: 18px !important;
  }
  .gallery-row2 .nav-link{
    width: 120px;
  }
}

@media (min-width: 300px) and (max-width: 575.98px){
  section.container {
    padding: 20px 0px;
    width: 80% !important;
  }
  .navbar-brand img{
    max-width: 80%;
  }
  .gallery-inner-col3{
    margin-bottom: 18px !important;
  }
  .locations {
    width: 80%;
  }
  .row .col {
    flex: 1 0 90% !important;
  }
  .outlet-breadcrumb{
    height: 270px;
  }
  .outlet-breadcrumb h1.outlets-title{
    font-size: 37px;
    letter-spacing: 0;
  }
  .outlet-breadcrumb{
    padding: 5em 0em 0em 0em;
  }
  ul#pills-tab {
    flex-direction: column;
    row-gap: 1px;
    align-items: center;
  }
  .gallery-row2 .nav-link{
    width: 150px;
  }
}

/**********************/

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}
div#myBtnContainer {
    text-align: center;
}
/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #66666673;
  cursor: pointer;
  width: 160px;
  border-radius: 0;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #ed1d25 ;
  color: white;
}

/*******************/



.main1 {
  max-width: 1000px;
  margin: auto;
}



.main1 .row {
 margin: 40px -13px;
}

/* Add padding BETWEEN each column */
.main1 .row,
.main1 .row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.main1 .column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.main1 .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.main1 .content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.main1 .show {
  display: block;
}

/* Style the buttons */
div#myBtnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main1 .btn {
  outline: none;
    padding: 12px 29px;
    background-color: #ffffff73;
    cursor: pointer;
    color: black;
    border: 2px solid red;
    display: inline-block;
    border-radius: 30px;
    min-width: 180px;
    max-width: 20em;
    margin: 8px 8px;
    width: auto;
        font-size: 18px;
    white-space: nowrap;
}

.main1 .btn:hover, .main1 .btn:focus {
  background-color: #ff0;
    box-shadow: none;
}

.main1 .btn.active {
  background-color: #ff0;
  color: #000;
}
.column.celebraty.show img, .column.outlets.show img {
    max-height: 218px;
    object-fit: cover;
    min-height: 218px;
}

.o-title {
    font-size: 20px;
    background-image: linear-gradient(45deg, black, transparent);
    margin-top: -50px;
    position: relative;
    top: 0px;
    padding: 14px 10px;
    color: #fff;
}

@media (max-width: 767.95px){
    .outlet-breadcrumb:before {
        height: 50px;
        background: #fff url(../images/breadcrum-border.png) no-repeat center / cover;
    }
    .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
    section.container.landscape {
        background-position: right center;
    }
    .col-7 {
        width: 100%;
    }
    section.container.landscape h2, section.container.landscape p {
        color: #232323;
    }
    .items-icon span {
        font-size: 16px;
    }
    .main1 .btn {
        min-width: 90px;
        font-size: 15px;
        padding: 2px 15px;
        margin-bottom: 5px;
    }
    .carousel-caption h5 {
        font-size: 16px;
        color: red;
        font-weight: 600;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30px;
        height: 30px;
    }
    .carousel-caption {
        width: 80%;
        left: 10%;
    }
    .outlet-breadcrumb h1.outlets-title {
        font-size: 30px;
    }
    .main1 {
        position: relative;
    }
    .main1 .row {
        margin: 0px -13px;
    }
    .main1 .content {
        padding: 0px;
    }
    .main1 .column {
        width: 100%;
    }
    .column.celebraty.show img, .column.outlets.show img {
        max-height: 102px;
        object-fit: cover;
        min-height: 100%;
    }
    
}


@media (max-width: 575.98px){
  h1.breadcrumb-title {
    font-size: 28px !important;
  }
  .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
  .navbar-brand img{
    max-width: 80%;
  }
  section.container.our-story .row{
    padding-top: 0px;
  }
  h2.heading {
    font-size: 26px !important  ;
  }
  .title-border {
    width: 12em !important;
  }
  section.container.pt-0.orign .col-6.pe-5 {
    padding-top: 0em;
  }
  section.container.landscape .row, section.container.why-us .row{
    padding-bottom: 1em ;
  }
  section.container.keeping-items .row .row .col-6{
      flex: 1 0 100%;
  }

}