
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  

  header {
    font-family: "Oswald", sans-serif;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    height: 10vh;
  }
  #menu-toggle-btn{
display: none;
  }

.nav-logo{
    display: flex;
    margin-left: 2%;
}
  
  .logo-nav {
    margin: 5%;
    height: 65px;
  }
  
  .navbar {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin-left: auto;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a {
    color: #444141;
    padding: 14px 20px;
    text-decoration: none;
    display: block;
    transition: 0.7s linear;
  }
  
  .navbar a:hover {
    text-decoration: underline;

  }
  
  .dropdown {
    position: relative;
  }
  
  .dropbtn {
    background-color: transparent;
    color: black;
    padding: 14px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropbtn i {
    margin-left: 8px;
    font-size: 12px;
    vertical-align: middle;
  }
  
.intro{
  overflow: hidden;
    width: 100%;    
    display: flex;
 


}

.left{
  
    /* max-width: 60%; */
    transform: translateX(-100px);


}

.title{
   word-wrap: wrap;
    letter-spacing: 10px;
    margin-top: 15% ;
    padding-left: 10% ;
    font-size: 60px;
    max-width: 100%;
    min-width: 100%;
}

#ltd{
font-size: 40px;
font-weight: 200;

}

.right{
    display: flex;
    align-items: left;
    max-width: 40%;

}

.subtitle{
  font-size: 20px;
  padding-left: 10%;
  margin-top: 3%;
}

#cotanct-btn{
  color: white;
  padding: 14px 20px;
  margin-left: 10%;
  margin-top: 5%;
  background : #1679ab;
  cursor: pointer;
  width: 200px;
  border: none;
  font-size: 20px;
  border-radius: 25px;
  transition: 0.3s ease-in;
}

#cotanct-btn:hover{
  color: wheat;
  background: #135d83;
}
  #image-container{
    margin-left: -60%;
    margin-top: -15%;
    z-index: -999;
    height: 100vh;
    transform: translateY(-100vh);
  }



.services-info{
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  color: #A9A9A9 ;
  height: 100vh;
}

.center-text{
  border-radius: 50px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 80%;
  background-color: #000000;
  margin-top: 5%;
  text-align: center;
  justify-content: center;
}


.head{
  font-size: 30px;
}
.head-main{
  font-size: 40px;
}

#global{
  margin-top: 5%;
  max-height: 30vh;
  filter: drop-shadow(1.4px 1.4px 8.4px 1.4px green);
}

#globali{
  height: 30vh;
  rotate: 180deg;
  margin-top:2%;

}


.details{

  padding-top: 5%;
  background-color: #000000;
  display: flex;
  height: 100vh;
  gap: 40px;
}

.left-side{
  display: flex;
  justify-content: center;

  width: 30%;

}

.right-side{
  margin-left: 5%;

  width: 50%;
  background-color: #302f2f;
}
.box{

  height: 50vh;
  margin-left: 20%;
  width: 95%;
}

.box img{
  height: 50vh;
}
.pp{
  padding: 10px 10px;
  line-height: 40px;
  color: white;
  font-size: 25px;
}

.global-services{
  display: flex;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  height: 100%;
}

.cards-container {
  padding-bottom: 25px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #000000;
  gap: 20px;
  flex-wrap: wrap;
  width: 80%;
  padding-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
  border-radius: 30px;
  background-color: rgba(56, 55, 55, 0.733);
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.card-img{
  height: 25vh;
  
}

.card-img-2 , .card-img-3{
  height: 25vh;
}

.card:hover {
  transform: rotateY(20deg) rotateX(10deg);
  box-shadow: 0.5px 2px 2px 4px gray;
}

.matter {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin: 5%;
  text-align: center;
  line-height: 30px;
}
::-webkit-scrollbar {
  width: 0px;
}
.window-overlay {
  display: none; /* Initially hidden */
  position: fixed;
  top: 10%;

  overflow: scroll;
  width: 70%;
  border-radius: 50px;
  height: 80%;
  background-color: rgb(56, 55, 55);
  align-items: center;
  z-index: 999;
}

.window-content {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  min-height: 60%;
  border-radius: 20px;
  padding: 20px;
}

.window-left {
  width: 40%;
  margin-right: 20px;
}

.window-left img {
  width: 100%;
  border-radius: 15px;
}

.window-right {
  padding: 5%;
  min-width: 60%;
  color: white;
}

#window-title {
  color: #11725b;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
}

#window-text {
 
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

#window-img{
  min-width: 300px;
  min-height: 500px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: -999;
  font-size: 50px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.close-btn:hover{
  transform: rotate(90deg);
}

footer{

  height: 20vh;
display: flex;
box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);

  align-items: center;
  margin-top: 10%;
  bottom: 0;
}
.loo{

  display: flex;
  justify-content: center;
  align-items: center;
}

.ll2{
  margin: 1%;
  height: 100px;
}

.footer-info{
  width: 120%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.footer-title{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
}

.footer-details{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: italic;
}

.copyright{
  font-size: 16px;
  font-weight: 300;
  /* letter-spacing: 5px; */
  margin-top: 2%;
}