@charset "utf-8";
/* CSS Document */

.header-top {
    background-color: #296ff1;
    }

.main-btn {
  
    border: 1px solid #ffff00;
    background-color: #ffff00;
}

.header-contact ul li span {
    color: #ffffff;
    }

.header-opening-time p {
    color: #ffffff;
   
}
.slider-cont h1 {
    font-size: 40px;

}

  .google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }


.golosho {
    width: 20px;
    height: 30px;
    object-fit: cover;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}