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

ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

body {
  background-color: #000;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

.manu {
  background: linear-gradient(rgba(231, 31, 31, 0.639), rgba(127, 3, 3, 0.352));
  position: fixed;
}
.manu ul {
  text-align: center;
  padding: 40px 78px 50px;
}
.manu ul li:last-child a {
  padding-top: 40px;
}
.manu ul li:last-child a i {
  margin: 0 10px;
  color: #fff;
}
.manu ul li a {
  padding: 10px 0;
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
}
.manu ul li a:hover {
  color: #20c997 !important;
}
.manu ul li .logo h2 {
  padding-top: 10px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
}
.manu ul li .logo img {
  border: 6px solid #fff;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.main {
  background: url(../images/banner.jpg) no-repeat center/cover;
  padding: 200px 0 70px;
}
.main .n_left {
  padding-bottom: 150px;
}
.main .n_left h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.main .n_left h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  height: 70px;
}
.main .n_left h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  padding: 29px 0;
}
.main .n_left a {
  padding: 10px 30px;
  border: 3px solid #20c997;
  color: #20c997;
  font-size: 22px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.5s;
}
.main .n_left a:hover {
  background-color: #20c997;
  color: #fff;
}
.main .n_left .ppp a {
  padding: none !important;
}
.main .icon a {
  font-size: 24px;
  font-weight: 500;
}
.main .icon a i {
  color: #fff;
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(2);
  }
  50% {
    transform: translateY(-10px);
  }
}

#banner .ab_color {
  background-color: #212529;
  padding: 100px 0;
}
#banner .ab_color .aut_main {
  margin-bottom: 100px;
}
#banner .ab_color .aut_main h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  position: relative;
}
#banner .ab_color .aut_main h2::after {
  position: absolute;
  content: "";
  left: 500px;
  bottom: -10px;
  width: 100px;
  height: 3px;
  background-color: #20c997;
}
#banner .ab_color .abt_one {
  padding-left: 50px;
}
#banner .ab_color .abt_one h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
}
#banner .ab_color .abt_one h3 span {
  color: #20c997;
}
#banner .ab_color .abt_one p {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0;
}
#banner .ab_color .abt_one h6 {
  color: #666;
  font-size: 16px;
  font-weight: normal;
}
#banner .ab_color .abt_two {
  padding-right: 20px;
}
#banner .ab_color .abt_two ul li {
  border-bottom: 2px solid #666;
}
#banner .ab_color .abt_two ul li a {
  color: #fff;
  font-size: 18px;
  font-family: 500;
  padding: 10px 0;
}
#banner .ab_color .abt_two ul li a span {
  color: #20c997;
}
#banner .ab_color .abt_two .btn a {
  padding: 10px 20px;
  background-color: #20c997;
  font-size: 18px;
  border-radius: 30px;
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
}
#banner .ab_color .pad .posi_one {
  padding-top: 50px;
}
#banner .ab_color .pad .posi_one h2 {
  color: #666;
  font-size: 48px;
  font-weight: 600;
}
#banner .ab_color .pad .posi_one p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
#banner .ab_color .pad .posi_two {
  padding-top: 50px;
}
#banner .ab_color .pad .posi_two h2 {
  color: #666;
  font-size: 48px;
  font-weight: 600;
  position: relative;
}
#banner .ab_color .pad .posi_two h2::after {
  position: absolute;
  content: "";
  left: 0px;
  top: -20px;
  width: 1px;
  height: 120px;
  background-color: #666;
}
#banner .ab_color .pad .posi_two p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

#whatid .what {
  padding: 100px 0;
  background-color: #6c757d;
}
#whatid .what h4 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
#whatid .what h4::after {
  position: absolute;
  left: 500px;
  bottom: -10px;
  width: 100px;
  height: 3px;
  background-color: #62df9f;
  content: "";
}
#whatid .what .icon_one {
  padding: 20px 0px 20px 50px;
}
#whatid .what .icon_one i {
  font-size: 30px;
  padding: 20px;
  background-color: #1f2322;
  border-radius: 5px;
  color: #62df9f;
}
#whatid .what .icon_one .i_i_one h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding-left: 10px;
}
#whatid .what .icon_one .i_i_one p {
  font-size: 16px;
  color: #c6cac8;
  padding-left: 10px;
}
#whatid .what .icon_two {
  padding: 20px 0;
}
#whatid .what .icon_two i {
  font-size: 30px;
  padding: 20px;
  background-color: #1f2322;
  border-radius: 5px;
  color: #62df9f;
}
#whatid .what .icon_two .i_i_two h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding-left: 10px;
}
#whatid .what .icon_two .i_i_two p {
  font-size: 16px;
  color: #c6cac8;
  padding-left: 10px;
}

#resume .resume_main {
  background-color: #212529;
  padding: 100px 0 70px;
}
#resume .resume_main .item_four {
  padding-bottom: 100px;
}
#resume .resume_main .item_four h4 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
#resume .resume_main .item_four h4::after {
  position: absolute;
  content: "";
  left: 500px;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #62df9f;
}
#resume .resume_main .item {
  padding: 15px;
  margin: 15px 0;
  border-radius: 10px;
  background-color: #000;
}
#resume .resume_main .item a {
  background-color: #db1720;
  padding: 2px 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
