body{
  margin: 0;
  background-color:black;
  overflow-x: hidden;
  min-height: 1000px;
}
* {
color: unset;
    font-family: "Montserrat", serif;
  font-style: normal;
width:unset;
}

p{
    font-weight: unset;
}

.container {
  width: unset;
  max-width:unset;
}

.parallax1 {
/* The image used */
background: url("/images/AdobeStock_1112023289-min.jpeg")  no-repeat center bottom;


/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
height:100vh;

position: relative;
display: flex;
align-items: flex-end; /* Stick to the bottom */
justify-content: center;
}



.parallax2 {
/* The image used */
background-image: url("/images/AdobeStock_304615976-min.jpeg");


/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
height:110vh;
}


.parallax3 {
/* The image used */
background-image: url("/images/AdobeStock_223200320-min.jpeg");


/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
height:110vh;
}


    
.parallax4 {
/* The image used */
background-image: url("/images/AdobeStock_244195356-min.jpeg");

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
height:110vh;
}

.content {
padding: 50px;
white-space: normal; 
  word-wrap: break-word;  
  overflow-wrap: break-word;
}

.white{
    background-color: white;
    color: black;
}

.black{
    background-color: black;
    color: white;
    margin-top: -20px;
}

.gridparent {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    font-size: 0.7rem;
}

.grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, 280px);
}

.grid>* {
  display: flex;
  border: 1px solid #ddd;
}

.nav {
  width: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  z-index: 1000;
  font-size: 1.2rem;
  line-height: 1.2;
  position: fixed;
}
.nav > .nav-header {
  flex: 1;
}
.nav > .nav-header > .nav-title {
  font-size: 22px;
  color: black;
  padding:10px;
}
.nav > .nav-list {
  display: flex;
  gap: 2rem;
}

.nav > .nav-list > li {
  list-style-type: none;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
.nav > .nav-list > li a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.nav > #nav-check {
    display: none;
}

h5{
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size:0.7rem;
  scroll-margin-top: 150px;
}


#div-about{
  min-height: 300px;
}

.content,  .parallax2, .parallax3, .parallax4, footer{
    z-index : 3;
    position: relative;
}

#div-about p{
  font-size: 2.5rem;
}

.parallax1-text1{
    text-align: center;
    width: 100%;
    position:fixed;
    z-index : 2;
    padding-bottom:75px;
}



.parallax3-h3{
    font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;  
}

.parallax1-text1 h3{
  color: white;
  font-size: 2rem;
  padding:15px;
  padding-bottom: 40px;
  margin: 0;
  font-family: "Cormorant", auto;
  font-style: normal;
  font-weight: bolder;
  z-index : 2;
  background-color: rgb(0,0,0,0.05);
}

.fadeIn{
      animation: fadeIn 3s ease-in-out forwards;
}

        @keyframes fadeIn {
            0% { opacity: 0; }
            100% { opacity: 1; }
        }

 #loading-screen img{
    width:10%;
    animation: fadeInOut 5s ease-in-out infinite;
 }
 
 
 .nav-title > a > img{
     height: 60px;
 }
 
 .nav-list{
     padding-right:10px;
 }
@media (max-width: 480px) {
  .nav > .nav-btn {
    display: inline-block;
    right: 0;
    top: 0;
    padding-top: 1.2rem;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid white;
  }
  .nav > .nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    background-color: black;
    height: 0;
    transition: all 0.3s ease-in;
    top: 60px;
    left: 0;
    overflow: hidden;
    z-index: 999;
  }
  .nav > .nav-list > li {
    width: 100%;
    margin-top: 1.5rem;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
    font-size: 15px;
  }
  .nav > #nav-check:checked ~ .nav-list {
    height: calc(110vh - 50px);
  }

  #div-about p{
    font-size: 2rem;
    z-index : 2;
  }
  
  .parallax1, .parallax2, .parallax3, .parallax4{
      height: 400px;
  }
  
  .parallax1-text1 h3{
      padding-bottom:25px;
        font-size: 1.3rem;
    }
    
