@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;1,200&display=swap');

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


body {
  overflow-x: hidden;
}

.showcase{
  position: relative;
  min-height: 100vh;
  width:auto;
}

#showcase-video{
  width: 100%;
}

.toggle{
  display: none;
}

header{
  position: absolute;
  top:0;
  left:0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding:50px;
}

.text-content{
  color:white;
  position:absolute ;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -32%);
  z-index: 50;
  text-align: center;
}

.text-content h1{
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 900;
  text-transform: capitalize;
}

.text-content h2{
   margin-top:15px ;
   font-size:1.5rem;
   line-height: 1em;
   font-weight: 600;
   opacity: .8;
}


.text-content h3{
  margin-top:150px ;
  font-size:2rem;
  line-height: 1em;
  font-weight: 500;
  color:#d3b032;
  background: rgba(0, 0, 0, 0.363);
  padding:20px;
}

.text-content p{
  margin-top:200px ;
  font-size:1rem;
  background: rgba(0, 0, 0, 0.576);
  padding:10px;
  color:white;
}

.showcase-video{
  position: absolute;
  min-height: 60vh;
  top:0;
  left:200;
}

.overlay{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.466);
  height: 99%;
  mix-blend-mode: overlay;
}

.menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.menu a{
  color:black;
  text-decoration: none;
  margin-left:15px;
}

.menu div {
  margin-left:15px;
}


.dropbtn {
  background-color: transparent!important;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 3000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 3px;
  padding:10px;

}

.dropdown-content a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding:10px;
  transition: all .2s ease-in;
  text-transform: capitalize;
}

.dropdown-content a:hover { color: black; transform: translateY(-2px); transition: all .2s ease-in;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.custom-select{
  background: transparent!important;
}

.content-p-text{
  font-size: .8rem;
  opacity: .65;
}


.img{
  height: 100%;
  border-radius: 8px;
  max-width: 96%;
  max-height: 100%;
}



.bg_content {
  text-align: center;
}


.services , .experienced_developers{
  padding-top:30px;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
}

.services-title , .experienced-title{
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 700;
  font-size: 2rem;
  color:#d3b032;
}

.m-title{
  padding-left:30px;
  font-size:1rem;
}

.list-item{
  font-size: .78rem;
  font-weight: 200;
  opacity: .6;
}





.real-estate-background {
  min-height: 80vh;
  display: flex;
  flex-direction: row;
}

.blockchain-background {
  min-height: 80vh;
  display: flex;
  flex-direction: row;
}

.real-estate-img {
  background-image: url("./img/960a59527e3323e09bf47cf36becf6d6.jpg");
  background-position: center;
  background-size: 100%;
  height: 500px;
  width: 500px;
  border-radius: 10px;
}

.blockchain-img {
  background-image: url("./rt.jpg");
  background-position: center;
  background-size: 100%;
  height: 500px;
  width: 500px;
  border-radius: 10px;
}

.real-estate-content,
.blockchain-content {
  max-width: 600px;
}

.sub-content {
  font-size: 14px;
}

.real-estate-title,
.blockchain-title {
  color: #d3b032;
}

.footer-background {
  min-height: 400px;
  background-color: black;
  color: white;
}

.footer-content {
  opacity: 0.7;
}

.email{
  color: white;
  text-decoration: none;
}

.email:hover{
  color:white;
  opacity: .7;
}

.lang-switch {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px;
}

.custom-select {
  cursor: pointer;
}

#language-switcher {
  width: 70px;
  padding: 5px;
}

#language-switcher {
  border-color: rgba(0, 0, 0, 0.02);
}

.experienced{
  background-color: #d3b032;
  padding: 30px;
}

.business_management{
  background-color:black;
  padding: 30px;
  color:white;
}

.btn-send{
  background-color: #d3b032;
  color:white;
}

.marketing_promotion{
  padding: 30px;
}


/* @media screen and (max-width: 600px) {
  
} */




@media (max-width: 1000px) {

  .text-content h1{
    margin-top: 60px;
    font-size: 4rem;
    display: none;
    
  }

  .showcase{
    position: relative;
    min-height: auto
  }
  
  .text-content h2{
    
     font-size:1.7rem;
     display: none;
     
  }
  
  
  .text-content h3{
    
    font-size:1.3rem;
    display: none;
   
  }
  
  .text-content p{
    
    font-size:.6rem!important;
    display: none;
    margin-top: 200px;
   
  }

  .menu a{
    font-size: 12px;
    margin-left:8px;
  }
  
  .menu div {
    margin-left:8px;
  }
  .dropbtn{
    font-size: 12px;
  }

  .custom-select{
    font-size: 12px;
  }
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}


@media (max-width: 1300px){


  .text-content h1{
   
    display: none;
    
  }


  .text-content h2{
    
    
    display: none;
    
 }

}
