*, 
*:before, 
*:after{
    box-sizing: border-box;
}
html{
    font-size: 16px;
}
body{
    margin: 0;
    padding:0;
    font-family: 'Arial Rounded MT Bold';
    text-align: center;
    background-image: url("../assets/images/bg.jpg");
}

#splash-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgb(255, 255, 255); /* Fallback color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1000;
  transition: opacity 0.2s ease-out;
}

#splash-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fade out effect */
.fade-out {
  opacity: 0;
}

#main-content {
  display: none;
  overflow: hidden;
}

header{
    background-image: url("../assets/images/bg.jpg");
    display: flex;
    color: aliceblue;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid black;
    padding: 1rem;
    font-size: 1.1rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
   right: 0;
   margin: auto;
   height: 7rem;
}

.hideAll{
    display: none;
}

.logo{
    width: 3rem;
}

nav a{
    margin: 15px;
    color: black;
    text-decoration: none;
}

nav a:hover{
    color: rgb(255, 255, 255);
    border: 1px solid black;
    border-radius: 20px;
    background-color: black;
    padding: 10px;
}

/* MAIN SECTION////////////////////// */

#leaf{
    width: 30%;
    margin-top: 110px;
}

/* #note{
    width: 20%;
    float: right;
    margin-top: -700px;
} */

#name{
    width: 30%;
    margin-top: -90px;
    margin-left: 360px;
}

#port{
    width: 55%;
    margin: 0 auto;
    margin-top: -80px;
}

#boat{
    margin-top: -100px;
}

.carousel {
margin-top: 30px;
padding: 10px;
font-family: 'Arial Rounded MT Bold';
  overflow: hidden;
  white-space: nowrap;
  width: 100%; /* or set a specific width */
  background: #000000; /* optional background */
  color: aliceblue;
}

.carousel-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 35s linear infinite;
}

.carousel-track span {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.2rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

#upper-trim{
    margin-top: 30px;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: rgb(0, 0, 0);
}
  
.flex-container > div {
    width: 100%;
    /* margin: 2px; */
    text-align: center;
    line-height: 300px;
    font-size: 30px;
}


.one{
    background-color: rgb(0, 0, 0);
    border: 3px rgb(255, 255, 255) solid;
    background-size:cover;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
}

.two{
     background-color: rgb(255, 255, 255);
    border: 3px rgb(255, 255, 255) solid;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}



.three{
    background-color: rgb(0, 0, 0);
    border: 3px rgb(255, 255, 255) solid;
    color: #ffffff;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.fish{
    margin-top: 30px;
}

#projects{
    font-size: 20px;
    color: white;
    text-decoration: none;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;
}

#projects:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;
}


/* ///PROJECT PAGE/////////////////// */

.show-project{
    min-height: 75vh;
    margin-top: 112px;

}

.container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 60px;
  width: 80%;
  height: 800px;
  margin: 50px auto;
}

.item {
  background-color: #ffffff;
  border: 2px solid black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  border-radius: 10px;
}

.text{
    color: #000000;
    margin-top: -400px;
}

#project-head{
    font-size: 290px;
}

/* PROJECT ONE//////////////////////// */

.show-workone{
    min-height: 75vh;
    margin-top: 112px;

}