#loading-screen img{
    width:25%;
 }
 
  .nav-title > a > img{
     height: 40px;
 }
 
  .nav-list{
     padding-right:unset;
 }
 
 .parallax1{
    background-position:right;
 }

}




.small{
  font-size: 0.8rem;
  color: grey;
}


        #loading-screen {
          overflow: hidden;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: black;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 9999;
      }

@keyframes fadeInOut {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

      .loading-dots {
          display: none;
          justify-content: center;
          align-items: center;
      }
      
      


      .loading-dots span {
          width: 12px;
          height: 12px;
          margin: 0 5px;
          background: white;
          border-radius: 50%;
          display: inline-block;
          /*animation: bounce 1.4s infinite ease-in-out both;*/
      }

      .loading-dots span:nth-child(1) { animation-delay: -0.32s; }
      .loading-dots span:nth-child(2) { animation-delay: -0.16s; }
      .loading-dots span:nth-child(3) { animation-delay: 0s; }

      @keyframes bounce {
          0%, 80%, 100% { transform: scale(0); }
          40% { transform: scale(1); }
      }

      .hide {
          opacity: 0;
          visibility: hidden;
          transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
      }
      
      
      
      /* For Webkit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 6px; /* Slim scrollbar */
    z-index: 1001;
}

::-webkit-scrollbar-track {
    background: black; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: white; /* Scroll thumb color */
    border-radius: 10px; /* Rounded edges */
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc; /* Light gray when hovered */
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: white black; /* Thumb color, Track color */
}

.col-4 > h5{
    font-size:1rem;
}



@media (max-width: 800px) {
                        .parallax1 {
                        /* The image used */
                        background: url("/images/AdobeStock_1112023289-sml.jpg")  no-repeat center bottom;
                        
                        
                        /* Create the parallax scrolling effect */
                        background-attachment: fixed;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        background-size: cover;
                        height:100vh;
                        
                        position: relative;
                        display: flex;
                        align-items: flex-end; /* Stick to the bottom */
                        justify-content: center;
                        }
                        
                        
                        
                        .parallax2 {
                        /* The image used */
                        background-image: url("/images/AdobeStock_304615976-sml.jpg");
                        
                        
                        /* Create the parallax scrolling effect */
                        background-attachment: fixed;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        background-size: cover;
                        height:110vh;
                        }
                        
                        
                        .parallax3 {
                        /* The image used */
                        background-image: url("/images/AdobeStock_223200320-sml.jpg");
                        
                        
                        /* Create the parallax scrolling effect */
                        background-attachment: fixed;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        background-size: cover;
                        height:110vh;
                        }
                        
                        
                            
                        .parallax4 {
                        /* The image used */
                        background-image: url("/images/AdobeStock_244195356-sml.jpg");
                        
                        /* Create the parallax scrolling effect */
                        background-attachment: fixed;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        background-size: cover;
                        height:110vh;
                        }
}






@media (max-width: 480px) {
                        .parallax1 {
                        /* The image used */
                        background: url("/images/AdobeStock_1112023289-sml.jpg");
                        
                        
                        /* Create the parallax scrolling effect */
                        background-attachment: fixed;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        background-size: auto 100%;
                        height:100vh;
                        
                        position: relative;
                        display: flex;
                        align-items: flex-end; /* Stick to the bottom */
                        justify-content: center;
                        }
                        
                        
                        
                        .parallax2 {
                        /* The image used */
                        background-image: url("/images/AdobeStock_304615976-sml.jpg");
                        
                        
                        /* Create the parallax scrolling effect */
                        background-attachment: fixed;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        background-size: auto 100%;
                        height:110vh;
                        }
                        
                        
                        .parallax3 {
                        /* The image used */
                        background-image: url("/images/AdobeStock_223200320-sml.jpg");
                        
                        
                        /* Create the parallax scrolling effect */
                        background-attachment: fixed;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        background-size: auto 100%;
                        height:110vh;
                        }
                        
                        
                            
                        .parallax4 {
                        /* The image used */
                        background-image: url("/images/AdobeStock_244195356-sml.jpg");
                        
                        /* Create the parallax scrolling effect */
                        background-attachment: fixed;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        background-size: auto 100%;
                        height:110vh;
                        }
}