
@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



*{
    /* outline: red .7px solid; */
}

html{
    scroll-behavior: smooth;
}
body{    
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: 5px;
    font-style: normal;
    font-size: 1rem;
    margin: 0;
    background-color: fff8e7;

}
p{
    line-height: 2rem;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
    height:100%;
}

button{
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: 5px;
    font-style: normal;
    border-radius: 50px;
    padding: 1rem 3rem;
    cursor: pointer;
    border-width: 0;
    background-color: #132152;
    color: white;
}
button:hover{
    background-color: #56aeff;
    transition: .5s;
   
}
/* .sub-header{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: boldzzzzzz;
    font-style: normal;
} */

/* nav */
#navbar-placeholder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    transition: background-color 0.3s ease;
    background-color: transparent;
}
#navbar-placeholder.scrolled {
    background-color: #ffffff; /* or any color you prefer */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional shadow */
  }

/* home */
.slideshow-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    height: 105vh;
    width: 100%;
   
}

.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105vh;
    overflow: hidden;
   
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.opac{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff8e7b7;  
    height: 105vh;
    padding-top: 7rem;
}

.banner{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2.15rem;
     
    
}
.banner p{
    font-size: 1.5rem;
    font-weight: bold;
    columns: #132152;
}
.title{
    font-family: 'BERNIER Distressed', sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 3rem;
    text-align: center;
    color: #132152;
}
.name{
    font-family: 'Gistesy', sans-serif;  
    font-size: 8rem;  
    color: #132152;     
                                

}
.grill{
    color:#132152;
}

/* about */
.info{
    padding:2rem 2rem;
    display: flex; 
    flex-wrap: wrap;

}
.hyper{
    color: #132152;
    font-weight: bold; 
}
.hyper:hover{
    color: #56aeff;
}
.intro{
    text-align: center;
    padding: 2rem;
}
.title-b{
    font-family: "Kalnia", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 4rem;
    color: #132152;
    text-align: center;
   
}
.head{
    width:50%;
    align-items: center;
    padding: 3rem 0;
}
.content{
    width:50%;
    display: flex;
    line-height: 2rem;
}
.content p{
    align-self: flex-end;
}
.pic1{
    height:25vh;
    
}
.pic1 img{ 
    object-fit: cover;
}
.pic2{
    height:25vh;
    display: flex;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}
.pic2 img{
    object-fit: cover;
   
}
.active {
    color: #56aeff;
}
.description{
    text-align: center justify;
    max-width:71.5rem;
    margin: auto;
    line-height: 2rem;
    

}
.mini{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 4rem;
}
.items{
    display: flex;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
 
.carrier {
    margin: 0;
    padding:  01rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
  }
  .container {
    max-width: 1200px;
    width: 95%;
    padding: 0;
  }
  .slider-wrapper {
    position: relative;
  }
  .slider-wrapper .slide-button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #132152;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .slider-wrapper .slide-button:hover {
    background: #404040;
  }
  .slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
  }
  .slider-wrapper .slide-button#next-slide {
    right: -25px;
  }
  .slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
  }
  .slider-wrapper .image-list .image-item {
    width: 325px;
    height: 400px;
    object-fit: cover;
  }
  .container .slider-scrollbar {
    height: 24px;
    width: 90%;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
  }
  .slider-scrollbar:hover .scrollbar-track {
    height: 4px;
  }
  .slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
  }
  .slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
  }
  .slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
  }
  .mid{
    text-align: center;
    padding: 3rem 2rem;
  }


  /* News letter */
  .news{
    height: 100vh;
    display: flex;
    padding-top: 3rem;
  }
 
  .news-head{
    padding: 12rem 3rem;
    width: 50%;
    text-align: left;
    align-items: center;
  }
 
  .details{
    width: 50%;
    background-color: #bfbfbf;
    /* background-color: rgb(212, 208, 208); */
  }

  /* Form */