.show-workone a{
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.click-workone{
    background-image: url("../assets/images/tree1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.show-workone a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

/* PROJECT TWO//////////////////////// */

.show-worktwo{
    min-height: 75vh;
    margin-top: 112px;

}

.show-worktwo a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.click-worktwo{
    background-image: url("../assets/images/snake2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.show-worktwo a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

/* PROJECT THREE //////////////////////// */

.show-workthree{
    min-height: 75vh;
    margin-top: 112px;

}

.show-workthree a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.click-workthree{
    background-image: url("../assets/images/perfume3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.show-workthree a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

.heading{
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
    font-size: 60px;
}


.proj-img{
    width: 90%;
    margin: 0 auto;
}

.proj3-vid{
    width: 100%;
}

/* PROJECT FOUR //////////////////////// */

.show-workfour{
    min-height: 75vh;
    margin-top: 112px;

}

.show-workfour a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.show-workfour a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

.click-workfour{
    background-image: url("../assets/images/flca4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

/* PROJECT FIVE //////////////////////// */

.show-workfive{
    min-height: 75vh;
    margin-top: 112px;

}

.click-workfive{
    background-image: url("../assets/images/forest5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.show-workfive a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.show-workfive a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

/* PROJECT SIX //////////////////////// */

.show-worksix{
    min-height: 75vh;
    margin-top: 112px;

}

.click-worksix{
    background-image: url("../assets/images/dc6.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.show-worksix a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.show-worksix a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

/* PROJECT SEVEN //////////////////////// */

.show-workseven{
    min-height: 75vh;
    margin-top: 112px;

}

.click-workseven{
    background-image: url("../assets/images/woodlan7.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.show-workseven a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.show-workseven a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

/* PROJECT EIGHT //////////////////////// */

.show-workeight{
    min-height: 75vh;
    margin-top: 112px;

}

.click-workeight{
    background-image: url("../assets/images/8.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* SERVICE PAGE /////////////////////// */

.show-service{
    min-height: 75vh;
    margin-top: 112px;
}

#service-head{
    font-size: 270px;
}

.octo{
    width: 80%;
    margin: 20px auto;
}

/* ABOUT PAGE///////////////////////////////// */

.show-about{
    min-height: 75vh;
    margin-top: 112px;
}

#about-head{
    font-size: 260px;
}

#book{
    width: 80%;
    margin: 0 auto;
}

.show-about a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.show-about a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}


/* CONTACT PAGE ///////////////////////// */

.show-contact{
    min-height: 75vh;
    margin-top: 112px;
}

#contact-head{
    font-size: 290px;
}

.info{
    width: 80%;
    background-color: #000000;
    height: 550px;
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  margin: auto;
  color: #ffffff;
  border-radius: 30px;
}

.image-container img {
  width: 60%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin-left: 100px;
}

.text-container{
    margin-left: -100px;
}

.text-container h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: left;
}

.text-container p {
  line-height: 1.6;
  font-size: 1rem;
  margin-left: 00px;
  text-align: left;
}

.info a{
    color: #ffffff;
    text-decoration: none;
}

.info a:hover{
    color: #ff6868;
}

/* FOOTER/////////////////// */

footer{
    width: 100%;
    background-color: #000000;
    margin-top: 40px; 
    padding: 20px;
}

.footer{
    display: flex;
    gap: 20px;
}

.footer-links{
    display: flex;
    flex-direction: column;
    font-size: 0.6rem;
    text-align: left;
    gap: 11px;

}

.footer-links a{
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover{
    text-decoration: underline;
}

.logo2{
    width: 3rem;
}

.copyright{
    color: #ffffff;
    font-size: 0.7rem;
}

/* STANDARD LAPTOP/////////////////////////////////////////////////////////// */
@media (min-width: 1024px) and (max-width: 1438px) {

#name{
    width: 35%;
    margin-top: -50px;
    margin-left: 240px;
}

#port{
    width: 55%;
    margin: 0 auto;
    margin-top: -60px;
}

#boat{
    margin-top: -90px;
}

.flex-container > div {
    width: 100%;
    /* margin: 2px; */
    text-align: center;
    line-height: 180px;
    font-size: 18px;
}

.container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 45px;
  width: 80%;
  height: 600px;
  margin: 50px auto;
}

.item {
  background-color: #ffffff;
  border: 2px solid black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: 5px;
}

.text{
    color: #000000;
    margin-top: -310px;
}

#project-head{
    font-size: 200px;
}

/* PROJECT ONE//////////////////////// */

.show-workone{
    min-height: 75vh;
    margin-top: 112px;

}

/* PROJECT TWO//////////////////////// */

.show-worktwo{
    min-height: 75vh;
    margin-top: 112px;

}

.show-worktwo a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.show-worktwo a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

/* PROJECT THREE //////////////////////// */

.show-workthree{
    min-height: 75vh;
    margin-top: 112px;

}

.show-workthree a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.show-workthree a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;

}

.heading{
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
    font-size: 45px;
}


.proj-img{
    width: 90%;
    margin: 0 auto;
}

.proj3-vid{
    width: 100%;
}

/* PROJECT FOUR //////////////////////// */

.show-workfour{
    min-height: 75vh;
    margin-top: 112px;

}

/* PROJECT FIVE //////////////////////// */

.show-workfive{
    min-height: 75vh;
    margin-top: 112px;

}

/* PROJECT SIX //////////////////////// */

.show-worksix{
    min-height: 75vh;
    margin-top: 112px;

}

/* PROJECT SEVEN //////////////////////// */

.show-workseven{
    min-height: 75vh;
    margin-top: 112px;

}

/* PROJECT EIGHT //////////////////////// */

.show-workeight{
    min-height: 75vh;
    margin-top: 112px;

}

/* SERVICE PAGE /////////////////////// */

.show-service{
    min-height: 75vh;
    margin-top: 112px;
}

#service-head{
    font-size: 200px;
}

.grid-container {
margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border: 2px solid black;
  width: 90%;
  height: 500px;
}

.grid-item {
    border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.dif-bg{
    background-color: #000000;
    color: white;
}

.dif-bg2{
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}

/* ABOUT PAGE///////////////////////////////// */

.show-about{
    min-height: 75vh;
    margin-top: 112px;
}

#about-head{
    font-size: 190px;
}

#book{
    width: 80%;
    margin: 0 auto;
}


/* CONTACT PAGE ///////////////////////// */

.show-contact{
    min-height: 75vh;
    margin-top: 112px;
}

#contact-head{
    font-size: 200px;
}

.info{
    width: 80%;
    background-color: #000000;
    height: 450px;
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  margin: auto;
  color: #ffffff;
  border-radius: 30px;
}

.image-container img {
  width: 60%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin-left: 70px;
}

.text-container{
    margin-left: -80px;
}

.text-container h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: left;
}

.text-container p {
  line-height: 1.6;
  font-size: 1rem;
  margin-left: 00px;
  text-align: left;
}



   
  
}

/* TABLET//////////////////////////////////////////////////////////// */
@media (min-width: 768px) and (max-width: 1023px) {

    header{
    background-image: url("../assets/images/bg.jpg");
    display: flex;
    color: aliceblue;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid black;
    padding: 1rem;
    font-size: 0.75rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
   right: 0;
   margin: auto;
   height: 5.2rem;
}

.logo{
    width: 2.5rem;
}

#name{
    width: 30%;
    margin-top: -50px;
    margin-left: 185px;
}

#port{
    width: 55%;
    margin: 0 auto;
    margin-top: -42px;
}

#boat{
    margin-top: -60px;
}

