@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
  --text-color: #F2D20C;
}

* {
  box-sizing: border-box;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #ffff;
  text-decoration: none;
}

body {
  background-color: black;
  background-image: url(/images/NEWWBackground\ texture-03-03-03.webp);
  background-repeat: repeat;
  height: 100%;
  width: 100%;
}

nav {
  height: 80px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 22px;
}

nav .logo {
  margin-top: 30px;
  margin-left: 0px;
}

.logo img {
  height: 80px;
}

.icon {
  margin-top: 30px;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  margin: 0px 5px;
  padding: 0px 12px;
}

nav ul li a {
  text-decoration: none;
  color: #ffff;
  padding: 10px;
  transition: all 0.3s ease;
  font-size: 25px;
  text-transform: uppercase;
}

nav ul li a:hover {
  background-color: #0000;
  border-radius: 5px;
}

nav .menubar i {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

#click {
  display: none;
}

.nav_text {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  cursor: pointer;

}

#toggle{
  display: none;
  
}

.projectsClick{
  cursor: pointer;
}
.projectsMenu{
  /* border: 2px solid green; */
  color: #fff;
  width: 13rem;
  height: 6rem;
  display: grid;
  grid-auto-flow: row;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  position: absolute; 
  top: 0;
  display: grid;
  right: 1px;
  margin-right: 20.2rem;
  background-color: #000;
  border-radius: 7px;
  display: none;
  opacity: 0; 
  transform: translateY(-20px);
  transition: all 2s ease; 
  /* z-index: 10; */
}
.projectsMenuOption{
  cursor: pointer;
  display: flex;
  padding-left: 7px;
  height: 2rem;
  /* justify-content: center; */
  align-items: center;
  /* transition: border 0.2s ease, border-radius 0.2s ease; */
}
.projectsMenuOption:hover{
  border: 2px solid #fff;
  border-radius: 7px;
}
#toggle:checked ~ .projectsMenu {  
  margin-top: 5.3rem;
  z-index: 1;
  opacity: 1;
  display: grid;
 
}




video {
  border-radius: 7px;
}

.hero_img_container {
  width: 100%;
  height: 35rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_img {
  height: 30rem;
  width: 30rem;
  display: flex;
}

.logo_swiping {
  width: 100%;
  display: flex;
  filter: drop-shadow(0 0 0.4rem rgba(232, 225, 225, 0.24));
  overflow: hidden;
  margin: 7rem 0px;
  gap: 70px;
}

.swiping_img {
  animation: slide 37s infinite linear;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-4100px);
  }
}

.logo_swiping {
  &::-webkit-scrollbar {
    display: none;
  }
}

.vision_container {
  width: 100%;
  height: 25rem;
  padding: 0px 7rem;
  margin-bottom: 15rem;
}

.vision_text_top {
  width: 100%;
  height: 30rem;
  margin-bottom: 20px;
  color: white;
  font-size: 70px;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  animation: stroke 4s ease-in infinite;
}


@keyframes stroke {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.3;
  }

  80% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}


.vision_text_down_container {
  display: flex;
  justify-content: center;
  width: 100%;
}


.vision_text_down {
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--text-color);
  border-radius: 7px;
  padding: 15px 5px;
  width: 60rem;
  margin: 20px 0px 0px 0px;
  font-size: 20px;
}

.Project_container {
  padding: 3rem 10rem;
}

.project_text {
  color: #ffff;
  font-size: 45px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  font-weight: bolder;
  text-transform: uppercase;
}

.project_img {
  height: 250px;
  width: 350px;
  border-radius: 7px;
  background-size: cover;
}

#reunion_img_1 {
  background-image:url(../images/2.png);
}

#reunion_img_2 {
  background-image: url(../images/2.png);
}

#fresheats_img1 {
  background-image: url(../images/bank1.png);
}

#fresheats_img2 {
  background-image: url(../images/bank2.png);
}

#southvoice_img1 {
  background-image: url(../images/real1.png);
}

#southvoice_img2 {
  background-image: url(../images/real2.png);
}

.project_details {
  height: 20%;
  color: #ffff;
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

#changeableText {
  display: none;
}

.project_img_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-top: 20px;
}

.project {
  background-color: #000000a1;
  border: 0.5px solid #676666;
  height: 40rem;
  width: 100%;
  margin-bottom: 7rem;
  border-radius: 7px;
  padding: 30px;
}

