*{font-family:sans-serif;font-size: 14px}
.container-xl .row{margin-right: 0;margin-left: 0;max-width: 100%;}
.row{max-width: 100%;margin-right: 0;margin-left: 0;max-width: 100%;}

header{background: #cc9933}
.container-xl .row{margin: 0}
.col-sm a{font-size: 30px}
header .col-sm-1{text-align: right;padding:5.5px 0;}
.logo img{width: 65%}
.company a{color: white;text-decoration-line: none;font-size: 28px;font-weight: bold;line-height: 70px;text-align:left;}



.banner .carousel-indicators{position: absolute;bottom: -43px}
.banner{padding-bottom: 40px}

.navbar {padding: 0%;font-weight:500;background: transparent;}
.navbar a{text-align: center;color: #d3b247}
.navbar-toggler-icon{color: black}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fffffff0;
  z-index: 1;
}

.nav-link:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

/*banner*/
.hero-image {
  background-image: url(../images/large/bnr3.jpg);
  /*background-color: #cccccc;*/
  height: 544px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
  color: white;
}

/*banner*/


.banner.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #989898;
} 

.carousel-indicators li {
  
    background-color: #989898;
} 

.carousel-control-prev-icon, .carousel-control-next-icon {
   
    outline: black;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 110%, 110%;
    border-radius: 50%;
 
}

.mascot img{
    position: fixed;
    z-index: 10;
    right: 40px;
    bottom: 5%;
    width: 10%
}

.mb-5, .my-5 {
    margin-bottom: 0rem !important;
}
.modal-title{font-size: 17px}
.modal-body{font-size: 12px}

.aboutus-section {
    padding: 120px 0;
}
.row {margin-right: 0px;
    margin-left: 0px;
}

.aboutus-section .col-md-4 img{width: 100%}
.company-profile{text-align: right;}


   
.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}


.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}


.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
   /* padding-left: 28px;*/
    width: 78%;
}

.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 15px;
    line-height: 22px;
}




.iconset img{width: 45%;opacity: .7}
.clearfix:hover {cursor: pointer;}
.clearfix:hover .iconset img{
    opacity: 1;

}





.gallery{margin-top: 2%}
.col-md-4{
    float: left;
}


.gallery_product img{max-width: 100%}





.product .w-100{border-radius: 5px;background: white;margin: 15px 0}



// Crop thumbnail images.
#gallery {
  
  img {
    height: 75vw;
    object-fit: cover;
    
    @media (min-width: $bootstrap-sm) {
      height: 35vw;
    }
    
    @media (min-width: $bootstrap-lg) {
      height: 18vw;
    }
  }
}


/*.col-12 .col-sm-6 .col-lg-4 img:hover{transform: scale(1.05);}*/

/*// Crop images in lightbox.*/
.carousel-item {
  
  img {
  
    object-fit: cover;
    
    @media (min-width: $bootstrap-sm) {
      height: 350px;
    }
  }
}

#gallery.custom {
  padding: 0 15px;
  
  img {
    display: block;
    margin: 15px 0;
    border-radius: 300px 30px 300px 300px;
    
    &:hover {
      border-radius: 30px 90px 30px 30px;
    }
  }
}

