
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Open Sans";
    /* cursor: pointer; */
}

nav
{
    height: 100px;
    width: 100%;
    position: fixed;
    background-color: white;
}
 nav img{
     width: 130px;
    position: absolute;
    top: 26px;
    left: 6%;
}
nav ul
{
    list-style: none;
    float: right;
    margin-right: 25px;  
}
nav ul li
{
    display: inline-block;
    line-height: 80px;
    margin: 0px 15px;
}
nav ul li a
{
    text-decoration: none;
    color:black;
    position: relative;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
    margin: 2px;
    top: 20px;
    /* left: 100px; */
    
}
nav ul li a:hover
{
    color: rgb(250, 2, 2);
    transition: 0s;
}
nav ul li a:before
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    content: '';
    width: 100%;
    background: rgb(250, 2, 2);

    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s linear ;
}
nav ul li a:hover:before
    {
        transform: scale(1);
        transform-origin: left;
        
        
    }

label #btn,
label #cancel{
color: black;
font-size: 30px;
float: right;
line-height: 80px;
margin-right: 40px;
display: none;
cursor: none;
}

#check
{
display:none;
}
.btnhello {
    border: 2px solid black;
    background: none;
    padding: 10px 12px;
    top: 20px;
    /* left: 120px; */
    font-size: 18px;
    cursor: pointer;
    margin: 10px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    color: black;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  }
  .btnhello:hover {
    color: white;
  }
  .btnhello::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: black;
    z-index: -1;
    transition: 0.8s;
  }
  .btnhello::before {
    top: 0;
    border-radius: 0 0 50% 50%;
  }
  .btnhello:hover::before {
    height: 180%;
  }


  .btnhello a{
    text-decoration: none;
    color: black;
  }
  .btnhello a:hover{
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  





/* ----------------------------loader_wrapper-------------------------------- */

.loader_wrapper{
  width: 100vw;
  height: 100vh;
  /* background-color: #1cabc4; */
  position: fixed;
  z-index: 8;
  /* display: none; */
}
.left_screen{
  width: 50%;
  height: 100%;
  background-color: #191919;
  /* transform: rotate(45deg); */
  position: absolute;
  left: 0%;
  /* bottom: 100px; */
}

.right_screen{
  width: 50%;
  height: 100%;
  background-color: #191919;
  /* transform: rotate(45deg); */
  position: absolute;
right: 0%;
/* bottom: 100px; */

}







  
  /* -------------------------------------- */





.main_text{
  position: fixed;
  /* background-color: #fda228; */
}

  .main_text .Photos{
 padding: 80px 90px;
 margin-top: 80px;
 letter-spacing: 10px;
 color: #fda228;
  }
  .photo-titel{
    margin: -50px 90px;
 font-family: 'Media sans';
 font-size: 35px;
  }
  .photo-titel-p{
    margin: 80px 90px;
    text-align: left;
    /* height: 200px; */
    width: 440px;
 /* font-family: 'sans-serif'; */
 /* border: 2px solid red; */
 /* font-size: 20px; */
  }

  .bt-number2 {
    display: flex;
    /* justify-content: start; */
    left: 80px;
    position: absolute;
    align-items: center;
    gap: 20px;
    margin-top: -50px;
/* background-color: red;     */
  }
 
  .bt-number2 .bt1 {
    width: 120px;
    height: 50px;
    font-size: 15px;
    background-color: black;
    color: white;
    border-radius: 4px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.23);
    z-index: 2;
    animation: bt_2_number 1s;
    animation-duration: 2s;
    animation-delay: 0s;
    transition: 0.5s;


  }
  @keyframes bt_2_number {
    from{
      bottom: 0%;
    }
    to{
      bottom: 5%;
    }
  }
  .bt-number2 .bt1:hover {
    width:  140px;
    height: 50px;
    transition: 0.5s;
    /* background-color: transparent; */
    /* color: bla; */
    
  }
  .bt-number2 .bt2 {
    width: 200px;
    height: 50px;
    font-size: 15px;
    border: 3px solid black;
    background-color: transparent;
    border-radius: 4px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.23);
    z-index: 2;
    
    animation: bt_2_number 1s;
    animation-duration: 2s;
    animation-delay: 0s;
    transition: 0.5s;

  }
  @keyframes bt_2_number {
    from{
      bottom: 0%;
    }
    to{
      bottom: 5%;
    }
  }
  .bt-number2 .bt2:hover {
    width: 230px;
    height: 50px;
    transition: 0.5s;
    /* background-color: black; */
    /* color: white; */
  }
  .adPhoto img{
     display: flex;
    position: relative;
    top: 2em;
    max-width: 8%;
    display: inline-block;
    left: 70px;
    margin: 8px;
    opacity: 0.5;
  }
  
  .main_all_photo_card{
    display: flex;
    justify-content: end;
   }
   .main_all_photo_card .photo_card{
    padding: 150px 70px;
     display: grid;
    grid-template-columns:2fr 2fr;
    gap: 30px;
  }
  .main_all_photo_card .photo_card .photo{
   padding: 200px 150px;
   border-radius: 20px;
   background-size: cover;
    background-position: center;
  }
  .photo{
    background-color: #4a4a4a;
    background-blend-mode: hard-light;
    transition: all 1s ease-in-out;
    
  }
  .photo:hover{
    
      background-color: #999;
      box-shadow: 0 0 4px #fff;
      transition: all 1s ease-in-out;
      
  }

  .main_all_photo_card .photo_card #photo_img1{
    background-image: url(Photos/photo1.webp);
  }
  .main_all_photo_card .photo_card #photo_img2{
    background-image: url(Photos/photo2.webp);
  }
  .main_all_photo_card .photo_card #photo_img3{
    background-image: url(Photos/photo3.webp);
  }
  .main_all_photo_card .photo_card #photo_img4{
    background-image: url(Photos/photo4.webp);
  }
  .main_all_photo_card .photo_card #photo_img5{
    background-image: url(Photos/photo5.webp);
  }
  .main_all_photo_card .photo_card #photo_img6{
    background-image: url(Photos/photo6.webp);
  }
  .main_all_photo_card .photo_card #photo_img7{
    background-image: url(Photos/photo7.webp);
  }
  .main_all_photo_card .photo_card #photo_img8{
    background-image: url(Photos/photo8.webp);
  }
  .main_all_photo_card .photo_card #photo_img9{
    background-image: url(Photos/photo9.jpg);
  }
  .main_all_photo_card .photo_card #photo_img10{
    background-image: url(Photos/photo10.webp);
  }
  .main_all_photo_card .photo_card #photo_img11{
    background-image: url(Photos/photo11.jpg);
  }
  .main_all_photo_card .photo_card #photo_img12{
    background-image: url(Photos/photo12.webp);
  }
  /* -----  */
  .main_all_photo_card .photo_card #photo_img13{
    background-image: url(Photos/photo13.jpg);
  }.main_all_photo_card .photo_card #photo_img14{
    background-image: url(Photos/photo14.jpeg);
  }.main_all_photo_card .photo_card #photo_img15{
    background-image: url(Photos/photo15.jpeg);
  }.main_all_photo_card .photo_card #photo_img16{
    background-image: url(Photos/photo16.jpg);
  }.main_all_photo_card .photo_card #photo_img17{
    background-image: url(Photos/photo17.webp);
  }.main_all_photo_card .photo_card #photo_img18{
    background-image: url(Photos/photo18.webp);
  }.main_all_photo_card .photo_card #photo_img19{
    background-image: url(Photos/photo19.webp);
  }.main_all_photo_card .photo_card #photo_img20{
    background-image: url(Photos/photo20.webp);
  }.main_all_photo_card .photo_card #photo_img21{
    background-image: url(Photos/photo21.jpg);
  }.main_all_photo_card .photo_card #photo_img22{
    background-image: url(Photos/photo27.webp);
  }.main_all_photo_card .photo_card #photo_img23{
    background-image: url(Photos/photo23.webp);
  }.main_all_photo_card .photo_card #photo_img24{
    background-image: url(Photos/photo24.webp);
  }.main_all_photo_card .photo_card #photo_img25{
    background-image: url(Photos/photo25.webp);
  }.main_all_photo_card .photo_card #photo_img26{
    background-image: url(Photos/photo26.webp);
  }.main_all_photo_card .photo_card #photo_img27{
    background-image: url(Photos/photo27.jpeg);
  }.main_all_photo_card .photo_card #photo_img28{
    background-image: url(Photos/photo28.jpg);
  }.main_all_photo_card .photo_card #photo_img29{
    background-image: url(Photos/photo29.jpeg);
  }.main_all_photo_card .photo_card #photo_img30{
    background-image: url(Photos/photo30.jpg);
  }.main_all_photo_card .photo_card #photo_img31{
    background-image: url(Photos/photo31.webp);
  }.main_all_photo_card .photo_card #photo_img32{
    background-image: url(Photos/photo32.jpg);
  }.main_all_photo_card .photo_card #photo_img33{
    background-image: url(Photos/photo33.webp);
  }.main_all_photo_card .photo_card #photo_img34{
    background-image: url(Photos/photo34.jpg);
  }.main_all_photo_card .photo_card #photo_img35{
    background-image: url(Photos/photo35.jpeg);
  }.main_all_photo_card .photo_card #photo_img36{
    background-image: url(Photos/photo36.jpg);
  }.main_all_photo_card .photo_card #photo_img37{
    background-image: url(Photos/photo37.jpg);
  }.main_all_photo_card .photo_card #photo_img38{
    background-image: url(Photos/photo38.jpg);
  }.main_all_photo_card .photo_card #photo_img39{
    background-image: url(Photos/photo39.webp);
  }.main_all_photo_card .photo_card #photo_img40{
    background-image: url(Photos/photo40.jpg);
  }

   