* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

input {
  overflow: hidden;
}

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}

.sec-pad {
  padding: 60px 0 0;
  margin: 50px 0;
}

.contact-sec {
  align-items: center;
  display: flex;
  background-image: url(../assets/t.jpg);
  background-size: cover;
  height: 600px;
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-wrap: break-word;
}

.contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}

.contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
  color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
  color: #f44337;
  border: 2px solid rgba(244, 67, 55, 0.5647058824);
}

.contact-sec .contact-ul li .fa-phone {
  color: #00b055;
  border: 2px solid rgba(0, 176, 85, 0.5647058824);
}

.contact-sec .contact-ul li .fa-envelope {
  color: #ff6347;
  border: 2px solid rgba(255, 99, 71, 0.5647058824);
}

.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}

.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}

.contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}

.contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

.contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}

.contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

.contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}

.contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

form.contFrm {
  max-width: 396px;
  margin: auto;
}

.inptFld {
  height: 50px;
  width: 300px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.inptFlde {
  height: 50px;
  width: 300px;
  border: 0;
  margin: 0px 0px 0px 100px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}

.inptBtn {
  height: 50px;
  border: 0;
  background: #00b055;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

/* Responcive css Start */
@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }
  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }
  .inptFld, .inptFlde {
    height: 40px;
    width: 250px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
  .inptFld, .inptFlde {
    height: 40px;
    width: 250px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  .contact-sec {
    border-radius: 10% 10% 0% 0%/5% 5% 0% 0%;
  }
  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld, .inptFlde {
    height: 36px;
    width: 250px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
  .inptFld, .inptFlde {
    height: 40px;
    width: 250px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}
.video {
  background-size: cover;
  height: 660px;
  width: 100%;
  position: relative;
  z-index: -99;
}

.video-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -99;
  position: fixed;
}

.l2 {
  height: 440px;
  width: 600px;
  border-radius: 15px;
  margin: 20px;
}

.l-2 {
  height: 440px;
  width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.w2 {
  text-align: right;
}

.w3 {
  text-align: left;
}

.bg {
  height: 100%;
}

.text-bg {
  height: 60px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 40px;
  font-family: "Merienda", cursive;
  position: sticky;
  top: 2px;
  z-index: 99;
}

.text-bg-1 {
  height: 60px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 40px;
}

.magaxine {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px;
}

.play-brou {
  height: 600px;
  width: 600px;
  margin: 20px;
  border-radius: 20px;
}

.tt {
  font-family: "Merienda", cursive;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: bold;
  padding-left: 10%;
}

.tt1 {
  font-family: "Merienda", cursive;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: bold;
  padding-right: 10%;
}

.ttorg {
  font-family: "Merienda", cursive;
  color: rgb(70, 199, 28);
  font-size: 40px;
  font-weight: bold;
  margin-left: 10%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.452);
  border-radius: 10px;
}

.torg {
  font-family: "Merienda", cursive;
  color: rgb(70, 199, 28);
  font-size: 40px;
  padding: 15px;
  font-weight: bold;
  margin-right: 10%;
  background-color: rgba(0, 0, 0, 0.452);
  border-radius: 10px;
}

.text-bgorg {
  height: 60px;
  width: 100%;
  background-color: black;
  color: rgb(70, 199, 28);
  text-align: center;
  font-size: 40px;
  font-family: "Merienda", cursive;
  margin-top: 10%;
  position: sticky;
  top: 2px;
  z-index: 999;
}

/*====================== SKILL BAR ANIMATION =============================*/
.image {
  height: 150px;
  border: 1px solid orange;
  border-radius: 50%;
  padding: 30px;
  margin: 10px;
}

.skill-box {
  width: 100%;
  margin: 25px 100px;
}

.skill-box .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.skill-box .skill-bar {
  height: 8px;
  width: 100%;
  border-radius: 6px;
  margin-top: 6px;
  background: rgba(0, 0, 0, 0.1);
}

.skill-bar .skill-per {
  position: relative;
  display: block;
  height: 100%;
  width: 90%;
  border-radius: 6px;
  background: #4070f4;
  animation: progress 0.4s ease-in-out forwards;
  opacity: 0;
}

.skill-per.html {
  /*progreso de las diferentes lenguajes*/
  width: 50%;
  animation-delay: 0.1s;
}

.skill-per.css {
  /*progreso de las diferentes lenguajes*/
  width: 70%;
  animation-delay: 0.1s;
}

.skill-per.javascript {
  /*progreso de las diferentes lenguajes*/
  width: 50%;
  animation-delay: 0.2s;
}

.skill-per.nodejs {
  /*progreso de las diferentes lenguajes*/
  width: 30%;
  animation-delay: 0.3s;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.skill-per .tooltip-1 {
  position: absolute;
  right: -14px;
  top: -28px;
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  background: #4070f4;
  z-index: 1;
}

.tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 10px;
  width: 10px;
  z-index: -1;
  background-color: #4070f4;
  transform: translateX(-50%) rotate(45deg);
}

.screen1 {
  display: none;
}

/*====================== SKILL BAR ANIMATION ENDS =============================*//*# sourceMappingURL=work.css.map */