* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "TropicalBeachy";
  src: url(../assets/tropical-beachy/OpenType-TT/TropicalBeachy-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "JMH Typewriter";
  src: url(../assets/tropical-beachy/JMH\ Typewriter.ttf);
  font-display: swap;
}
p,
.side-nav a {
  font-family: "JMH Typewriter";
}
#about .just-coffee-wrapper h1 {
  text-transform: uppercase;
}
h1,
h1 {
  font-family: "TropicalBeachy";
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
}
.bg-section {
  background-image: url("../assets/Background-01_11zon.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

#home-bg{
  background-image: url("../assets/home-page-bg-01.webp");
  background-size: cover;
  /*background-repeat: repeat;*/

  /* margin-top: -95px; */
}
#about-bg {
  background-image: url("../assets/About-Us-4-01.webp");
  background-size: cover;
  background-repeat: repeat;
}
.logo {
  width: 200px;
  margin-top: 0px;
  margin-left: -70px;
}
img {
  width: 100%;
}

.navbar {
  z-index: 1000;
}

.pr-20 {
  padding-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pos-rel {
  position: relative;
}

.main > section {
  /*min-width: 100%;*/
  /* height: 100vh;
    overflow: hidden; */
    
  /* padding-top: 110px; */
}

.side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-nav li:last-child a {
  border-bottom: none;
  cursor: pointer;
}
.side-nav a {
  color: white;
  text-decoration: none;
  padding: 4px;
  display: block;
  cursor: pointer;
  /* font-weight: bold; */
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid white;
  transition: 0.3s;
  line-height: 0.6;
}
.side-nav li {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  margin: 10px 6px;
}
.side-nav {
  position: fixed;
    left: -106px;
    top: 90%;
    transform: translateY(30%);
  background: #000;
  border-radius: 20px;
  z-index: 999;
  padding: 5px 0;
}
.sub-heading {
  font-size: 15px;
  font-weight: 400;
}

.desc_h {
  overflow: auto;
  scrollbar-width: thin;
}

.desc_h::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}

.desc_h::-webkit-scrollbar-thumb {
  background: #9fa0a1;
}
.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}
.about {
  /* flex: 1; */
  height: 100%;
  padding: 16px;
  margin-bottom: 32px;
}
.carousel-control-prev {
  left: 62px;
  color: #000;
}
.carousel-control-next {
  right: 50px;
  color: #000;
}
.count-wrap > img {
  max-width: 50px;
}

