:root {
  --section-color: #f7f7f7;
  --dark-color: #343434;
  --hover-color: #1c1c1c;
  --section-padding: 100px 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Poppins", sans-serif;
  color: #343434;
  font-weight: 400;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
.logo {
  font-family: "Montserrat", sans-serif;
}
p {
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
  color: #748182;
}
.imgframe {
  background-image: url("../imgs/bg.jpg");
  height: 100vh;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.65;
  z-index: 2;
}
/* Nav */
nav,
.navbar {
  z-index: 33;
  background-color: white;
}
.navbar-nav {
  font-size: 13px;
  font-weight: 400px;
}
/* .navbar .navbar-nav > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #ff0000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
} */
.navl {
  font-weight: 600;
}
.navbar ul a {
  font-weight: 400;
  color: var(--dark-color);
  font-size: 14px;
  letter-spacing: 1px;
}
.navbar .navbar-brand {
  font-weight: 800;
  color: var(--dark-color);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav {
  box-shadow: 0px 33px 85px -3px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.navbar-nav .nav-link {
  position: relative;
}
.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 1.3s ;
}
.navbar-nav .nav-link.active::before {
  width: 100%;
  left: 0;
}
/* .navbar-nav .nav-link.active {
  border-bottom: 2px solid black;
} */

/* Head */
.header h5 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}
.header .col .icons a {
  text-decoration: none !important;
  background-color: rgba(1, 11, 19, 0.457);
  display: inline-block;
  width: 35px;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 0px;
}
/* About */
.about img {
  position: relative;
  width: 100%;
  height: auto;
}
.about .img-hero {
  padding-left: 30px;
  padding-right: 0px;
}
.about h3 {
  font-size: 35px !important;
  font-weight: 800;
}
.about .img-hero::after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: -10px;
  bottom: -30px;
  background-image: url(../imgs/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.about .bar h6 {
  padding: 10px;
  margin: 5px;
  position: absolute;
  font-size: 13px;
}
.about .bar .progress {
  height: 22px;
  box-shadow: inset 1000px 110px 60px 1110px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.about .bar .bar-1::after {
  content: "95%";
  position: absolute;
  right: 45px;
  top: 0px;
}
.about .bar .ba-2::after {
  content: "85%";
  position: absolute;
  right: 160px;
  top: 0px;
}
.about .bar .ba-3::after {
  content: "90%";
  position: absolute;
  right: 80px;
  top: 0px;
}
.about span {
  letter-spacing: 3px;
  color: #999;
}
.about p {
  font-weight: 400;
  font-family: "poppins", sans-serif;
}
.about .botn .b-1 {
  background-color: var(--hover-color);
  padding: 10px 30px;
}
.about .botn .b-1:hover {
  background-color: white;
  color: var(--hover-color);
  transition: 0.5s;
}
.about .botn .b-2 {
  background-color: white;
  color: var(--hover-color);
  padding: 10px 30px;
}
.about .botn .b-2:hover {
  background-color: var(--hover-color);
  color: white;
  transition: 0.5s;
}
/* Services */
.service .head h3 {
  font-size: 40px !important;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.service .head {
  position: relative;
  margin-bottom: 80px;
}
.service .container .head h3::after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../imgs/dots.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.service .row .col-md-4 .card {
  box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
}
.service .row {
  margin-bottom: 50px;
}
.service .card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
  background-color: #ffffff;
  padding: 50px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.service .card .svgz {
  font-size: 30px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f4f4f4;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service .card-title {
  font-weight: 800;
  font-size: 20px;
}
.service .card-text {
  font-weight: 400;
  font-size: 17px;
}
.service .card:hover .svgz {
  background-color: var(--hover-color);
  color: white;
  transition: 0.7s ease-in-out;
}
/* Portfolio */
.portfolio .head h3 {
  font-size: 45px !important;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.portfolio .head {
  position: relative;
  margin-bottom: 80px;
}
.portfolio .container .head h3::after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../imgs/dots.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.portfolio .bottums {
  margin-bottom: 40px;
}
.portfolio .bottums a {
  color: var(--hover-color);
  font-weight: 700;
  font-size: 19px;
  margin: 15px;
}
.portfolio .bottums a.active {
  padding-bottom: 5px;
  border-bottom: 3px solid var(--hover-color);
}
.portfolio .wh h6 {
  color: var(--dark-color);
  font-weight: 700;
  font-size: 12px;
}
.portfolio .wh .icon-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid #111;
  background: #111;
  color: #eee;
}
.portfolio .wh .icon-link:hover {
  background-color: white;
  color: #343434;
}
.portfolio .wh {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
  transform: translateY(10px);
}
.portfolio .wh h6 {
  transition: all 0.5s;
  transform: translateY(-15px);
}
.portfolio .wh.wh:hover h6 {
  transform: translateY(0px);
}
.portfolio .wh:hover {
  opacity: 1;
  transform: translateY(0px);
}
/* Testimonials */
.test .head h3 {
  font-size: 40px !important;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.test .head {
  position: relative;
  margin-bottom: 80px;
}
.test .container .head h3::after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../imgs/dots.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.test img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.test h6 {
  font-weight: 600;
}
.test .content span {
  font-size: 12px;
  font-weight: 700;
}
.test .content p {
  font-size: 17px;
}
.test .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d6d6d6;
}
.test .dots .dot1 {
  background-color: #869791 !important;
}
/* Numbers */
.num .col h3 {
  font-size: 30px;
  font-weight: bolder;
  color: var(--dark-color);
}
.num .col svg {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--dark-color);
}
/* Team */
.team .head h3 {
  font-size: 40px !important;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.team .head {
  position: relative;
  margin-bottom: 80px;
}
.team .container .head h3::after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../imgs/dots.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.team .wr {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  transition: all 0.7s;
  z-index: 2;
  transform: rotateY(180deg) scale(0);
}
.team .col:hover .wr {
  transform: rotateY(360deg) scale(1);
  opacity: 0.9;
}
.main img {
  transition: transform 0.4s ease-in-out;
}

.main:hover img {
  transform: scale(1.2);
}
.team .wr a {
  text-decoration: none;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.team .wr a:hover {
  background-color: #fff;
  color: #000;
}
.team .sec-main {
  background-color: #5b5b5b;
}
.team .sec-main h5 {
  font-weight: 700;
}
/* Contact Us */
.contact .head h3 {
  font-size: 40px !important;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.contact .head {
  position: relative;
  margin-bottom: 80px;
}
.contact .container .head h3::after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../imgs/dots.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.contact span {
  text-decoration: none;
  color: var(--hover-color);
  background-color: #f4f4f4;
  font-size: 25px;
  padding: 15px 20px;
  border-radius: 50%;
  cursor: default;
  transition: 0.5s;
}
.contact .col:hover span {
  color: #f4f4f4;
  background-color: var(--hover-color);
}
.contact .cont .col {
  width: 100px !important;
}
.contact .inputs .name {
  border: none;
  background-color: #f4f4f4;
}
.contact .inputs .mail {
  border: none;
  background-color: #f4f4f4;
}
.contact .inputs .mail:focus {
  outline: none;
  box-shadow: none;
}
.contact .inputs .name:focus {
  outline: none;
  box-shadow: none;
}
.contact .inputs textarea {
  border: none;
  background-color: #f4f4f4;
}
.contact .inputs textarea:focus {
  outline: none;
  box-shadow: none;
}
.contact .botn .b-1 {
  background-color: var(--hover-color);
  padding: 7px 50px;
}
.contact .botn .b-1:hover {
  background-color: white;
  color: var(--hover-color);
  transition: 0.5s;
}
/* footer */
footer {
  background-color: #1c1c1c;
}