#leaf{
    width: 30%;
    margin-top: 82px;
}

.carousel {
margin-top: 20px;
padding: 10px;
font-family: 'Arial Rounded MT Bold';
  overflow: hidden;
  white-space: nowrap;
  width: 100%; /* or set a specific width */
  background: #000000; /* optional background */
  color: aliceblue;
}

.carousel-track span {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1rem;
}

 .flex-container > div {
    width: 100%;
    /* margin: 2px; */
    text-align: center;
    line-height: 150px;
    font-size: 18px;
  }

  #projects{
    font-size: 15px;
    color: white;
    text-decoration: none;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;
}

#projects:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;
}


/* ///PROJECT PAGE/////////////////// */

.show-project{
    min-height: 75vh;
    margin-top: 82px;

}

.container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  width: 85%;
  height: 450px;
  margin: 50px auto;
}

.item {
  background-color: #ffffff;
  border: 2px solid black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  border-radius: 10px;
}

.text{
    color: #000000;
    margin-top: -230px;
}

#project-head{
    font-size: 155px;
}

/* PROJECT ONE//////////////////////// */

.show-workone{
    min-height: 75vh;
    margin-top: 80px;

}

/* PROJECT TWO//////////////////////// */

.show-worktwo{
    min-height: 75vh;
    margin-top: 80px;

}