.project_button {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.explore_project_button {
  width: 250px;
  border: 2px solid #ffff;
  background-color: black;
  color: #ffff;
  padding: 5px;
  border-radius: 7px;
  font-size: 18px;
  padding: 10px 0px;
  font-weight: bolder;
  text-transform: uppercase;
  cursor: pointer;
}

.explore_project_button:hover {
  box-shadow: 0px -1px 20px 2px rgba(255, 255, 255, 0.392);

}

.project_heading {
  color: #ffff;
  display: flex;
  justify-content: center;
  font-size: 80px;
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
}

.oursevices_container {
  width: 100%;
  height: 32rem;
}

.oursevices_text {
  color: #ffff;
  display: flex;
  justify-content: center;
  font-size: 70px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;

}

.box_container {
  display: flex;
  justify-content: space-around;
  margin: 0px 120px;
}

#oursevices_box {
  width: 22rem;
  height: 15rem;
  border: 0.5px solid #676666;
  border-radius: 7px;
}

.oursevices_box1 {
  background-image: url(../images/two_new.png);
  background-size: cover;
}

.oursevices_box2 {
  background-image: url(../images/WEB.png);
  background-size: cover;
}

.oursevices_box3 {
  background-image: url(../images/3.png);
  background-size: cover;
}

.client_photo {
  width: 100%;
  height: 40rem;
  display: flex;
  justify-content: center;
}

.call_to_button {
  border: none;
  border-radius: 7px;
  background-color: var(--text-color);
  color: black;
  display: flex;
  width: 18rem;
  height: 3rem;
  margin: 30px 0px 70px 50px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.conact_button {
  display: flex;
  justify-content: center;
}

.call_to_text {
  color: #ffff;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
}

.footer_container {
  width: 100%;
  height: 10rem;
  margin-bottom: 7rem;
  padding: 0px 70px;
}

.footer_top_box {
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
  width: 100%;
  height: 9rem;

  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 120px 0px;

}


.email1 {
  color: #ffff;
  display: flex;
  justify-content: center;
  font-size: 23px;
}

.email2 {
  color: #ffff;
  text-transform: lowercase;
  font-size: 23px;
}

.top_text {
  color: #ffff;
  font-size: 23px;
  margin-bottom: 10px;
}

.svg_logo {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer_down {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
}

.part2 {
  display: flex;
  gap: 7px;
}

.footerDownContainer {
  width: 100%;
  height: 60px;
}

/* media Query */
/* media query for laptop       */
@media (max-width: 1024px) {
  .vision_container {
    margin-bottom: 0px;
  }

  .vision_text_top {
    font-size: 50px;
    height: 16rem;
  }

  .vision_text_down {
    font-size: 15px;

  }

  .project {
    height: 35rem;
  }

  .project_details {
    font-size: 14px;
  }

  .project_img {
    height: 190px;
  }

  #oursevices_box {
    height: 11rem;
  }

  .box_container {
    gap: 20px;
    margin: 0px 100px;
  }

  .oursevices_container {
    height: 25rem;
  }

  .client_photo {
    height: 35rem;
  }

  .footer_top_box {
    /* width: 100%; */
    margin: 0px 100px;
    margin-bottom: 100px;
  }

  .email1 {
    font-size: 20px;
  }

  .email2 {
    font-size: 20px;
  }

  .footer_top_box2>img {
    height: 100px;
  }
}

/* media query for tab       */
@media (max-width: 768px) {
  #video-container>video {
    height: 350px;
  }

  .vision_container {
    margin-bottom: -10rem;
  }

  .vision_text_top {
    font-size: 30px;
    height: 10rem;
  }

  .vision_text_down {
    font-size: 12px
  }

  .project {
    width: 40rem;
    height: 35rem;
  }

  .project_heading {
    font-size: 60px;
  }

  .project_details {
    font-size: 13px;
  }

  .project_img {
    background-size: contain;
    height: 170px;
  }

  .oursevices_container {
    height: 55rem;
    margin-bottom: 50px;
  }

  .box_container {
    margin: 0px;
    gap: 10px;
    display: block;
    /* grid-auto-flow: column; */
    padding: 0px 210px;
  }

  #oursevices_box {
    background-size: cover;
    height: 15rem;
    width: 22rem;
    margin-bottom: 20px;
  }

  .client_photo>img {
    width: 764px;
  }

  .call_to_text {
    font-size: 25px;
  }

  .footer_top_box {
    /* width: 650px; */
    margin: 0px 45px;
    margin-bottom: 100px;
    padding: 100px 0px;
  }

  .email1 {
    font-size: 15px;
  }

  .email2 {
    font-size: 13px;
  }

  .footer_top_box2>a>img {
    height: 70px;
  }

  .top_text {
    font-size: 17px;
  }
}

