@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');

/* --===== Fonts Start =====-- */
@font-face {
  font-family: myfont;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: myfont0;
  src: url(../fonts/AdobeFnt23.lst);
}

@font-face {
  font-family: myfont1;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: myfont2;
  src: url(../fonts/AdobeFnt23.lst);
}

@font-face {
  font-family: myfont3;
  src: url(../fonts/Gotham-Light.otf);
}

@font-face {
  font-family: myfont4;
  src: url(../fonts/Gotham-Medium.otf);
}

/* --===== Fonts End =====-- */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Kaushan Script", cursive;



}

/* <!--===== scrollbar Start =====--> */
::-webkit-scrollbar {
  width: .9rem;

}

::-webkit-scrollbar-track {
  background-color: rgb(0, 0, 0);

}

::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  background-clip: content-box;
  border-radius: 2rem;
  border: .2rem solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background-color: yellowgreen;
}

/* <!--===== scrollbar End =====--> */



/* <!--=====  body Start =====--> */
* {
  font-family: 'Poppins', sans-serif;

}

body {
  color: #fff;
  overflow-x: hidden;
  background-color: #141414;
}

/* <!--===== body End =====--> */

/* <!--===== Navbar Start =====--> */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 1.2rem .5rem;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 80px;
  /* border-bottom: 1px solid rgba(62, 55, 55, 0.1); */
  z-index: 1000;
  background-color: black;


}


#menu-icon {
  font-size: 1.2rem;
  color: black;
  display: none;
}

.navbar span {
  position: absolute;
  top: 5rem;
  animation: animate 8s infinite linear;
  
  /* bottom: 0; */
  /* height: 2px; */
  /* width: 400px; */

}
.navbar span p{
  text-align: center;
 position:relative;
 left: 26rem;
}

/* @keyframes animate {
  0% {
    left: 0;
    transform: translate(-100%);
  }

  100% {
    left: 100%;
    transform: translate(0%);
  }
} */
.navbar h1{
  font-size: 1.3rem;
  position: relative;
  right: 1rem;
  top: -.1rem;
  color: yellowgreen;

}



.logo img{
  position: relative;
  /* top: .05rem; */
right: 12rem;
top:0.4rem;
  width: 16%;
 
}
#CA a {
  display: block; /* or block, if you prefer */
  padding:8px 15px; /* Reduced left and right padding */
  font-size: 15px;
  position: absolute;
  right: 105px;
  top: 22px;
  background-color: greenyellow;
  border-radius: 4px;
  color: black;
  text-align: center; /* Center the text inside the button */
  transition: .5s ease;
}


#CA a:hover {
  background-color: white;
}
.logo1 img{
  position: relative;
  top: 2.3rem;
right: 68rem;

  /* width: 16%; */
 
}

li {
  list-style: none;



}

a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: .6rem;


}


#button a {
  /* border: 2px solid red; */
  padding: 8px 14px;
  font-size: .9rem;
  position: absolute;
  right: -5rem;
  top: -4.5rem;
  background-color: greenyellow;
  border-radius: 3px;
  color: black;
  /* box-shadow: 0 0 1rem whitesmoke; */
  transition: .5s ease;
}

#button a:hover {
  background-color: white;
}

.menu {
  /* display: flex; */
  padding: 1rem;
  position: relative;
 right: 6rem;
 top: -1.25rem;
  /* gap: 3rem; */


}

.menu a {
  transition: .5s ease;
  color: #adff2f;

}
.menu img{
  width: 12%;
  position: relative;
  right: .3rem;
  top: -0.05rem;
}







/* <!--===== Navbar End =====--> */

/* <!--===== Wrappper Start =====--> */
.wrapper {
  display: flex;

}

section {
  width: 100vw;
  /* height: 100vh; */
  flex-shrink: 0;
  overflow: hidden;
}

.video-section video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  z-index: -2;
  position: relative;
}

.img-container {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
}


.img {
  object-fit: cover;
  height: 100%;
  width: 100%;

}




.section {
  background-color: #141414;
  padding: 7rem;
}




.text-content {
  position: absolute;
  top: 3rem;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.title {
  font-family: w;
  width: 450px;
  position: relative;
  height: 110px;
  overflow: hidden;
  
}

.bg {
  font-size: 40px;
  padding-top: -3rem;

}

.bg p {
  position: relative;
  top: -2rem;
}

.sm {
  font-size: 25px;
  height: 40px;
  position: relative;
  /* margin-top: .4rem; */
  left: 1rem;
}

.left {
  left: -25%;
}

.right {
  top: 50px;
  left: 75%;
}

.title span {
  position: absolute;
}

.n {
  z-index: -1;

}

.text-content p {
  transform: translateY(150px);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 12px;
  font-weight: 300;
}

.v_container {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* opacity: 0; */
}


.left-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  gap: 5rem;
}