.count {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.count-title {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.news-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.news-img-wrap img {
  max-height: 200px;
}

.news-date {
  font-size: 14px;
  text-transform: uppercase;
}

.news-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
  letter-spacing: 0.3px;
}

.news-desc {
  font-size: 14px;
  letter-spacing: 0.3px;
}

.news-section {
  display: flex;
  /* height: 100vh; */
  padding-top: 110px;

  flex-direction: column;
}
.visitus-slider {
  background-color: #fffae9;
  padding: 25px 35px;
  border: 2px solid #000;
  width: 90%;
}
.custom-next {
  right: 3px;
}
.custom-prev {
  left: 3px;
}
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 18px;
  padding: 2px 10px;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background: #000;
  border-radius: 50%;
}
.address {
  background: #000;
  color: #fff;
  padding: 30px 30px;
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 2rem;
  margin-right: -10px;
  position: relative;
  /* margin-top: 100px; */
}
.contact-icons {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.contact-icons a {
  color: #fff;
  transition: color 0.3s ease;
}

.arrow-icon {
  position: absolute;
  right: 0px;
  bottom: 150px;
  font-size: 24px;
  color: rgb(6, 5, 5);
  background-color: #fffae9;
  padding: 10px;
  border-radius: 10%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 992px) {
    .just-coffee-wrapper{
      padding-bottom:40px;  
    }
 .main {
    overflow-x: auto;
    /* white-space: nowrap; */
    scroll-behavior: smooth;
  }
  .bg-section {
    vertical-align: top;
    width: 100vw; /* or whatever width each section should have */
  }
  #gallery .heading {
    padding-bottom: 20px;
  }
  #gallery .row.h-l-100 {
    display: flex;
    justify-content: center; /* Horizontal Centering */
    align-items: center; /* Vertical Centering */
    height: 100vh; /* Full height of the viewport */
    text-align: center;
  }
  .gallery-iamge img {
    height: 300px;
    margin: 10px;
    width: 100%;
  }
  .m-logo {
    display: none;
  }
  #visit {
    padding-top: 100px;
  }
  .slider-imag img {
    height: 90vh;
  }
  html {
    scrollbar-width: none;
  }

  /*body {*/
  /* background-color: #f7efef; */
  /*    background-color: #fff;*/
  /*    font-family: fjalla;*/
  /*}*/
  .main {
    flex-wrap: nowrap !important;
    position: fixed;
    left: 0;
    top: 0;
  }
  .nav-arrows {
    position: fixed;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    display: flex;
    gap: 10px;
    background-color: #111;
    padding: 5px;
    border-radius: 30px;
  }
  .nav-arrows button {
    background-color: #111;
    color: white;
    border: none;
    padding: 1px 5px;
    font-size: 15px;
    cursor: pointer;
  }
  .main > section {
    height: 100vh;
    overflow: hidden;
    /* padding-top: 70px; */
  }
  .slider-imag .custom-prev {
    left: 110px;
  }
  .slider-imag .custom-next {
    right: 93px;
  }
  .download-btn-wrapper {
    margin: auto;
    margin-top: -47px;
    text-align: center;
    background-color: #444;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    z-index: 10;
    width: 160px;
  }
  .download-btn {
    pointer-events: auto;
    z-index: 10;
    position: relative;
  }
  #about .just-coffee-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .download-btn-wrapper a {
    color: #fff;
    text-decoration: none;
  }
  #Amenities {
    padding-top: 10px;
  }

  .h-l-100 {
    height: 100%;
  }

  .container-fluid {
    max-width: 100%;
    padding: 0% 0% 0% 7%;
  }

  .just-coffee-wrapper {
    padding-top: 30px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(0%) !important;
    background-color: #000; /* optional glow background */
    border-radius: 50%; /* optional rounded icon */
    padding: 10px;
  }

  .team-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100% - 20px);
    justify-content: center;
  }

  .team-section {
    flex: 150px;
    display: flex;
    flex-direction: column;
    max-width: 150px;
  }

  .team-top {
    height: 50%;
    /*background: #486aae;*/
    padding: 12px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
  }

  .team-bottom {
    height: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .team-section .tophead {
    transform: rotate(90deg);
    height: 150px;
    /*position: absolute;*/
    width: calc((100vh - 100px) / 2);
    left: -68%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .contact-info {
    width: 50%;
  }

  .news-section {
    height: 100vh;
    padding-left: 0px;
    flex-direction: row;
  }
  .news-wrap {
    flex-direction: row;
  }

  .news-list {
    margin-right: 20px;
  }
  .main {
  display: flex;
  flex-direction: row;
  width: max-content;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

section {
  flex: 0 0 100vw; /* Make each section full viewport width */
  scroll-snap-align: start;
}

}
@media screen and (max-width: 991px) {
  .main {
    transform: translateY(10vw) !important;
  }
  .bg-section {
    background-image: none !important;
  }
  /*.main {*/
  /*  background-image: url("../images/images/mobile-device-bg.jpeg");*/
  /*  background-size: cover;*/
  /*  background-repeat: no-repeat;*/
  /*}*/
   .main {
    display: block !important;
    transform: none !important;
    background-image: url('../assets/mobile-device-bg-01.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about {
    background-image: url("../assets/about-us-mobile-device-01.webp");
    background-size: cover;
    background-repeat: repeat;
  }
  .contact-address p:nth-child(2),
  .contact-address p:nth-child(3) {
    padding-right: 40px;
  }
  .main #home-section {
    /* min-width: 100%; */
    padding-top: 110px;
  }
  #about,
  .contact-section {
    padding-top: 50px;
  }
  .navi-mobile {
    position: fixed !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 1000;
    /*box-shadow: 0px 0px 0px 1px #eee;*/
  }
  .just-coffee-wrapper .logo {
    display: none;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #000 !important;
  }
  
  #mobileNav {
    position: fixed;
    top: 3%; /* or any pixel value */
    right: 20px;
    z-index: 1050;
    background: white;
    /*padding: 1rem;*/
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .slider-imag .custom-prev {
    left: 80px;
  }
  .slider-imag .custom-next {
    right: 65px;
  }
  .slider-imag .custom-prev,
  .slider-imag .custom-next {
    position: absolute;
    top: 47%;
  }
  .side-nav {
    width: 110px;
    left: revert;
  }
  .side-nav a {
    border-bottom: 1px solid #41464b;
  }
  .side-nav a {
    color: #000;
  }
  .side-nav li {
    writing-mode: horizontal-tb;
  }
  /*.side-nav {*/
  /*position: fixed;*/
  /*right: 20px;*/
  /*left:0px;*/
  /*top: 7%;*/
  /*transform: translatex(-0%);*/
  /*background:none;*/
  /*}*/
  .nav-arrows {
    display: none;
  }
  .toggle-nav-btn {
    background-color: transparent;
    color: #000;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 25px;
    position: fixed;
    right: 20px;
    top: 4%;
    z-index: 10;
  }

  .slider-imag img {
    height: 450px;
    position: relative;
  }
  .download-btn-wrapper {
    margin: auto;
    margin-top: -47px;
    text-align: center;
    background-color: #444;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    z-index: 10;
    width: 160px;
  }
  .download-btn-wrapper a {
    color: #fff;
    text-decoration: none;
  }
  .download-btn {
    pointer-events: auto;
    z-index: 10;
    position: relative;
  }

  .pr-20 {
    padding-right: 0px;
  }
  .row > * {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .arrow-icon {
    display: none;
  }
  .pb-3 {
    padding-bottom: 0rem !important;
  }
  .address {
    margin-right: 0px;
    margin-top: 20px;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0rem;

    border-top-left-radius: 2rem;
  }
  .visitus-slider {
    width: 100%;
  }
  /*.side-nav{*/
  /*    display:none;*/
  /*}*/
  h1,
  h2 {
    font-size: 35px;
  }
  .logo {
    width: 100px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .navbar {
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px #eee;
  }

  .navbar-collapse {
    background-color: #90b9d5;
  }

  .left-0 {
    left: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 16px 8px;
  }

  a.social {
    width: 20px;
    height: 15px;
    margin: 6px;
    transition: all 0.5s;
  }
  #home{
      padding-top:110px;
  }
  p, .company_desc{
          /*padding: 0px 0px 0px 18px;*/
  }
  #visit{
         padding-top:80px;
  }
  #aboutus{
      padding-top:60px;
  }
}