.show-worktwo a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}


/* PROJECT THREE //////////////////////// */

.show-workthree{
    min-height: 75vh;
    margin-top: 80px;

}

.show-workthree a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.heading{
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
    font-size: 35px;
}


/* PROJECT FOUR //////////////////////// */

.show-workfour{
    min-height: 75vh;
    margin-top: 80px;

}

/* PROJECT FIVE //////////////////////// */

.show-workfive{
    min-height: 75vh;
    margin-top: 80px;

}

/* PROJECT SIX //////////////////////// */

.show-worksix{
    min-height: 75vh;
    margin-top: 80px;

}

/* PROJECT SEVEN //////////////////////// */

.show-workseven{
    min-height: 75vh;
    margin-top: 80px;

}

/* PROJECT EIGHT //////////////////////// */

.show-workeight{
    min-height: 75vh;
    margin-top: 80px;

}

/* SERVICE PAGE /////////////////////// */

.show-service{
    min-height: 75vh;
    margin-top: 80px;
}

#service-head{
    font-size: 150px;
}

.grid-container {
margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border: 2px solid black;
  width: 90%;
  height: 300px;
}

.grid-item {
    border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.dif-bg{
    background-color: #000000;
    color: white;
}

.dif-bg2{
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}

/* ABOUT PAGE///////////////////////////////// */

.show-about{
    min-height: 75vh;
    margin-top: 80px;
}

#about-head{
    font-size: 140px;
}

#book{
    width: 80%;
    margin: 0 auto;
}


/* CONTACT PAGE ///////////////////////// */

.show-contact{
    min-height: 75vh;
    margin-top: 80px;
}

#contact-head{
    font-size: 155px;
}


.info{
    width: 80%;
    background-color: #000000;
    height: 300px;
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  margin: auto;
  color: #ffffff;
  border-radius: 30px;
}

.image-container img {
  width: 80%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin-left: 20px;
}

.text-container{
    margin-left: -40px;
}

.text-container h2 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-align: left;
}

.text-container p {
  line-height: 1.6;
  font-size: 0.7rem;
  margin-left: 00px;
  text-align: left;
}
/* FOOTER/////////////////// */

footer{
    width: 100%;
    background-color: #000000;
    margin-top: 30px; 
    padding: 20px;
}

.footer{
    display: flex;
    gap: 15px;
}

.footer-links{
    display: flex;
    flex-direction: column;
    font-size: 0.5rem;
    text-align: left;
    gap: 11px;

}

.footer-links a{
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover{
    text-decoration: underline;
}

.logo2{
    width: 2.7rem;
}

.copyright{
    color: #ffffff;
    font-size: 0.6rem;
}
  
}

/* MOBILE L AND M////////////////////////////////////////////////////////////// */

@media (max-width: 767px) {

    header{
    background-image: url("../assets/images/bg.jpg");
    display: flex;
    color: aliceblue;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid black;
    padding: 1rem;
    font-size: 0.5rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
   right: 0;
   margin: auto;
   height: 4.3rem;
}

.logo{
    width: 2rem;
}

#name{
    width: 35%;
    margin-top: -50px;
    margin-left: 100px;
}

#port{
    width: 55%;
    margin: 0 auto;
    margin-top: -20px;
}

#boat{
    margin-top: -30px;
}

#leaf{
    width: 45%;
    margin-top: 65px;
}

.carousel {
margin-top: 20px;
padding: 5px;
font-family: 'Arial Rounded MT Bold';
  overflow: hidden;
  white-space: nowrap;
  width: 100%; /* or set a specific width */
  background: #000000; /* optional background */
  color: aliceblue;
}