.tv {
  font-family: w;
  display: flex;
  text-transform: capitalize;
}

.bottom {
  transform: translateY(70px);
}



.text-container {
  max-width: 460px;

}

.text-container p {
  position: relative;
  top: -3rem;
  /* padding-bottom: 1rem; */
  line-height: 1.4;
  opacity: .8;

}

/* <!--===== Wrappper End =====--> */


/* <!--=====  Pin Slide Start =====--> */





.headline {
  /* background:#2D4E86; */
  border-radius: 6px;
  height: 4em;
  width: 100%;
}

.text {
  margin: 0.8em 0 0 0;
  /* background:#2D4E86; */
  border-radius: 6px;
  height: 1em;
  width: 100%;
}


.text2 {
  position: relative;
  top: -3rem;
}

.gallery {
  display: flex;
  /* justify-content: space-around\\; */
  /* outline:1px solid red; */

}

.lefttt {
  width: 50%;
}

.detailsWrapper {
  display: wrap;
  margin: auto;
  width: 80%;
}

.details {
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
}


.righttt {
  /* outline:1px solid purple; */
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.photos {
  width: 30vw;
  height: 35vw;
  position: relative;
  left: 4rem;


  border-radius: 4rem;

}


.photo {
  position: absolute;

  width: 100%;
  height: 100%;
}

.red {

  background-color: #141414;
  /* border-radius:4rem 0rem 4rem 0rem; */
  transition: .5s ease;
  box-shadow: 0 0 1rem whitesmoke;
}

.red:hover {

  background-color: black;
}

.green {
  background-color: #141414;
  /* border-radius:4rem 0rem 4rem 0rem; */
  transition: .5s ease;
}

.green:hover {

  background-color: black;

}

.blue {
  background-color: #141414;
  /* border-radius:4rem 0rem 4rem 0rem; */
  transition: .5s ease;
}

.blue:hover {
  background-color: black;
}

.red img {
  position: relative;
  top: 1rem;
  width: 95%;
}

.green img {
  position: relative;
  top: 1rem;
  width: 90%;

}

.blue img {
  position: relative;
  top: 1rem;
  width: 90%;
  margin-left: 1rem;
}

/* <!--=====  Pin Slide End =====--> */







/* <!--=====  More Start =====--> */
#more {
  height: 1000px;
}

.img-more {
  position: relative;
  top: 7rem;
}

.img-more img {
  width: 25%;
  display: block;
  margin: auto;

}

.content22 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content22 p {
  position: relative;
  top: 10rem;
  width: 800px;
  text-align: center;
}


/* <!--=====  More End =====--> */




/* --==== Footer Start ====-- */
.footer {
  height: 80px;
}
.menuu{
  display: none;
}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  /* margin-bottom: -7px; */
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 100px;
}


.content1 {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: black;
}

.content1 p {
  position: relative;
  top: 2rem;
  color: white;
}

/* Style for the Back to Top button */







/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/* --==== Footer End ====-- */















/* --<!==== Media Quries Start ====--> */






/* /* Shrinking for mobile */
@media (max-width: 768px) {

 

  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
    left: 2rem;
    top: 5rem;
  }

  #button a {
    display: inline-block; /* or block, if you prefer */
    padding: 5px 15px; /* Reduced left and right padding */
    font-size: 11px;
    position: relative;
    right: 5px;
    top: -10px;
    background-color: greenyellow;
    border-radius: 5px;
    color: black;
    text-align: center; /* Center the text inside the button */
    transition: .5s ease;
  }
  
  
  #button a:hover {
    background-color: white;
  }
  #CA a {
    display: block; /* or block, if you prefer */
    padding: 5px 15px; /* Reduced left and right padding */
    font-size: 11px;
    position: absolute;
    right: 105px;
    top: 18px;
    background-color: greenyellow;
    border-radius: 5px;
    color: black;
    text-align: center; /* Center the text inside the button */
    transition: .5s ease;
  }
  
  
  #CA a:hover {
    background-color: white;
  }
  .logo img{
    position: relative;
    size: 25px;
    top: -0.3rem;
    left: 5rem;
   
  }
  .logo1 img{
  position: absolute;
  top: -0.1rem;
left: 0.5rem;
 
}
}

@media (max-width: 768px) {
  .waves {
    height: 114px;

  }

  .content22 p {
    width: 700px;
  }

  .left {
    left: 0;
  }

  .right {
    top: -4px;
    left: 60%;
  }

  #menu-icon {
    display: block;
    color: white;
    font-size: 3rem;

  }

  .menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 3%;
    background: black;
    border-top: .1rem solid rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
    display: none;

  }

  .menu.active {
    display: block;
  }

  .menu a {
    display: block;
    font-size: 1rem;
    margin: 3rem 0;
  }
  

  .project {
    width: 400px;
    height: 400px;
  }



}





/* --<!==== Media Quries End ====--> */