* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
}

img {
  width: 100%;
}

.home {
  background-image: url(img/slider/slider-01.jpg);
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.logo {
  float: left;
  color: white;
  padding: 10px 20px;
}

.logo h3 {
  font-weight: bold;
  font-size: 26px;
  color: #ff305b;
}
.links {
  float: right;
  padding: 10px 20px;
  margin-right: 30px;
}

.clear-fix {
  clear: both;
}

li {
  display: inline-block;
  padding: 10px;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: #ff305b;
}

.introduce {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}

.introduce h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.introduce h1 {
  margin-bottom: 20px;
  color: #ff305b;
  font-size: 70px;
  font-weight: 700;
}

.introduce p {
  font-size: 26px;
}

.introduce p::after {
  content: " I";
  animation: movieLetters 3s infinite;
}

@keyframes movieLetters {
  0% {
    content: " I";
  }
  5% {
    content: "D I";
  }
  10% {
    content: "De I";
  }
  15% {
    content: "Dev I";
  }
  20% {
    content: "Deve I";
  }
  25% {
    content: "Devel I";
  }
  30% {
    content: "Develo I";
  }
  35% {
    content: "Develope I";
  }
  40% {
    content: "Developer I";
  }
  45% {
    content: "Develope I";
  }
  50% {
    content: "Develo I";
  }
  55% {
    content: "Devel I";
  }
  60% {
    content: "Deve I";
  }
  65% {
    content: "De I";
  }
  70% {
    content: "Des I";
  }
  75% {
    content: "Desi I";
  }
  80% {
    content: "Desig I";
  }
  85% {
    content: "Design I";
  }
  90% {
    content: "Designe I";
  }
  95% {
    content: "Designer I";
  }
  100% {
    content: "Designer I";
  }
}

.prf-pic {
  width: 32%;
  height: 60%;
  float: left;
  margin-left: 60px;
  border: solid;
  border-color: #555;
  border-width: 8px;
  border-radius: 5px;
  position: relative;
}

.box {
  position: relative;
  left: 20;
  top: 20;
  right: 0;
  bottom: 0;
  width: 100%;
}

.prf-pic img {
  width: 100%;
  height: 100%;
}

.layer1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: ease-in 0.5s;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layer1 span {
  color: white;
  font-size: 20px;
  margin: 0px 5px;
}

.layer1:hover {
  color: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.layer1 span:hover {
  color: #ff305b;
}

.container {
  margin: 0px 50px;
  padding: 0px 80px;
}

.my-details {
  width: 50%;
  float: right;
  margin-right: 60px;
}

.clear-fix {
  clear: both;
}

.my-details h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
}

.my-details h3::before {
  content: "I ";
  color: red;
  font-weight: bold;
}

.my-details p {
  font-size: 16px;
  color: #555555;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999999;
}

.my-details span {
  font-size: 20px;
  /* font-weight: 600; */
  color: black;
}

.my-details ul {
  padding: 0px;
}

.my-details li {
  float: left;
  width: 50%;
  color: #555555;
  font-size: 16px;
}

.clear-fix {
  clear: both;
}
.my-details button {
  padding: 15px 34px;
  margin-right: 10px;
  border-radius: 5px;
  border: none;
  background-color: #ff305b;
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}

.my-details button:hover {
  background-color: #ec2403;
  color: white;
  font-size: 16px;
}

span.icon {
  font-size: 16px;
  color: white;
}

.main1 {
  margin-bottom: 60px;
}

.main2 {
  text-align: center;
  background-color: #f1f1f1;
  margin-bottom: 60px;
}

.lines {
  border-bottom: 1px solid #ff305b;
  width: 220px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}

.lines::before {
  content: "";
  background-color: #ff305b;
  width: 110px;
  height: 1px;
  margin: auto;
  display: block;
  /* color: #ff305b; */
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  bottom: 0;
}

.lines::after {
  content: "";
  width: 110px;
  height: 1px;
  margin: auto;
  display: block;
  background-color: #ff305b;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  bottom: 0;
}

.service1 {
  width: 22.2%;
  float: left;
  margin: 30px 15px;
  padding: 10px;
  border: 1px solid transparent;
}

.service1:hover {
  background-color: white;
  border: 1px solid white;
  padding: 10px;
}

.service2 {
  width: 22.2%;
  float: right;
  margin: 30px 15px;
  padding: 10px;
  border: 1px solid transparent;
}

.service2:hover {
  background-color: white;
  border: 1px solid white;
  padding: 10px;
}

.icon-services {
  color: #ff305b;
  font-size: 36px;
}

.container2 {
  margin: 0px 70px;
}

.main2 h3 {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.main2 h2 {
  font-size: 40px;
  font-weight: 800;
  padding-top: 30px;
  color: #333;
  margin-bottom: 10px;
  /* position: relative; */
}

.main3 {
  text-align: center;
  margin-bottom: 60px;
}

.main3 h2 {
  margin-bottom: 30px;
  font-size: 40px;
  margin-bottom: 20px;
}

.container3 {
  margin: 0px 20px;
}

.bt1 button {
  margin: 0px 20px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.bt1 {
  margin: 30px 20px;
}

.img-clock {
  margin: auto;
}

.img1 {
  width: 30%;
  float: left;
  margin: 0 15px;
  margin-bottom: 30px;
  position: relative;
}

.img1 a {
  width: 100%;
}

.img1 img {
  width: 100%;
}

.layer-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
}

.layer-img:hover {
  background-color: black;
  opacity: 0.5;

  width: 100%;
  color: black;
}

.clear-fix {
  clear: both;
}

.img-clock {
  margin-bottom: 30px;
}

.img2 {
  width: 30%;
  float: left;
  margin: 0px 15px;
  margin-bottom: 30px;
  position: relative;
}

.layer-img2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
}

.layer-img2:hover {
  background-color: black;
  opacity: 0.5;

  width: 100%;
  color: black;
}

.clear-fix {
  clear: both;
}

.main4 {
  background-color: #f1f1f1;
  margin-bottom: 60px;
}
.section1 {
  text-align: center;
  float: left;
  width: 23.5%;
  margin: 0px 5px;
}
.clear-fix {
  clear: both;
}

.container4 {
  margin: 0px 40px;
  padding: 50px 0px;
}

span.icon-projects {
  color: #ff305b;
}

.container4 span {
  font-size: 26px;
  font-weight: 800;
  display: block;
  margin: 10px 0px;
}

.name-email {
  text-align: center;
  margin: auto;
  padding: 0px 80px;
  width: 80%;
  margin-bottom: 10px;
}

input {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form {
  padding: 0px 40px;
  text-align: center;
  margin-bottom: 60px;
}

.form h2 {
  margin-bottom: 20px;
}
.name input {
  float: left;
  width: 45%;
}

.email input {
  float: right;
  width: 45%;
}

.clear-fix {
  clear: both;
}

.subject input {
  width: 100%;
  margin-top: 10px;
}
.message textarea {
  width: 100%;
  margin-top: 10px;
}

.submit {
  text-align: left;
  margin-top: 10px;
}

.submit input {
  width: 20%;
  background-color: #ff305b;

  border-color: #ff305b;
  color: #ffffff;
}
.main4 h5 {
  color: #555555;
  font-size: 16px;
}

.footer {
  text-align: center;
  background-color: #333333;
  height: 100px;
}

.footer p {
  padding-top: 50px;
  color: white;
}

.footer a {
  color: #ff305b;
}

.feed-back {
  background-color: white;
}

.review {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 40px;
  width: 50%;
  margin: auto;
  margin-bottom: 80px;
}

.feed-back h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.carousel-indicators {
  bottom: -40px !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #ec2403;
}

.slide {
  background-color: #f1f1f1;
  margin: 30px 0px;
}

img.my-img {
  border-radius: 50%;
  float: left;
  width: 15%;
  height: 15%;
  margin: 10px;
}

.img-review img {
  border-radius: 50%;
  float: left;
  width: 15%;
  margin-left: 10px;
}

.text-review {
  float: right;
  width: 80%;
  padding: 0px 40px;
}
.clear-fix {
  clear: both;
}

.text-review h3 {
  margin-bottom: 10px;
}

.text-review h4 {
  margin-bottom: 10px;
}

.our-blog {
  text-align: center;
  background-color: #f1f1f1;
  margin-bottom: 60px;
}

.our-blog h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.container-blog {
  margin: 0px 30px;
  padding: 50px 0px;
}

.blogs-container {
  height: 450px;
}

.blog1 {
  width: 30%;
  float: left;
  margin: 0px 20px;
  background-color: white;
  text-align: left;
  height: 100%;
  padding: 10px;
  
}

.clear-fix {
  clear: both;
}

.blog1 img {
  width: 100%;
  height: 215px;
  margin-bottom: 10px;
}

.blog1 a {
  color: #333333;
  padding-left: 20px;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog1 p {
  padding-left: 20px;
  
}

.stars img {
  display: inline-block;
  width: 10px;
}
