body {
  background: rgb(0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px;
  color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

:root {
  --primar-color: #01eb6e;
  --secondry-color: #fff;
  --mainBg-color: #181818;
}

html {
  scroll-behavior: smooth;
}

a, a:hover, a:focus, button, button:hover, button:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, b, strong {
  font-family: Montserrat, sans-serif;
  color: var(--secondry-color) ;
  font-weight: 400;
  line-height: 1.1px;
}

img {
  max-width: 100%;
}

input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
  box-shadow: none;
  outline: none !important;
}

img, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
  transition: all 0.3s ease 0s;
}

ul, ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

body.modal-open, body:hover {
  transition: all 0s ease 0s;
}

.padding_right {
  padding: 0px 15px 0px 0px !important;
}

.Padding_left {
  padding: 0px 0px 0px 15px !important;
}

.mcs_heading_wrap, .mcs_heading_center_wrap, .mcs_heading_right_wrap {
  display: flex;
  width: 620px;
  max-width: 100%;
  margin: 0px auto 40px;
  flex-direction: column;
}

.mcs_heading_center_wrap {
  text-align: center;
  align-items: center;
}

.mcs_heading_right_wrap {
  text-align: right;
  align-items: flex-end;
}

.mcs_heading_wrap h2, .mcs_heading_center_wrap h2, .mcs_heading_right_wrap h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
}

.mcs_heading_wrap span, .mcs_heading_center_wrap span, .mcs_heading_right_wrap span {
  color: rgb(75, 90, 220);
}

.mcs_heading_wrap p, .mcs_heading_center_wrap p, .mcs_heading_right_wrap p {
  margin-top: 20px;
  margin-bottom: 0px;
  width: 500px;
  max-width: 100%;
}

.mcs_header_wrap {
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  transition: all 0.3s ease 0s;
  background-color: var(--mainBg-color);
  position: fixed;
}

.mcs_header_wrap.fixed {
}

.mcs_header_bottom {
  padding: 20px 0px;
}

.ui_logo {
}

.ui_logo a {
  color: var(--secondry-color);
  font-weight: 700;
  font-size: 21px;
}

.ui_logo a img {
}

.mcs_menu {
  display: flex;
  align-items: center;
}

.mcs_menu > ul, .mcs_menu > ul > li {
  display: flex;
}

.mcs_menu > ul > li {
  margin: 0px 20px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.mcs_header_wrap.fixed .mcs_menu > ul > li {
  margin: 0px 18px;
}

.mcs_menu > ul > li:first-child, .mcs_header_wrap.fixed .mcs_menu > ul > li:first-child {
  margin-left: 0px;
}

.mcs_menu > ul > li:last-child, .mcs_header_wrap.fixed .mcs_menu > ul > li:last-child {
  margin-right: 0px;
}

.mcs_menu > ul > li {
  flex-direction: column;
}

.mcs_menu > ul > li > a {
  display: flex;
  padding: 15px 0px;
  margin: 0px;
  text-transform: capitalize;
  color: var(--secondry-color);
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  position: relative;
}

.mcs_menu > ul > li > a:hover, .mcs_menu > ul > li.active > a {
  color: var(--primar-color);
}

.mcs_menu > ul > li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
}

.mcs_menu > ul > li ul {
  position: absolute;
  top: 130%;
  left: 0px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(48, 52, 66, 0.2) 0px 0px 50px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
}

.mcs_menu > ul > li ul li {
  display: flex;
}

.mcs_menu > ul > li ul li a {
  display: flex;
  width: 100%;
  padding: 15px;
  text-transform: capitalize;
  color: rgb(17, 17, 17);
}

.mcs_menu_icon {
  background-color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  padding: 0px;
  width: 28px;
  border-radius: 4px;
  display: none;
}

.mcs_menu_shift {
  position: absolute;
  right: 12px;
  top: 12px;
}

.mcs_menu .mcs_btn {
  margin-left: 35px;
}

