@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
body,
html {
  font-family: "Poppins", sans-serif !important;
  padding: 0;
  margin: 0;
  cursor: none !important;

}
a{
  cursor: none !important;

}
h1,h2 {
  margin: 0 !important;
}
#dot,
#ball {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
}

#dot {
  width: 15px;
  height: 15px;
  background: #fff;
  z-index: 999;
}

#ball {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  background: transparent;
  z-index:999;
}
.hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero h1 {
  font-size: 6em;
}
.hero .menu-btn {
  position: fixed;
  top: 50px;
  right: 100px;
  
  letter-spacing: 5px;
  font-weight: bold;
}
.hero .menu-btn:hover span:nth-child(1) {
  width: 70px;
}
.hero .menu-btn:hover span:nth-child(2) {
  width: 65px;
  margin-left: -10px;
}
.hero .menu-btn span {
  display: block;
  margin: 5px 0;
  background: black;
  width: 65px;
  height: 5px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hero .menu-btn span:nth-child(2) {
  width: 40px;
  transition-delay: 0.1s;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.98);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu span {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 48px;
  
}
.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}
.menu .links-container a {
  width: 100%;
  height: 400px;
  font-size: 4em;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}
.menu .links-container a:hover {
  color: #00eca6;
  font-size: 4.5em;
  margin-left: 10px;
}
.menu .links-container a:before {
  color: whitesmoke;
}
.menu .home:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542149624-8a12d5285934?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a91f847fdcc99b00a29d5a39a2b6f4b9&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -250%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .home:hover:after {
  visibility: visible;
  top: -275%;
}
.menu .home:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .places:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542140372-de3e121eb11e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6feeb58669ba6adbd2aacc9c89391713&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -350%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .places:hover:after {
  visibility: visible;
  top: -375%;
}
.menu .places:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .about:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1527402992-00b58e9a4edf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=24056e5c05fb23e069e2b1f47fdaf8f1&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -450%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .about:hover:after {
  visibility: visible;
  top: -475%;
}
.menu .about:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .contact:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=665f85219b6ad4ee4b274871593f3394&auto=format&fit=crop&w=1350&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -550%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .contact:hover:after {
  visibility: visible;
  top: -575%;
}
.menu .contact:hover:before {
  visibility: visible;
  right: -1375px;
}
.menu .menu-title {
  color: white;
  font-size: 1em;
  opacity: 0.4;
  letter-spacing: 10px;
}
p{
  text-align: justify !important;
  font-size: 16px !important;
}
.kenBurns h2{
  color: #72A8D1;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
font-size: 70px;
}

.kenBurns h1{
  letter-spacing: 1px;
  word-spacing: 3px;
  font-family: "Anton", sans-serif;

}
.kenBurns h5{
  font-size: 22px;
}

/* .fade-6 .content {
  background:none !important;
} */
.catText {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Optional: Aligns the text to the start */
}

.catText h5 {
  writing-mode: vertical-rl; 
  transform: rotate(180deg); 
  margin: 10px 0;
  font-family: "Anton", sans-serif;
  
  font-size: 24px;
  letter-spacing: 2px;
}
.catText h5:hover{
  color: #72A8D1;

}
.catText .active{
  color: #72A8D1;
  
}
.sidebar {
  width: 100% !important;
  max-width: 100% !important;
  background:rgba(0,0,0,0.6) !important;
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.1); /* Light border to enhance glass effect */
  border-radius: 15px; /* Optional: Gives it rounded edges for a smoother appearance */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Optional: Adds a subtle shadow */
}

.sidebar .mainMenu li {
    line-height: inherit !important;
}
/* .innerCnt{
  position: relative;
  transform: translate(0,50%);
  z-index: 999 !important;
} */
.menuPage{
  font-family: "poppins", sans-serif;
  
}
.menuPage li a{
  font-size: 50px ;
  /* margin-bottom: 20px; */
  /* letter-spacing: 3px; */
  text-transform: capitalize;
  font-weight: bolder;
}

.menuPage li .active {
  
  color: #72A8D1 !important;
}
.menuPage li :hover{
  color: #72A8D1;
}
.menuRight h3{
  font-family: "Anton", sans-serif;
  color: #72A8D1;

}

.contact {
  /* margin-top: 45px; */
  text-align: left !important;
}
.contact h1,h3{
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Anton", sans-serif;
  color: #72A8D1 !important;
}