#exampleModal.custom {
  .modal-content {
    background: none;
    border: none;
  }
 
  .modal-header {
    border:none;

    
    button {
      background: none;
      border-radius: 100px 100px 0 0;
      padding: 5px 10px;
      opacity: 1;
      position: relative;
      top: 3px;
      border: solid 2px white;
      
      @media (min-width: $bootstrap-lg) {
        top: 15px;
      }
      
      &:hover {
        top: 3px;
      }
    }
    
    span {
      color: white;
    }
  }
  
  .modal-body {
    padding: 0;
    border: none;
    position: relative;
    
    &::before, &::after {
      content: '';
      height: 50px;
      width: 50px;
      display: block;
      position: absolute;
      background: white;
      border-radius: 3px 10px;
      
      @media (min-width: $bootstrap-md) {
        border-radius: 3px 30px;
        height: 100px;
        width: 100px;
      }
    }
    
    &::before {
      top: -5px;
      left: -5px;
      
      @media (min-width: $bootstrap-md) {
        top: -15px;
        left: -15px;
      }
    }
    
    &::after {
      bottom: -5px;
      right: -5px;
      z-index: -1;
      
      @media (min-width: $bootstrap-md) {
        bottom: -15px;
        right: -15px;
      }
    }
  }
  
  .modal-footer {
    border: none;
    margin-top: 60px;
    
    @media (min-width: $bootstrap-lg) {
      margin-top: 40px;
    }
    
    .btn {
      margin: auto;
      border: solid 2px white;
      background: none;
      text-transform: uppercase;
      font-size: 0.8em;
      letter-spacing: 0.1em;
      font-weight: bold;
      padding: 0.2em 0.7em;
      
      &:hover {
        background: white;
        color: black;
      }
    }
  }
  
  .product .carousel-control-prev, .carousel-control-next {
    font-size: 2em;
    top: auto;
    opacity: 1;
    bottom: -52px;
    
    @media (min-width: $bootstrap-md) {
      top: 0;
      opacity: 0.5;
      bottom: 0;
    }
  }
  
  .product .carousel-control-next-icon,  .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
  }
  
  .product .carousel-control-prev {
    @media (min-width: $bootstrap-md) {
      left: -90px;
    }
  }
  
  .product .carousel-control-next {
    @media (min-width: $bootstrap-md) {
      right: -90px;
    }
  }
  
  .product .carousel-indicators {
    bottom: -60px;
    
    @media (min-width: $bootstrap-lg) {
      bottom: -30px;
    }
    
    li {
      height: 30px;
      border-radius: 100px;
      background: none;
      border: solid 2px white;
      
      @media (min-width: $bootstrap-lg) {
        height: 10px;
      }
      
      &:hover {
        background: white;
      }
      
      &.active {
        background: white;
      }
    }
  }
}




// --- BEGIN: style switch --- //
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  
  @media (min-width: $bootstrap-sm) {
    margin: 0;
  }
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  /*position: absolute;*/
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-wrap {
  text-align: center;
  background-color: #b1fbc1;
  padding: 30px;
  border-radius: 3px;
  margin: 30px 0 0;
  
  @media (min-width: $bootstrap-sm) {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px;
  }
}

.switch-text {
  display: block;
  margin: 0.5em;
  
  @media (min-width: $bootstrap-sm) {
    margin: 0 1em 0 0;
  }
}