.form-space{
    padding: 4rem 3rem 1rem 3rem;
    text-align: left;
    margin: auto;
}
.user-name{
    display: flex;
    gap: 2px;
    
}
.entry{
    border-radius: 10px;
    border-width: 1px;
    width: 30.5rem;
}
.comms{
    height: 2rem;
}
.names{
   width:15rem;
    
}
.form-lables{
    color: #08071c;
    font-size: 15px;
    font-weight: bold;
}
.submit{
    border-radius: 50px;
    height: 3rem;
    cursor: pointer;
    background-color: #132152;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

/* Footer */
.footer{
    background-color: #132152;
    align-items: center;
    padding-top: 1rem;
}
.blue{
    display: flex;
    gap: 4rem;
    color: white;
    padding: 0 3rem;

}
.title-c{
    color: white;
    
   
}
.big{
    text-align: left;
    padding: 3rem 1rem;
}
.big p{
    max-width: 45rem;
}
.time{
    padding: 2rem 0;
}
.tab{
    font-weight: bold;
    align-items: center;
    text-align: center;
    color: #08071c;
    background-color: white;
    border-radius: 30px;
    max-width: 15rem;
    height: 1.8rem;
    padding: 15px 10px 15px 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    cursor: pointer;
}
.map{
    padding: 3rem 1rem 1rem 1rem;
}
.mobile-map{
    display: none;
}

.white{
    /* background-color: white; */
  
}
.footer-text{
    padding: 2rem 3rem;
}
.f-text{
    font-family: "Kalnia", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 2rem;
    color: #132152;
}
.f-links{
    display: flex;
    flex-wrap: wrap;
    gap: 7rem;
    padding-top: 2rem;
    color: #08071c;
}
.link-text{
    font-weight: bold;
    color: #132152;
}
.location{
    padding: 2rem 0;

}
.f-links .menu-links ul{
    text-align: left;
    list-style-type: none;
    padding: 0;
    color: #c8c1c1;
    cursor: pointer;
}
.breaker{
    display: flex;
    flex-direction: row;
    gap:5rem;
}
.out{
    display: flex;
    flex-wrap: wrap;
}
.out-links{
    justify-content: center;
    gap: 10rem;
    padding: 1rem 3rem;
}
.docs{
    color: #a49999;
    font-size: 10px;
    gap: 2rem;
}
.copy{
    cursor: pointer;
}
.social{
    gap: 2rem;
    align-items: center;
}
.media{
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #404040;
}

  
  /* Styles for mobile and tablets */
  @media only screen and (max-width: 1440px) {

    .content{
        align-items: top;
    }
    .head{
        align-items: center;
        padding: 1rem 0;
    }

  }


  @media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
      display: none !important;
    }
    .slider-wrapper .image-list {
      gap: 10px;
      margin-bottom: 15px;
      scroll-snap-type: x mandatory;
    }
    .slider-wrapper .image-list .image-item {
      width: 280px;
      height: 380px;
    }
    .slider-scrollbar .scrollbar-thumb {
      width: 20%;
    }
  }

/* mobile */
@media (max-width:1024px){
    body{
        font-size: .8rem;
    }
    button{
        padding: .5rem 1.5rem;
    }
    .title{
        font-size: 5rem;
    }
    .banner{
        padding-top: 3rem;
        padding-bottom:.25rem ;
    }
    .banner p{
        font-size: 1rem;
    }
    .title-b{
        font-size: 2.5rem;
    }
    
} 

@media (max-width:850px){
    .title{
        font-size: 4rem;
    }
    .news{
        display: flex;
        flex-direction: column;
        height: 100vh;
    }
    .news-head{
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .details{
        width: 100%;
        height: 100vh;
        align-items: center;

    }
    .form-space{
       padding: 2rem ;
    }
    .entry{
        width:100%;
    }
    .mail-form{
        padding: 0 6rem;
    }
    .details-head{
        text-align: center;
    }
    .user-name{
        display: flex;
        flex-direction: column;
    }
    .footer-text{
        padding: 1rem;
    }
    .f-links{
        padding-top: .2rem;
        gap:4rem;
    }
    .out{
        text-align: center;
    }
    .docs{
        text-align: center;
    }
    .out-links{
       gap:3rem;
    }
    .blue{
        flex-direction: column;
        margin:0;
        gap: 0 ;
    }
}
@media  (max-width:600px){
   .name{
    font-size: 4rem;
   }
    p{
        text-align: justify;
    }
    .title-b{
        text-align: center;
    }
    .slideshow-container{
        height: 80vh;
    }
    .slideshow{
        height: 80vh;
    }
    .opac{
        height: 80vh;
    }
    .news-head p{
        padding: 0 2rem;
      }

    .news-letter{
        padding-bottom: 5rem;
      }
    .blue{
        padding: 1rem 1rem;
    }
    .title-c{
        padding: 4rem 0;
    }
    .map{
        display: none;
    }
    .mobile-map{
        display: block;
        padding: 1rem 0;
    }

}
@media (max-width:425px){
    .banner{
        padding: 2rem 0;
    }
    .banner p{
        padding: 1rem 0;
    }
    .btn{
        padding: .5rem 0;
    }
    .title{
        font-size: 3rem;
    }
    .info{
        display:flex;
        flex-direction: column;
    }
    .title-b{
        font-size: 2rem;
    }
    .head{
        width:100%;
    }
    .content{
        width:100%;
    }
    .mail-form{
        padding: 1.5rem 1.5rem;
    }
    .breaker{
        gap:2rem;
    }
    .docs{
        gap:1rem;
    }

}
@media (max-width:375px){
    .mobile-map{
        display: none;
    }

}
@media (max-width:320px){
    .banner{
        padding: 1.4rem 0;
    }
    .banner p{
        padding: 1rem 0;
    }
    .btn{
        padding: 0;
    }
    .title{
        font-size: 3rem;
    }
    .info{
        display:flex;
        flex-direction: column;
    }
    .title-b{
        font-size: 2rem;
    }
    .head{
        width:100%;
    }
    .content{
        width:100%;
    }

}
