*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:"slnt" 0;
  scrollbar-width: none;

}
body{
  width: 100vw;
  min-height: 100vh;
  color: #ffffff;
}
.main{
  background-color: #00000091;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
a{
  text-decoration: none;
  color: #ffffff;
}
#videov{
  width: 100vw;
  height: 111.4vh;
  position: fixed;
  z-index: 0;
  /* top: -200px; */
}









.exit-window{
  /* background-color: rgb(0, 154, 159); */
  /* background-image: url(https://images.pexels.com/photos/3183159/pexels-photo-3183159.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1); */
  /* background-color: #000000; */
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  position: fixed;
  top: 0px;
  /* left: -150vw; */
  z-index: 100000;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.3s;
  /* padding-bottom: 10vh; */
}









/* hello */




.hello{
  width: 100vw;
  min-height: 50vh;
  /* background-color: rgb(255, 255, 255); */
  /* box-shadow: black 0px 0px 10px 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 1;
  /* background-image: url(https://t4.ftcdn.net/jpg/02/43/75/73/360_F_243757367_gBpS6R5c8DB7pL5gw9gi9KXlzFfbdZOA.jpg);
  background-position: center;
  background-size: 20%; */
  overflow: hidden;
  padding-top: 90px;
}
#video{
  width: 100vw;
  height: 110vh;
  position: fixed;
  z-index: 0;
}
.hello h2{
  position: absolute;
  width: 100%;
  min-height: 70vh;
  /* background-color: #00000084; */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  /* padding: 0px 15vw 0px 15vw; */
}
.hello span{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap:10px;
}
.ats2{
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  /* position: absolute;
  right: 100px; */
  width: 200px;
  height: 60px;
  background-color: #143434;
  border: rgba(255, 255, 255, 0) solid 4px;
  border-right: #ffffff solid 4px;
  border-left: #ffffff solid 4px;
  font-size: 30px;
  border-radius: 20px;
  /* display: none; */
  /* z-index: 0; */
  overflow: hidden;
  padding-left: 10px;
}
#ats{
  background: linear-gradient(to right, rgb(255, 230, 0), rgb(255, 230, 0),  rgb(0, 156, 132) , white , white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ats2 img{
  width: 40px;
}
.build-dev{
  width: 100vw;
  min-height: max-content;
  /* background-color: #DBDBDB; */
}
.vht{
  width: 100%;
  margin-bottom: 20px;
}

















/* choose */

/*

.templates{
  width: 100vw;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.templates h2{
  background-color: #009284c8;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 0px 0px 200px 200px;
  text-align: center;
}
.temp-cards {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #04322baf;
  border: #ffffff solid 4px;
  padding: 60px;
  border-radius: 50px;
  overflow: hidden;
}

.tpcs {
  min-width: 250px;
  max-width: 250px;
  min-height: 400px;
  max-height: 400px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  overflow: hidden;
}

.tpcs .topo img {
  width: 100%;
  border-radius: 20px;
  box-shadow: #00000054 5px 5px 10px 0px;
}

.boto {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpcs .boto a {
  width: 180px;
  height: 50px;
  background-color: #0f9a88;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  color: white;
  text-decoration: none;
  border:  #0f9a8700 solid 3px;
  transition: 0.5s;
}
.tpcs .boto a:hover{
background-color: #0f9a8788;
border:  #0f9a87cb solid 3px;
}

button {
  background: #0f9a88;
  color: white;
  border: none;
  padding: 10px;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  width: 45px;
  height: 45px;
}

button:hover {
  background: #0f9a8766;
}
*/











@media (max-width:1080px) {
  #videov{
    width: 400vw;
    height: 111.4vh;
    position: fixed;
    z-index: 0;
  }
  
  .x-header{
    padding: 0px 5vw 0px 5vw;
    min-height: 7vh;
  }
  .x-header .x-r{
    display: none;
  }
  .x-header .x-l{
    width: 100%;
    /* background-color: #000; */
  }
  .x-header a{
    gap: 10px;
    font-size: 13px;
  }
  .vht{
    width: 400px;
  }
  .build-dev{
    padding-top: 10vh;
  }
  .templates .bottom{
    width: 100%;
    border: none;
    border-radius: 0px;
  }
  .main2{
    height: 100vh;
  }
  .main2 .left{
    gap: 30px;
    height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .load-div{
    width: 100%;
    height: 100vh;
    border: none;
    border-top: #007771 solid 20px;
    border-bottom: #007771 solid 20px;
    border-radius: 0px;
  }
  .loadup{
    gap: 30px;
    padding: 0px;
  }
  .fill-fold{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
  }
}
#text-dcv-1{
  display: none;
}
@media (max-width:830px) {
  #text-dcv-1{
    display: flex;
  }
  #text-dcv-2{
    display: none;
  }
}