.contact-form {
  background-color: rgba(40, 39, 39, 0.3) !important; 
  backdrop-filter: blur(10px); 
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
  border: 1px solid rgba(40, 39, 39, 0.3) !important;
  border-radius: 15px; 
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #fff;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
  background: transparent; /* Transparent background for inputs */
  color: #333; /* Input text color */
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #dadada;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span {
  color: #72A8D1;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
  width: 100%;
  background: #72A8D1;
  color: #FFF;
  border: none;
  
  padding: 10px;
  font-size: 18px;
  border: 1px solid #72A8D1;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
  background: #FFF;
  color: #000;
}

.form {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}

.form .form-txt {
  flex-basis: 48%;
}

.form .form-txt h1 {
 
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color:#fff;
}

.form .form-txt span {
  color:#fff;
  font-size: 14px;
}

.form .form-txt h3 {
letter-spacing: 2px;
  margin: 15px 0;
  color:#fff;
}

.form .form-txt p {
  color:#fff;
  font-size: 14px;
}

.form .form-details {
  flex-basis: 48%;
}

.form .form-details input[type="text"],
.form .form-details input[type="email"] {
  padding: 15px 20px;
  color: #000;
  outline: none;
  border: 1px solid #fff;
  margin: 35px 15px;
  font-size: 14px;
}

.form .form-details textarea {
  padding: 15px 20px;
  margin: 0 15px;
  color: #000;
  outline: none;
  border: 1px solid #fff;
  font-size: 14px;
  resize: none;
}

.form .form-details button {
  padding: 15px 25px;
  color: #fff;
  font-weight: 500;
  background: #000;
  outline: none;
  border: none;
  margin: 15px;
  font-size: 14px;
  letter-spacing: 2px;
  
}

@media (max-width: 500px) {
  .form {
      display: flex;
      flex-direction: column;
  }
  .form .form-details button {
      margin-left: 0;
  }
  .form .form-details input[type="text"],
  .form .form-details input[type="email"],
  .form .form-details textarea {
      width: 100%;
      margin-left: 0;
  }
  .form .form-details input[type="text"] {
      margin-bottom: 0px;
  }
  

}

@media(min-width: 501px) and (max-width: 768px) {
  .form {
      display: flex;
      flex-direction: column;
  }
  .form .form-details button {
      margin-left: 0;
  }
  .form .form-details input[type="text"],
  .form .form-details input[type="email"],
  .form .form-details textarea {
      width: 100%;
      margin-left: 0;
  }
  .form .form-details input[type="text"] {
      margin-bottom: 0px;
  }
}
.contact-info-item {
  background-color: rgba(40, 39, 39, 0.3) !important; 
  backdrop-filter: blur(10px); 
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
  border: 1px solid rgba(40, 39, 39, 0.3) !important;
  border-radius: 15px; 
  padding: 10px 20px; 
  display: flex;
  margin-bottom: 10px;
}

.contact-info-icon {
  height: 30px;
  width: 30px;
  align-content: center;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  /* font-size: 30px; */
  /* line-height: 70px; */
  color: #000;
}

.contact-info-content {
  margin-left: 20px;
}

.tabs li.selected{
  background-color: rgba(255, 255, 255, 0.3) !important; 
  backdrop-filter: blur(10px) !important; 
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important; 
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  /* border-radius: 15px !important;  */
}
.equalElement{
  background-color:rgba(40, 39, 39, 0.3) !important; 
  backdrop-filter: blur(10px) !important; 
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important; 
  border: 1px solid rgba(40, 39, 39, 0.3)  !important;

}
/* Initial state for gallery items */
.gallery .col-md-6 {
  transition: all 0.5s ease-in-out; /* Smooth transition for show/hide */
  opacity: 1;
  height: auto;
}

/* Hidden state for gallery items */
.gallery .col-md-6.hidden {
  opacity: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.grid-73 .cell-73 {
  padding: 12px !important;
}

@media (max-width: 768px) {
  .kenBurns h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .kenBurns h2 {
    font-size: 26px;
  }
  .container .wrap:not(.noSpaces), .container .wrap.spaceWrap,
.container .wrap .spaceWrap {
  padding: 60px 24px !important;
}
.contact-form {
  width: 100% !important;
}
.menuPage li a {
  font-size: 20px;
}
.experience {
  height: auto !important;
}
.new-container{
  margin-top: 20px !important;
} 
.slider {
  width: 100% !important;
}
.boxs1 {
margin-bottom: 20px !important;
height: 240px !important;
}

/* Thumbnail image hover effects */
.thumbnail-img {
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.thumbnail-img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.slider li.selected .thumbnail-img {
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
}