.carousel-track span {
  display: inline-block;
  padding: 0 2rem;
  font-size: 0.6rem;
}

 .flex-container > div {
    width: 100%;
    /* margin: 2px; */
    text-align: center;
    line-height: 80px;
    font-size: 8px;
  }

  #projects{
    font-size: 10px;
    color: white;
    text-decoration: none;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;
}

#projects:hover{
    color: #000000;
    background-color: #ffffff;
    border: 2px solid black;
}

#upper-trim{
    margin-top: 20px;
}


/* ///PROJECT PAGE/////////////////// */

.show-project{
    min-height: 75vh;
    margin-top: 68px;

}

.container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 40px;
  width: 85%;
  height: 950px;
  margin: 50px auto;
}

.item {
  background-color: #ffffff;
  border: 2px solid black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  border-radius: 15px;
}

.text{
    color: #000000;
    margin-top: -230px;
}

#project-head{
    font-size: 75px;
}

/* PROJECT ONE//////////////////////// */

.show-workone{
    min-height: 75vh;
    margin-top: 68px;

}

.show-workone a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

/* PROJECT TWO//////////////////////// */

.show-worktwo{
    min-height: 75vh;
    margin-top: 68px;

}

.show-worktwo a{
    text-decoration: none;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;
    margin-top: -10px;

}

.proj-img2{
    margin-top: -20px;
}


/* PROJECT THREE //////////////////////// */

.show-workthree{
    min-height: 75vh;
    margin-top: 68px;

}

.show-workthree a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

.heading{
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    font-size: 30px;
}


/* PROJECT FOUR //////////////////////// */

.show-workfour{
    min-height: 75vh;
    margin-top: 68px;

}

.show-workfour a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

/* PROJECT FIVE //////////////////////// */

.show-workfive{
    min-height: 75vh;
    margin-top: 68px;

}

.show-workfive a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

/* PROJECT SIX //////////////////////// */

.show-worksix{
    min-height: 75vh;
    margin-top: 68px;

}

.show-worksix a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

/* PROJECT SEVEN //////////////////////// */

.show-workseven{
    min-height: 75vh;
    margin-top: 68px;

}

.show-workseven a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}

/* PROJECT EIGHT //////////////////////// */

.show-workeight{
    min-height: 75vh;
    margin-top: 68px;

}

/* SERVICE PAGE /////////////////////// */

.show-service{
    min-height: 75vh;
    margin-top: 68px;
}

#service-head{
    font-size: 72px;
}

.grid-container {
margin: 2px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border: 2px solid black;
  width: 90%;
  height: 200px;
}

.grid-item {
    border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.dif-bg{
    background-color: #000000;
    color: white;
}

.dif-bg2{
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}

/* ABOUT PAGE///////////////////////////////// */

.show-about{
    min-height: 75vh;
    margin-top: 68px;
}

#about-head{
    font-size: 68px;
}

#book{
    width: 80%;
    margin: 0 auto;
}

.show-about a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 20px;

}


/* CONTACT PAGE ///////////////////////// */

.show-contact{
    min-height: 75vh;
    margin-top: 68px;
}

#contact-head{
    font-size: 75px;
}

.info{
    width: 80%;
    background-color: #000000;
    height: 350px;
    display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  margin: auto;
  color: #ffffff;
  border-radius: 30px;
}

.image-container img {
  width: 60%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin-left: 50px;
}

.text-container{
    margin-left: 0px;
    margin-top: -20px;
}

.text-container h2 {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-align: center;
}

.text-container p {
  line-height: 1.6;
  font-size: 0.5rem;
  margin-left: 00px;
  text-align: center;
}

/* FOOTER/////////////////// */

footer{
    width: 100%;
    background-color: #000000;
    margin-top: 30px; 
    padding: 12px;
}

.footer{
    display: flex;
    gap: 15px;
}

.footer-links{
    display: flex;
    flex-direction: column;
    font-size: 0.35rem;
    text-align: left;
    gap: 9px;

}


.logo2{
    width: 2.2rem;
}

.copyright{
    margin-top: 10PX;
    color: #ffffff;
    font-size: 0.4rem;
}
  
}




