/* @import url("style.css"); */
@import url("about.css");
body {
  position: relative;
}
.dropdown ul {
  padding: 14px 0;
  transition: all 0.3s ease-out;
  border-radius: 5px;
  margin-top: 20px;
}
.dropdown ul li a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  /* padding: 10px 12px; */
  /* background-color: red; */
  display: block;
  top: 100%;
  opacity: 1;
  transition: opacity 0.3s, top 0.3s, all 0.3s ease;
  white-space: nowrap;
  /* margin-top: 5px; */
  margin-bottom: 0;
}
.main-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 60px;
}
.main-img {
  border-radius: 30px;
}
.title-abt {
  text-transform: uppercase;
  font-size: 82px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.content-row {
  padding: 80px 0 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.content-col {
  margin: 0 0 30px;
  padding: 0 12px;
  max-width: 780px;
}
.lower-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0 0;
}
.lower-content h3 {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  margin: 0 0 15px;
  font-weight: 700;
  color: #1d2c38;
}
.lower-content p {
  font-size: 18px;
  color: #393939;
  font-family: "Roboto", sans-serif;
  margin: 0 0 16px;
}
.lower-content h6 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #1d2c38;
  margin: 0 0 15px;
}
.lower-content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.lower-content-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 320px;
  border-radius: 20px;
  padding: 0 12px;
  flex: 1;
}
/* .webdevimage2 {
  background-image: url("../assets/projects/webdev_image.jpg");
  width: 370px;
  background-size: 100%;
  background-position: center bottom;
} */

/* .lower-content-col img {
  width: 400px;
  height: 400px;
  border-radius: 20px;
  position: 20px 20px;
} */

.lower-content-img {
  width: 370px;
}
.service-list-content {
  margin: 0;
  padding: 0;
  position: relative;
}
.service-list-content li {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}
.service-list-content li::before {
  content: "✓";
  background-color: #124a941a;
  position: absolute;
  left: 0;
  border-radius: 50px;
}
.widget-content {
  padding: 25px 50px 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 0 0 30px;
}
.widget-content h6 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #1d2c38;
  text-transform: capitalize;
  font-weight: 600;
}
.search-input {
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-input input {
  padding: 10px 50px 10px 25px;
  font-size: 16px;
  color: #1d2c38;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.search-input i {
  position: absolute;
  font-size: 20px;
  top: 30%;
  left: 85%;
}
.service-list-tab {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
.service-list-tab li {
  margin: 0 0 25px;
}
.service-list-tab li a {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #393939;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0 0 0 25px;
}
.service-list-tab li a::before {
  position: absolute;
  content: "▶";
  color: #ccc;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 12px;
}
.social-icons-tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  margin-top: 25px;
  padding: 0;
}
p {
  text-align: justify;
}
ol li {
  list-style-type: circle;
  margin-left: 20px;
}
.social-icons-tab li {
  margin: 0 5px 0 0;
}
.social-icons-tab li a {
  text-decoration: none;
}
.social-icons-tab li a i {
  font-size: 20px;
  color: #000;
  background-color: #f3f4f5;
  padding: 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-icons-tab li a i:hover {
  color: #fff;
  background-color: #0092ff;
}
.Brochure-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}
.Brochure-tab li {
  margin: 0 0 10px;
}
.Brochure-tab li a {
  padding: 16px 30px;
  background-color: #1d2c38;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.Brochure-tab li a:hover {
  background-color: #0092ff;
}
.Brochure-tab li a i {
  margin-right: 20px;
  font-weight: 500;
}
.Brochure-tab li a span {
  margin-left: 20px;
  font-weight: 400;
}

@media screen and (max-width: 1385px) {
  .main-page {
    padding: 60px 0 80px;
    /* margin-top: 100px; */
  }
  .content-row {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1048px) {
  /* .home-page {
    height: 500px;
  } */
  .main-page {
    /* margin-top: 60px; */
    padding: 80px 0 60px;
  }
  .title-abt {
    font-size: 52px;
    text-align: center;
    text-wrap: wrap;
  }
  .content-row {
    margin-top: 50px;
    padding-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-col {
    width: 100%;
    padding-top: 20px;
  }
  .search-input {
    width: 100%;
  }
  .search-input input {
    width: 100%;
  }
  .search-input i {
    left: 90%;
  }
}
@media screen and (max-width: 768px) {
  .main-page {
    margin-top: 40px;
    padding: 40px 0 30px;
  }
  .lower-content-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .lower-content-col {
    display: inline-block;
    width: 100%;
    justify-content: flex-start;
    margin-top: 50px;
  }
  .search-input input {
    font-size: 12px;
  }
  .search-input i {
    margin-right: 0px;
    left: 85%;
  }
  .widget-content {
    padding: 12px 24px;
  }
  .social-icons-tab li a i{
    padding: 10px;
  }
}
@media screen and (max-width: 374px) {
  .Brochure-tab li a {
    padding: 10px 15px;
  }
}
