@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Uncial+Antiqua&display=swap');

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 16px;
  border: 0;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
}

a {
  text-decoration: none;
}

.navbar-collapse li {
  list-style: none;
}

.nav-bg{
  background-color: #000000;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  background-color: #000000;
  transition: background-color 0.3s, color 0.3s;
}

.navigation {
  background-color: #000000;
}

.logo img {
  height: 57px;
  width: 113px;
  margin: 6px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link, .fa-moon{
  color: white;
}

.nav-link:hover {
  color: #03DAC5;
  background-color: #00000090;
  border-radius: 25px;
}

.fa-bars-staggered {
  font-size: 35px;
  color: white;
  margin:0;
}

.cta {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.10416666666666663) 0%, rgba(0, 0, 0, 1) 83%), url('../images/bg.jpg');
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.anchor-projects {
  display: inline-block;
  border: 2px solid #03DAC5;
  color: white;
  /* margin-top: 20px; */
  padding: 20px 25px;
}

.anchor-projects:hover {
  color: #03DAC5;
}

.content h1 {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Uncial Antiqua", system-ui;
}

.content span {
  font-weight: bold;
  font-size: 25px;
  color: #03DAC5;
  font-weight: 700;
}

.text-contact,
.text-project,
.text-about,
.text-gallery {
  color: #03DAC5;
  text-align: center !important;
  text-decoration-line: underline;
  text-decoration-style: dotted;  
  font-weight: 600;  
}

.text-para-lh {
  line-height: 2;
  color: #b0adad;
  word-spacing: 1.5px;
  letter-spacing: 1px;
  text-align: justify;
}

.card{
  border: none !important;
  box-shadow: 4px 4px 4px 4px #696969;
}

.card:hover{
  border: none !important;
  box-shadow: 4px 4px 4px 4px #67e8db;
}

.card-body{
  background-color: #1E1E1E;
}

.card-title, .card-text-ul .card-text-li{
  color: #fff;
}

.card-btn{
  background-color: transparent;
  border: 2px solid #03DAC5;
  border-radius: 0px;
  color: white;
}

.card-btn:hover{
  background-color: #03DAC5;
  border: 2px solid #03DAC5;
  color: black;
}

.card img{
  width: 100%;
  height: 300px;
  object-fit: fill;
} 

.form-button {
  border: 1px solid #03DAC5;
  color: white;
}

.form-button:hover {
  background-color: #03DAC5;
  color: black;
}

.text-para {
  color: #B0ADAD;
}

.text-para:hover {
  color: #03DAC5;
}

.social-links .fa-brands:hover {
  color: #03DAC5;
  transform: scale(1.2);
  transition: 0.3s;
}

.img-carousel-sm{
  position: relative;
}

.carousel-control-next-sm{
  height: 35px;
  width: 35px;
  position: absolute;
  top: 162px;
  left: 156px;
  bottom: 6%;
  right: 12%;
  opacity: 1;
  background-color: #03DAC5;
}

.carousel-control-prev-sm{
  height: 35px;
  width: 35px;
  position: absolute;
  top: 162px;
  left: 104px;
  bottom: -3%;
  right: 28%;
  opacity: 1;
  background-color: white;
  color: black;
}

.carousel-control-prev-services, .carousel-control-next-services{
  top: 121px;
  height: 50px;
  width: 50px;
  font-size: 30px;
}

.item img{
  width: auto;
  height: 300px;
  object-fit: fill;
}

a i {
  font-size: 32px;
  margin: 5px;
}

.contact-title{
  color: #03DAC5;
  padding-bottom: 10px;
}

.text-para-title{
  color: white;
}

.footer {
  border-top: 1px solid white;
}

/* TO TOP */

#topbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#topbtn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.error {
  color: #03DAC5;
}

input {
  margin-top: 10px;
}

.footer {
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 300;
}
.footer p {
  margin: 0;
  opacity: 0.8;
}

/* .footer-div{
  color: white;
} */

/* Styling for Switch */
.theme-toggle-container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.form-check-input{
  width: 2.5em !important;
  height: 1.5em;
}

.form-check-input:focus {
  border-color: none
}

.form-switch .form-check-input {
  cursor: pointer;
}

.dark-mode .fa-sun{
  font-size: 24px;
  padding-right: 8px;
  margin-top: 8px;
}

