* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans";
}

nav {
  height: 100px;
  width: 100%;
  position: sticky;
  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;
}
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 0.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;
  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);
}

/* -------------------------------------- */

.im_bazil h2 {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 100;
  font-size: 25px;
}

.main {
  padding-top: 30px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: 1s;
  width: 90vw;
  left: 50px;
}

.main h1.text2 {
  font-size: 180px;

  font-family: "Media Sans Semicondensed", Impact, sans-serif;
  text-align: center;
  color: black;
  cursor: pointer;
  position: absolute;
  animation: mymove1 1s;
  animation-duration: 2s;
  animation-delay: 0s;

  -webkit-text-stroke: 1.2px black;
}

@keyframes mymove1 {
  from {
    right: 0;
  }
  to {
    right: 17.5%;
  }
}
.main h1.text2:hover {
  cursor: pointer;
  transition: 1s;
}

.main h1.text1 {
  font-size: 180px;
  line-height: 1.5;
  -webkit-text-stroke: 1.2px black;
  font-family: "Media Sans Semicondensed", Impact, sans-serif;
  text-align: center;
  color: transparent;
  cursor: pointer;
  position: relative;
  margin-top: 140px;
  animation: mymove2 1s;
  animation-duration: 2s;
  animation-delay: 0s;
}

@keyframes mymove2 {
  from {
    left: -13%;
  }
  to {
    left: 0%;
  }
}
.main h1.text1:hover {
  cursor: pointer;
  transition: 1s;
}

.bt-number2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.bt-number2 .bt1 {
  width: 200px;
  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: 240px;
  height: 50px;
  transition: 0.5s;
  background-color: transparent;
  color: black;
}
.bt-number2 .bt2 {
  width: 200px;
  height: 50px;
  font-size: 15px;
  border: 2px solid black;
  background-color: transparent;
  border-radius: 4px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.23);
  z-index: 2;
  transition: 0.5s;
  animation: bt_2_number 1s;
  animation-duration: 2s;
  animation-delay: 0s;
}
@keyframes bt_2_number {
  from {
    bottom: 0%;
  }
  to {
    bottom: 5%;
  }
}
.bt-number2 .bt2:hover {
  width: 240px;
  height: 50px;
  transition: 0.5s;
  background-color: black;
  color: white;
}
.freelance {
  font-size: 25px;
  color: #333333;
  font-family: "Sfprodisplay", Arial, sans-serif;
  font-weight: 100;
}
.freela_company {
  display: flex;
  justify-content: space-around;
  margin-top: -20px;
}
.ad_company img {
  width: 70px;
  padding: 10px;
  opacity: 0.5;
}

.mouse-move {
  cursor: pointer;
}

.goal-box {
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  position: absolute;
  top: 500px;
  left: 500px;
  margin-top: -50px;
  margin-left: -9px;
  display: none;
  border-radius: 50%;
  border: 5px solid black;
  z-index: 5000;
  transition: all 0.4s ease-out;
  box-shadow: 0px 0px 10px rgba(4, 3, 3, 0.964);
  z-index: 100;
}
.goal-box i {
  text-align: center;
  color: rgb(0, 0, 0);
  margin-left: 15px;
  margin-top: 30px;
  rotate: -45deg;
}

/* ----------------------------loader_wrapper-------------------------------- */

.loader_wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 8;
}
.left_screen {
  width: 50%;
  height: 100%;
  background-color: #191919;
  position: absolute;
  left: 0%;
}

.right_screen {
  width: 50%;
  height: 100%;
  background-color: #191919;
  position: absolute;
  right: 0%;
}

.freela_company .bazil_photo {
  background-image: url(./Photos/2.manoj\ kumar.png);
  background-size: cover;
  padding: 280px 350px;

  bottom: 30px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s linear;
}