#resume .resume_main .item h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
}
#resume .resume_main .item h3 {
  font-size: 18px;
  color: #62df9f;
}
#resume .resume_main .item p {
  color: #c6cac8;
}
#resume .resume_main .item_ex h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
#resume .resume_main .shs {
  padding: 30px 0 20px;
}
#resume .resume_main .shs h3 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}
#resume .resume_main .skil {
  padding: 10px 0;
}
#resume .resume_main .skil h3 {
  padding-bottom: 10px;
}
#resume .resume_main .skil h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
#resume .resume_main .skil .progress {
  background-color: #000;
  border-radius: 10px;
}
#resume .resume_main .skil .progress-bar {
  background-color: #62df9f;
  border-radius: 10px;
}
#resume .resume_main .last {
  text-align: center;
  padding-top: 80px;
}
#resume .resume_main .last a {
  padding: 10px 20px;
  background-color: #666;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
}

#protfolio .pro {
  background-color: #6c757d;
  padding: 100px 0 0px;
}
#protfolio .pro .pro_top {
  padding: 100px 0;
  position: relative;
}
#protfolio .pro .pro_top h2 {
  padding: 0 0 0px 300px;
  font-size: 130px;
  color: #aaa2a2;
  font-weight: bold;
  position: absolute;
  opacity: 0.3;
}
#protfolio .pro .pro_top h3 {
  font-size: 36px;
  color: #fff;
  top: 170px;
  position: absolute;
  left: 510px;
  font-weight: bold;
}
#protfolio .pro .pro_top::after {
  position: absolute;
  content: "";
  left: 530px;
  top: 250px;
  background-color: #62df9f;
  height: 3px;
  width: 100px;
}
#protfolio .pro .hoverr {
  margin: 350px 0 100px;
  height: 220px;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
  background-color: #212529;
}
#protfolio .pro .hoverr .ho_img {
  width: 80%;
  position: absolute;
  top: -50px;
  left: 35px;
  z-index: 1;
}
#protfolio .pro .hoverr .ho_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#protfolio .pro .hoverr .ho_text {
  margin-top: -140px;
  padding: 15px;
  text-align: center;
  position: relative;
  color: red;
  transition: 0.5s;
  opacity: 0;
}
#protfolio .pro .hoverr .ho_text h3 {
  color: #fff;
}
#protfolio .pro .hoverr .ho_text h5 {
  color: #fff;
  font-size: 16px;
  padding: 15px;
}
#protfolio .pro .hoverr:hover {
  height: 370px;
}
#protfolio .pro .hoverr:hover .ho_text {
  opacity: 1;
  top: 140px;
}
#protfolio .pro .hhh {
  height: 500px;
}
#protfolio .pro .hhh .hoverr {
  margin: 350px 0 100px;
  height: 220px;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
  background-color: #212529;
}
#protfolio .pro .hhh .hoverr .ho_img {
  width: 80%;
  position: absolute;
  top: -50px;
  left: 35px;
  z-index: 1;
}
#protfolio .pro .hhh .hoverr .ho_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#protfolio .pro .hhh .hoverr .ho_text {
  margin-top: -140px;
  padding: 15px;
  text-align: center;
  position: relative;
  color: red;
  transition: 0.5s;
  opacity: 0;
}
#protfolio .pro .hhh .hoverr .ho_text h3 {
  color: #fff;
}
#protfolio .pro .hhh .hoverr .ho_text h5 {
  color: #fff;
  font-size: 16px;
  padding: 15px;
}
#protfolio .pro .hhh .hoverr:hover {
  height: 370px;
}
#protfolio .pro .hhh .hoverr:hover .ho_text {
  opacity: 1;
  top: 140px;
}

#test .test_color {
  padding: 100px 0;
  background-color: #212529;
}
#test .test_color .test_top h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
#test .test_color .test_but {
  background-color: #000;
  padding: 20px;
  margin-top: 50px;
  border-radius: 10px;
}
#test .test_color .test_but .ts_ex {
  align-items: center;
}
#test .test_color .test_but .ts_ex img {
  border-radius: 50%;
}
#test .test_color .test_but .ts_ex h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}
#test .test_color .test_but p {
  color: #fff;
  font-size: 16px;
  font-weight: 500px;
  padding: 10px;
}
#test .test_color .test_but a i {
  color: yellow;
  padding-left: 10px;
}

#contect .cont_main {
  padding: 100px 0;
  background-color: #6c757d;
}
#contect .cont_main h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
#contect .cont_main .sss {
  padding: 10px 25px;
  color: #fff;
  background-color: #62df9f;
  border-radius: 30px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
}
#contect .cont_main input {
  width: 100%;
  padding: 10px 0 10px 10px;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #212529;
}
#contect .cont_main .sejan {
  padding: 10px 0 70px 10px;
}/*# sourceMappingURL=style.css.map */