.theme-icon {
  font-size: 20px;
  margin-right: 5px;
  display: none;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.filter-btn {
  background-color: #222;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  position: relative;
}

.filter-btn.active {
  background-color: #118276;
}

.gallery {
  column-count: 4;
  column-gap: 10px;
  padding: 5px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 10px;
  display: none; /* hidden by default, shown via JS */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .gallery {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .gallery {
    column-count: 1;
  }
}


/* for light mode */

.light-mode{
  background-color: white;
}

.light-mode .navigation {
  background-color: white;
}

.light-mode .nav-bg{
  background-color: #fff;
}

.light-mode .theme-icon{
  display: block;
}

.light-mode .nav-link {
  color: #6200EE;
}

.light-mode .nav-link:hover {
  color: white;
  background-color: #6200EE;
  border-radius: 0;
}

.light-mode .fa-bars {
  color: black;
}

.light-mode .cta {
  background-image: linear-gradient(174deg, rgba(65, 78, 86, 0.43469887955182074) 100%, rgba(0, 0, 0, 0.5775560224089635) 100%), url('../images/bg2.jpg');
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: black; */
}

.light-mode .anchor-projects {
  border: 2px solid #6200EE;
  color: white;
}

.light-mode .content span {
  color: white;
}

.light-mode .text-contact,
.light-mode .text-project,
.light-mode .text-about,
.light-mode .text-gallery {
  color: #6200EE;
}

.light-mode .text-para-lh {
  color: black;
}

.light-mode .filter-btn.active {
  background-color: #2d0a5f;
}

.light-mode .text-para {
  color: rgb(61, 61, 61);
}

.light-mode .text-para:hover {
  color: #6200EE;
}

.light-mode .text-para-title{
  color: black;
}

.light-mode .social-links .fa-brands:hover {
  color: #6200EE;
  transform: scale(1.2);
  transition: 0.3s;
}

.light-mode .contact-title {
  color: #6200EE;
}

.light-mode .footer {
  border-top: 1px solid black;
}

 /* Sun Icon Yellow in Light Mode */
 .light-mode #themeIcon.fa-sun {
  color: #fde155;
  font-size: 24px;
  padding-left: 8px;
  padding-top: 3px;
}

.light-mode .form-check-input:focus {
  border-color: none
}

/* TO TOP */

.light-mode #topbtn {
  background-color: grey;
  color: black;
}

.light-mode #topbtn:hover {
  background-color: #6200EE;
  color: white;
}

.light-mode .error {
  color: #6200EE;
}

.light-mode .footer {
  background-color: #fff;
  color: black;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 300;
}
.light-mode .footer p {
  margin: 0;
}

.light-mode #services, .light-mode #contact {
  background: linear-gradient(to bottom, #f3e8ff, #ffffff, #f3e8ff);
}

@media (min-width: 321px){
  .carousel-control-prev-services, .carousel-control-next-services{
    top: 124px;
    height: 50px;
    width: 50px;
    font-size: 30px;
  }

  .carousel-control-next-sm{
    height: 35px;
    width: 35px;
    position: absolute;
    top: 187px;
    left: 183px;
    bottom: 6%;
    right: 12%;
    opacity: 1;
    background-color: #03DAC5;
  }
  
  .carousel-control-prev-sm{
    height: 35px;
    width: 35px;
    position: absolute;
    top: 187px;
    left: 132px;
    bottom: -3%;
    right: 28%;
    opacity: 1;
    background-color: white;
    color: black;
  }
}

@media (min-width: 425px){
  .carousel-control-prev-services, .carousel-control-next-services{
    top: 130px;
    height: 50px;
    width: 50px;
    font-size: 30px;
  }

  .carousel-control-next-sm{
    height: 35px;
    width: 35px;
    position: absolute;
    top: 210px;
    left: 208px;
    bottom: 6%;
    right: 12%;
    opacity: 1;
    background-color: #03DAC5;
  }
  
  .carousel-control-prev-sm{
    height: 35px;
    width: 35px;
    position: absolute;
    top: 210px;
    left: 156px;
    bottom: -3%;
    right: 28%;
    opacity: 1;
    background-color: white;
    color: black;
  }
}


@media (min-width: 768px) {
  .project-img {
    width: 324px;
  }

  /* .get-in-touch-div {
    border-left: 1px solid white;
  } */

  #myBtn {
    bottom: 15px;
    right: 15px;
    padding: 15px;
  }

  .carousel-control-prev-services, .carousel-control-next-services{
    top: 125px;
    height: 50px;
    width: 50px;
    font-size: 30px;
  }

  /* light mode */

  /* .light-mode .get-in-touch-div {
    border-left: 1px solid black;
  } */
}


@media(min-width: 992px) {
  .content h1 {
    font-size: 78px;
    margin-bottom: 20px;
  }

  .content span {
    font-weight: bold;
    font-size: 36px;
  }

  .project-img {
    width: 295px;
  }

  .img-height {
    height: 685px;
  }

  .carousel-control-prev-services, .carousel-control-next-services{
    top: 121px;
    height: 50px;
    width: 50px;
    font-size: 30px;
  }
}

@media(min-width: 1200px) {
  .project-img {
    width: 355px;
  }

  .carousel-control-prev-services, .carousel-control-next-services{
    top: 129px;
    height: 50px;
    width: 50px;
    font-size: 30px;
  }
}

@media(min-width: 1400px) {
  .project-img {
    width: 400px;
  }

  .img-height {
    width: 440px;
  }

  .content h1 {
    font-size: 87px;
  }

  .content span {
    font-size: 41px;
  }

  .carousel-control-prev-services, .carousel-control-next-services{
    top: 134px;
    height: 50px;
    width: 50px;
    font-size: 30px;
  }
}

@media(min-width: 2500px) {
  .content h1 {
    font-size: 114px;
  }

  .content span {
    font-size: 49px;
  }

  #slider{
    height: 20vh;
  }

  .carousel-control-prev-services, .carousel-control-next-services{
    top: 122px;
    height: 50px;
    width: 50px;
    font-size: 30px;
  }
}