/* media query for phone      */
@media (max-width: 475px) {
  nav .menubar i {
    display: block;
  }

  .logo img {
    height: 60px;
  }

  nav ul {
    position: absolute;
    top: 80px;
    left: -110%;
    background-color: #000;
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center;
    transition: all 0.5s ease;
    padding-right: 50px;
  }

  #click:checked~ul {
    left: 0;
    margin: 5px 0px;
    z-index: 1;
  }


  nav ul li {
    margin: 10px;
  }

  nav ul li a {
    font-size: 20px;
    display: block;
    font-weight: 600;
  }

  nav ul li a:hover {
    color: #ffff;
  }

  .projectsMenu{
    display: grid; /* Initially hide the menu */
    opacity: 0;
    position: relative;
    margin: auto;
    margin-top: 5rem;
    margin-left: -20rem;
    /* width: 0px; */
  }

  .projectsMenuOption{
    padding-left: 0.4rem;
  }

  .projectsMenuOption:hover{
    border: 0px;
    border-radius: 0px;
  }

  #toggle:checked ~ .projectsMenu {  
    display: grid;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
    margin-left: auto;
  }

  .hero_img_container {
    height: 18rem;
    margin-bottom: -50px;
    position: absolute;
    top: 70px;
    z-index: 0;
  }

  .video-container>video {
    width: 340px;
    height: 200px;
    margin: 20px;
    border-radius: 7px;
  }

  .swiping_img>img {
    height: 120px;
  }

  .swiping_img {
    animation: slide 25s infinite linear;

  }

  @keyframes slide {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-2800px);
    }
  }

  .vision_container {
    padding: 0px 1rem;
  }

  .vision_text_top {
    font-size: 23px;
    height: 7rem;
  }

  .vision_text_down {
    font-size: 7px;
    padding: 7px 1px;
    width: 21rem;
  }

  .Project_container {
    padding: 3rem 1rem;
    display: contents;

  }

  .project_heading {
    font-size: 40px;
  }

  .project {
    width: 100%;
    height: 24rem;
    margin-bottom: 5rem;
  }

  .project_text {
    font-size: 25px;
  }

  .project_details {
    display: none;
  }

  #changeableText {
    content: "New Text";
    /* Text to show when max-width is reached */
    font-size: 9px;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 500;
  }

  .project_img {
    height: 82px;
    background-size: cover;
    width: 112px;
  }

  .explore_project_button {
    width: 170px;
    font-size: 12px;
    padding: 4px 0px;
  }

  .project_img_container {
    gap: 20px;
  }

  .project_button {
    margin-top: 50px;
  }

  .oursevices_container {
    height: 55rem;
    margin-bottom: 50px;
  }

  .box_container {
    margin: 0px;
    gap: 10px;
    padding: 0px 15px;
  }

  .a {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .c {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .b {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #oursevices_box {
    background-size: contain;
    height: 15rem;
    width: 350px;
    margin-bottom: 20px;
  }

  .oursevices_text {
    font-size: 40px;
  }

  .client_photo {
    height: 28rem;
    margin-top: 100px;
  }

  .client_photo>img {
    width: 360px;
    height: 266px
  }

  .call_to_text {
    font-size: 12px;
    margin-left: 10px;
    margin-top: -80px;
  }

  .call_to_button {
    margin: 20px 0px 58px 0px;
    font-size: 12px;
    width: 10rem;
    height: 2rem;
  }

  .footer_top_box {
    margin-bottom: 0px;
    padding: 20px 0px;
    height: 15rem;
    gap: 10px;
    display: grid;
    text-align: center;
  }

  .footer_container {
    padding: 0px 20px;
    margin-left: -45px;
  }

  .email1 {
    font-size: 15px;
  }

  .email2 {
    font-size: 15px;
  }

  .footer_top_box2>a>img {
    height: 50px;
  }

  .top_text {
    font-size: 15px;
  }

  .svg_logo {
    gap: 10px;
  }

  .footerDownContainer {
    margin: 0px 50px;
  }

  .part2 {
    font-size: 10px;
  }
}