.product{background: #f2f1ee59;padding: 2% 0}
.product img{cursor: pointer;}
button:hover {
    
    background-color: #e5bb6b;
    border-color:#cc9933a;
}

.corporate-gifting {;padding: 4% 0}
.corporate-gifting .fa{color: #3333338c;opacity: .5}
.corporate-gifting .controls-top{text-align: center;padding-top: 5%}
.carousel-indicators li{width: 10px;
height: 10px;
border-radius: 50%;
background-color: #d0cdc7}

.btn-primary{
background-color: #3333338c;
border: none}

.btn-primary:hover {
    
    background-color: #cc9933;
    border-color: #0062cc;
}
a:not([href]) {
    color: white;
    text-decoration: none;
    
}
.corporate-gifting .fa:hover{opacity: 1}
.card-title{color: #cc9933;}


.py-5 {
  padding-top: 5px !important;
}

.map-container {
  height: 300px;
  position: relative;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.fa-4{font-size: 25px;padding-top: 5%;}



.aboutus-section .col{text-align: center;}



.page-footer {background:  #333333;text-align: center;}
.footer-copyright {background:  #171717;color: #807f7f;padding: 1%;}
.footer-copyright a{text-decoration: none;color: #cc9933;}
.footer-copyright a:hover{text-decoration: none;}
.page-footer .fa{color: white;padding: 1%;    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),}
.page-footer .fa:hover{color: #cc9933;cursor: pointer;text-decoration: none}
a:hover{text-decoration: none}

.col-lg-4 a{color: #0f0f0f }
.col-lg-4 a:hover{ 
    color:  #cc9933;}
.col-lg-4 p:hover{ 
    color:  #000;}



@media (max-width:1380px){
  .hero-text {
    top: 80%;
    left: 20%;}
  .mascot img{
      width: 12%;}
  }
@media (max-width:992px){
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    }
    .nav-link {
    display: block;
    padding: .5rem .75rem;
    }
    .aboutus-section .col-md-4 img {
    width: 100%;
    margin-top: 50%;
    }
    .iconset img {
    width: 70%;
    opacity: 1;
    }
    .h3, h3 {
    font-size: 1rem;
    }
  .h1, h1 {
    font-size: 2rem;
    }
  .filter-button {
    font-size: 14px;}
  .logo img {
    width: 70%;
    }
  }




@media (max-width: 890px){
  .hero-text {
    top: 20%;
    left: 22%;
    }
  .mascot img {
    width: 15%;
    }
  .logo img {
    width: 85%;
  }
}

@media (max-width:768px){
  .navbar{display: inline-block;font-size: 15px;width: 100%}
  .dropdown-item{display: inline-block;}
  .dropdown-menu.show {display: inline-block; width: 100%;}
  .mascot img{
      position: fixed;
      z-index: 10;
      right: 40px;
      bottom: 5%;
      width: 15%
    }
  /*.iconset img {
      width: 100%;  
    }*/
  .aboutus-section .col-md-4 img {
      width: 100%;
    }


  .feature .feature-box .feature-content {
      float: none;
      margin-left: 20%;
      text-align: center;
    
    }
  .aboutus-section .col-md-4 img{margin-top: 15%}

    
    .aboutus-section .col-md-4 img {
    width: 50%;
    transform: translateX(50%);
}

  h3{text-align: center;}}


@media (max-width:720px){
  .logo img {
    width: 100%;
}
}

@media (max-width:576px){
    .mascot img {
    
    width: 18%;
    }
    .company a {
    
    line-height: 45px;
    text-align: center;
  }
  .col-sm .company{
    text-align: center;
    }
 
  .heading{text-align: center;}
}

@media (max-width:575px){
   .logo img {
    width: 10%;
  }
  header .col-sm-1 {
      text-align: center;
      padding: 2% 0 0 0;
  }
}
@media (max-width:540px){
   .mascot img{
    width: 22%;}
    .page-footer .fa {
    padding: 2%;
    }
  }

@media (max-width:360px){
  .col-sm-2{text-align: center;padding:1% 0;}
  header .col-sm{text-align: center;padding-bottom: 2%;}
  .col-sm a{font-size: 22px;line-height: 22px;}
  .navbar{display: inline-block;font-size: 15px;width: 100%}
  .dropdown-item{display: inline-block;}
  .dropdown-menu.show {display: inline-block; width: 100%;}
  .logo img{width: 15%}
  .mascot img{
    position: fixed;
    z-index: 10;
    bottom: 1%;
    right: 1%;
    border-top: 0;
    width: 25%;

  }
  
  .iconset img {width: 100%;}
  .feature .feature-box .feature-content {padding-left: 5%;}
  header .col-sm-1{text-align: center;}
  header .col-sm .company{text-align: center;}
  .hero-image {
    
    height: 400px;
    background-position: -390px;
    
  }
  .hero-text {
    
    top: 20%;
    left: 25%;
    }
    .hero-text h1{font-size: 30px}
    .hero-text h3{font-size: 20px}
    .aboutus-section .col-md-4 img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutus-section {
    padding: 10% 0;
  }
  .footer-copyright{font-size: 12px}
  .page-footer{padding-top: 7%}
  .aboutus-section .col-md-4 img {
    width: 50%;
    
    margin-left: 0;
    margin-right: 0;
}
}