.mcs_main_wrap {
  width: 100%;
  padding: 70px 0px;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.spePadding {
  padding-top: 160px;
}

.main_heading {
  max-width: 748px;
  padding: 14em 0px 0px;
  text-align: center;
  margin: 0px auto;
}

.mainHeading h2 {
  color: var(--secondry-color);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
}

.main_heading p {
  font-size: 20px;
  line-height: 28px;
  color: rgb(173, 183, 190);
}

.tabs_btn {
  margin: 0px 0px 30px;
}

.tabs_btn ul {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.tabs_btn .list {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 44px;
  padding: 0px 14px;
  background: none;
  border: 2px solid rgb(44, 44, 44);
  border-radius: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(173, 183, 190);
}

.tabs_btn .list:hover {
  border: 2px solid rgb(255, 255, 255);
}

.ui_cards {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 25px;
}

.ui_card_items {
}

.ui_card_items a {
}

.ui_card_items a figure {
  margin: 0px;
  overflow: hidden;
}

.ui_card_items a figure img {
  border-radius: 16px 16px 0px 0px;
  height: 238px;
  width: 100%;
  object-position: center top;
  object-fit: cover;
}

.ui_card_items a figure img:hover {
  animation: effects 40s ease-out infinite;
  
}

@keyframes effects {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.ui_card_items a .portView {
  position: relative;
  padding: 12px 16px 16px;
  background: var(--mainBg-color);
  border-radius: 0px 0px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ui_card_items a .portView h4 {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondry-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ui_card_items a .portView strong {
  color: var(--secondry-color);
  font-size: 14px;
  font-weight: 400;
}

.portView {
}

.uiNew {
  background: url("../images/hero-home.webp") center center / cover;
  position: relative;
  width: 100%;
  z-index: -99;
}

.uiNew::before {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0);
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: -9;
}

.projectGallery {
  padding: 80px 0px;
}

.tabs_btn .active {
  border: 2px solid var(--primar-color);
  color: var(--secondry-color);
}

.add_cart {
  text-align: right;
}

.add_cart a {
}

.add_cart a img {
  width: 9%;
}

.portfolio_gallery {
  padding: 80px 0px 50px;
}

.portfolio_gallery .col-md-6 {
}

.portfolio_gallery .col-md-6 figure {
    margin: 0 0 30px 0;
}

.portfolio_gallery .col-md-6 .card {
  background: none;
  border: none;
  border-radius: 10px;
}

.portfolioDetail {
  justify-content: space-between;
  padding: 130px 0px 40px;
  align-items: center;
  margin: 0px;
}

.portfolioDetail .overView {
  width: 100%;
}

.techList {
  display: flex;
  flex-wrap: wrap;
}

.techList li {
  margin: 5px 10px 0 0;
}

.techList li a {
  padding: 5px 20px 5px 10px;
  border-radius: 50px;
  background: #000000;
  align-items: center;
  display: flex;
  width: fit-content;
}

.techList li a figure {
  margin: 0 5px 0 0px;
}

.techList li a img {
  width: 40px;
}

.techList li a p {
  margin: 0;
  color: #fff;
}


.portfolioDetail .overView h4 {
  font-size: 34px;
  font-weight: 450;
  line-height: 40px;
  color: rgb(255, 255, 255);
}

.portfolioDetail .overView p {
  font-size: 16px;
  line-height: 26px;
  color: rgb(173, 183, 190);
}

.portfolioDetail .toolName {
}

.portfolioDetail .toolName h5 {
}

.portfolioDetail .toolName figure {
}

.portfolioDetail .toolName figure img {
  border-radius: 0px;
  width: 40px;
  object-fit: cover;
}

.toolName strong {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 450;
  line-height: 40px;
  color: var(--secondry-color);
}

footer {
}

.share_icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 0 25px 0;
}

.share_icon span {
  font-size: 17px;
  font-weight: 450;
  line-height: 21px;
  color: var(--secondry-color);
  margin: 0px;
}

.share_icon a:hover {
  border: 2px solid var(--secondry-color);
}

.share_icon a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid rgb(44, 44, 44);
  border-radius: 50%;
  transition: border-color 0.2s ease 0s;
}

.share_icon a img {
  width: 24px;
  height: 24px;
  fill: rgb(173, 183, 190);
  transition: fill 0.2s ease 0s;
}
