body {
  font-family: "Montserrat", sans-serif;
}
.fw-800 {
  font-weight: 800;
}
.fs-30 {
  font-size: 30px;
}
.fs-15 {
  font-size: 15px;
}
.fs-13 {
  font-size: 13px;
}
.p-color {
  color: #999;
}
.main-color {
  color: #343434 !important;
}
.sec-color {
  color: #748182;
}
.third-color {
  color: #1c1c1c;
}
.fourth-color {
  color: #212529;
}
.section-bg-color {
  background-color: #f7f7f7;
}
.main-bg-color {
  background-color: #1c1c1c;
}
.f-popp {
  font-family: "Poppins", sans-serif;
}
.main-section-padd {
  padding: 100px 0 70px;
}
.sec-section-padd {
  padding: 100px 0;
}
.sec-header h3 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 900;
  position: relative;
  max-width: fit-content;
  z-index: 1;
  margin-bottom: 80px;
}
.sec-header h3::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../Daniels/dots.png);
  z-index: -1;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.card-padd {
  padding: 0 15px;
}
.row {
  margin-inline: 0 !important;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* navbar start */
.navbar {
  padding: 15px 0 10px;
}
.navbar .navbar-brand {
  font-weight: 800;
  font-size: 18px;
}
.navbar ul .nav-item {
  margin: 0 20px;
  font-size: 13px;
  position: relative;
}
.navbar ul .nav-item a {
  padding: 0 !important;
  color: #111 !important;
}
.navbar .collapse .nav-item .nav-link::after {
  content: "";
  width: 0;
  transition: width 0.5s 0.2s;
}
.navbar .collapse .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #343434;
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
/* navbar end */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* home start */
.home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../Daniels/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home h1 {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  padding: 12px 0;
}
.home h5 {
  font-weight: 800;
  font-size: 50px;
  line-height: 55px;
  margin-top: 50px;
}
.home .icons {
  margin-top: 30px;
}
.home .icon {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  margin-inline: 2px;
}
.home .content {
  margin-top: 50px;
}
/* home end */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* about start */
.about h2 {
  margin-bottom: 5px !important;
}
.about .bars {
  margin-top: 30px;
}
.about .progress {
  height: 1.5rem !important;
  margin-bottom: 30px;
}
.about .progress-bar {
  padding-inline: 10px !important;
}
.about .layer {
  position: absolute;
  background-image: url(../Daniels/dots.png);
  bottom: 0;
  left: 0;
  width: 80%;
  height: 80%;
  z-index: -1;
}
.about .image img {
  margin-bottom: 30px;
  padding-left: 30px;
}
.about .my-btns .contact {
  border: solid 1px;
}
.about .my-btns .contact:hover {
  background-color: #1c1c1c !important;
  color: white;
}
.about .my-btns .cv {
  color: #eeeeee;
}
.about .my-btns .cv:hover {
  background-color: white !important;
  color: #1c1c1c !important;
  border: solid 1px;
}
.about .my-btns button {
  padding: 10px 30px;
  margin-top: 20px;
  transition: all 0.5s;
}
.about p.item {
  letter-spacing: 1px;
}
.about .col-7 .inner {
  margin-bottom: 30px;
}
/* about end */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* services start */
.services .card {
  padding: 50px 20px;
  margin-bottom: 30px;
  border-radius: 0;
}
.services .card:hover .icon {
  background-color: #1c1c1c;
  color: white;
}
.services .icon {
  width: 70px;
  height: 70px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.services .card h5 {
  margin-bottom: 15px;
}
/* services end */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* works start */
.works .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.works .inner .layer {
  left: 2%;
  right: 2%;
  bottom: -3%;
  top: 7%;
  opacity: 0;
  transition: all 0.5s;
  gap: 50px;
}
.works .inner:hover .layer {
  opacity: 1;
  top: 2%;
  bottom: 2%;
  gap: 15px;
}
.works .inner .layer a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  transition: all 0.2s;
}
.works .inner .layer a:hover {
  color: black !important;
  border: 1px solid;
  background-color: white !important;
}
.works h6 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.5s;
}
.works .inner:hover h6 {
  margin-bottom: 0;
  opacity: 1;
}
.nav.nav-pills {
  margin-bottom: 50px !important;
}
.works .nav-pills .nav-link {
  color: #222;
  font-weight: 700;
}
.works .nav-pills .nav-link {
  padding: 0 !important;
  margin: 0 15px !important;
}
.works .nav-pills .nav-link.active {
  background-color: transparent !important;
  position: relative;
}
.works .nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20%;
  height: 2px;
  width: 100%;
  background-color: #222;
  animation: underLine 0.4s;
}
@keyframes underLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* works end */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* clients start */

.clients .inner .image {
  width: 90px;
  height: 90px;
}
.clients h6 {
  font-size: 12px;
  color: #888;
  margin: 0 0 30px;
}
.clients .image {
  margin-bottom: 15px;
}
.clients h5 {
  margin: 30px 0 5px;
}
.clients p {
  width: 80%;
}
/* clients end */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* stats start */
.stats h3 {
  font-weight: 900;
}
.stats .item {
  padding: 0 15px;
}
/* stats end */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* team */
.team .item {
  padding: 0 15px;
  margin-bottom: 10px;
}
.team .content {
  background-color: #5b5b5b;
  padding: 25px;
  border-radius: 0 0 7px 7px;
}
.team h4 {
  font-size: 25px;
  margin-bottom: 5px;
}
.team .image {
  cursor: pointer;
}
.team .image img {
  display: block;
  transition: all 0.5s;
  transform: scale(1.01);
}
.team .image:hover img {
  transform: scale(1.2);
  z-index: -1;
}
.team .inner:hover .layer {
  left: 2%;
  right: 2%;
  bottom: 2%;
  top: 2%;
  opacity: 1;
  transform: rotateY(0);
  z-index: 2;
}
.team .inner .icons {
  transition: all 0.5s;
}
.team .inner:hover .icons {
  gap: 8px !important;
}
.team .inner .layer a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all 0.2s;
}
.team .inner .layer a:hover {
  color: black !important;
  background-color: white !important;
  border: solid 1px;
}
.team .inner .layer {
  left: 25%;
  right: 25%;
  bottom: 25%;
  top: 25%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transform: rotateY(180deg);
  z-index: 2;
  transition: all 0.5s;
}
/* team end */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* contact start */
.contact .icon {
  height: 60px;
  width: 60px;
  font-size: 25px;
  background-color: #f4f4f4;
  transition: all 0.5s;
}
.contact .data {
  margin-bottom: 50px !important;
}
.contact .item {
  margin-bottom: 30px;
}
.contact .item:hover .icon {
  color: #eee !important;
  background-color: #1c1c1c;
}
.contact h6 {
  margin-bottom: 10px;
}
.contact .form-control {
  padding: 10px;
  background-color: #f4f4f4;
  font-size: 14px;
  border: none !important;
}
input:focus {
  box-shadow: none !important;
}
textarea:focus {
  box-shadow: none !important;
}

.contact button {
  color: #eee;
  padding: 10px 40px;
  transition: all 0.5s;
}
.contact button:hover {
  color: #343434;
  background-color: white;
  border: 1px solid;
}
.contact .box {
  height: 160px;
  width: 100%;
}
.contact textarea {
  height: 160px;
  max-height: 160px;
  width: 100%;
}
/* contact end */
