/* Importing all necessary css */
@import "bootstrap.min.css";
@import "hamburger.min.css";
@import "animate.css";
@import "normalize.css";
/* End of Import */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
}
:root {
  --color-primary: #ee3733;
  --color-white: #ffffff;
  --color-black: #222222;
  --color-text: #18191f;
}

/* utility classes */
.transidiv,
a,
header,
.header_wrapper,
.header_wrapper2,
img,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
i,
label,
::after,
::before,
button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a,
a:hover,
a:focus {
  text-decoration: none !important;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
.backgroundImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.relativeElement {
  position: relative;
  z-index: 222;
}
.bg--white {
  background-color: var(--color-white);
}
.bg--black {
  background-color: var(--color-black);
}
.bg--primary {
  background-color: var(--color-primary);
}
.fluidOverride {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
/* margins */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
/* margins */
.afterClass::after,
.beforeClass::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.beforeClass::before {
  right: unset;
  left: 0;
}
.truncateText {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cursor-pointer {
  cursor: pointer;
}
.text-left {
  text-align: left !important;
}
.clearFix {
  clear: both;
}
.w-90 {
  width: 90%;
}
.wid60 {
  width: 60%;
}

.color-primary {
  color: var(--color-primary);
}
.commonLeftRightPadding {
  padding-left: 90px;
  padding-right: 90px;
}
.commonTopBottomPadding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.primaryBtn {
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  border: solid 1px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
}
.primaryBtn_primaryColor {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.primaryBtn_primaryColor:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.primaryBtn_white {
  color: var(--color-white);
  border-color: var(--color-white);
}
.primaryBtn_white:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-white);
}
.primaryLink {
  font-size: 16px;
  text-decoration: none;
}
.primaryLink_blackColor {
  color: var(--color-black);
}
.primaryLink_blackColor:hover {
  color: var(--color-primary);
}
/* utility classes */

/* Text Style */
.font-bold {
  font-weight: 700 !important;
}
p {
  font-size: 16px;
}
.sectionMainTitle {
  font-size: 45px;
}
/* Text Style */

/* Default Style Overrides */
.text-primary {
  color: var(--color-primary) !important;
}
.form-control:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 0.25rem #ee373359;
}
.form-select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 0.25rem #ee373359;
}
/* Default Style Overrides */

/* Loader */
.preLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: var(--color-white);
}
.loaderTitle {
  font-size: 45px;
}
.loaderSubTitle {
  font-size: 25px;
  font-weight: 300;
}
.preloaderIcon {
  width: 150px;
}
/* Loader */

/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header .navbar {
  padding-top: 40px;
}
.logoImg {
  width: 150px;
}
.nav-link {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-link-white {
  color: var(--color-white);
}
.nav-link-black {
  color: var(--color-black);
}
.header--scroll {
  background-color: var(--color-white);
}
.header--scroll .logoImg {
  width: 100px;
}
.header--scroll .navbar {
  padding-top: 5px;
}
.nav-link:hover,
.nav-link.active {
  color: var(--color-primary) !important;
}
.navbar-nav {
  gap: 30px;
}
.navbar-collapse.collapse.collapsed {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: var(--color-black);
  top: 0;
  left: 0;
  padding: 50px;
  justify-content: center;
  text-align: center;
}
.hamburger {
  z-index: 999;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: var(--color-white);
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: var(--color-primary);
}
.navbar-toggler:focus {
  box-shadow: unset;
}
.header--scroll .hamburger-inner,
.header--scroll .hamburger-inner:after,
.header--scroll .hamburger-inner:before {
  background-color: var(--color-black);
}
/* Header */

/* Banner */
.bannerCarousel-item {
  height: 100vh;
}
.bannerCarousel-item .carousel-caption {
  top: 50%;
  width: 80%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  bottom: unset;
  z-index: 99;
}
.bannerCarousel-item h3 {
  font-size: 55px;
  font-weight: 700;
}
.bannerCarousel-item h5 {
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
}
.bannerCarousel-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 65%);
}
.bannerCarousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}
/* Banner */

/* About Section */
.aboutDesc {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.about {
  background-image: url("../images/carbon-fibre.png");
}
/* About Section */

/* What We Do */
.whatWeDoInner {
  gap: 40px;
  justify-content: center;
}
.whatWeDo-item {
  width: 30%;
  border-radius: 10px;
  box-shadow: 0 0 9px 5px #ccc;
  background-color: var(--color-black);
  color: var(--color-white);
}
.whatWeDo-img {
  max-height: 245px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.whatWeDo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.whatWeDo-item:hover .whatWeDo-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  position: relative;
}
.whatWeDo-DescMain {
  padding: 30px;
}
.whatWeDo-subTitle {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-primary);
}
.whatWeDo-mainTitle {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.whatWeDo-Desc {
  font-size: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.whatWeDo-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  background-image: url(../images/wave.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btnIcon {
  width: 15px;
}
.btnCircle {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
}
.whatWeDo {
  background-color: var(--color-white);
  background-image: url(../images/black-felt.png);
}
/* What We Do */

/* Client */
.ourClientItem-name {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

/* Virtual Mac */
.virtualMac {
  height: 100vh;
}
video.virtualMac-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -999;
}
.virtualMac::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  left: 0;
  top: 0;
  z-index: -99;
  opacity: 0.8;
}
.virtualMacIcon {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.virtualMacDesc {
  font-size: 30px;
}
.virtualMacDesc span:before {
  content: "EFFECTIVE";
  animation: animate infinite 5000ms;
  padding-right: 5px;
}
@keyframes animate {
  0% {
    content: "EFFECTIVE";
  }
  20% {
    content: "COSTLESS";
  }
  40% {
    content: "COOL";
  }
  60% {
    content: "GREAT";
  }
  80% {
    content: "MODERN";
  }
}
.btnWrapper {
  gap: 20px;
  justify-content: center;
}
/* Virtual Mac */

/* Our Team */
.ourTeamInner {
  gap: 30px;
  justify-content: center;
}
.ourTeam {
  background-image: url(../images/carbon-fibre.png);
}
.sectionSubTitle {
  font-size: 20px;
  font-weight: 400;
}
.ourTeam-item_img {
  width: 125px;
  height: 125px;
}
.ourTeam-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.ourTeam-item_name {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.ourTeam-item_position {
  font-size: 14px;
}
.ourTeam-socialIconLink {
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 5px;
}
.socialIconBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourTeam-item {
  width: 20%;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border-radius: 10px;
  border: solid 5px #222222c2;
  box-shadow: inset 0px 4px 10px 0px #000;
}
.socialIconBox svg path {
  fill: var(--color-black);
}
.ourTeam-socialIconLink:hover {
  background-color: var(--color-primary);
}
.ourTeam-socialIconWrapper {
  gap: 10px;
}
.ourTeam-info {
  color: var(--color-white);
}
/* Our Team */
/* Our Clients */
.ourClientsImgWrapper {
  gap: 20px;
}
.ourClientsItem {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: var(--color-white);
  box-shadow: 0 0 12px 5px #ccc;
  border-radius: 5px;
  height: 100px;
}
.ourClientsItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.colInnerWrapper {
  padding-right: 50px;
}
/* Our Clients */
/* Contact Us Section */
.contactSection {
  background-image: url(../images/contactSectionBg.webp);
}
.contactSection::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0.6;
}
.contactAddress {
  font-size: 16px;
}
.contactSectionInner {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.contactSectionDetailCol {
  position: absolute;
  width: 35%;
  background-color: var(--color-white);
  padding: 50px;
  border-radius: 10px;
  z-index: 99;
}
.contactFormCol {
  width: 80%;
  right: 0;
  padding: 50px;
  background-color: var(--color-black);
  z-index: 9;
  margin-right: 0;
  margin-left: auto;
}
.contactFormColInner {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
}
.form-control-custom {
  padding: 13px;
  font-size: 16px;
  color: var(--color-white);
  background-color: transparent;
}
.form-select-custom {
  padding: 13px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 16px;
  color: var(--color-white);
  background-color: var(--color-black);
  background-image: url();
}
/* Contact Us Section */
/* Footer */
.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyrighText {
  font-size: 15px;
  margin-bottom: 0;
}
.copyrightCol {
  align-items: center;
  justify-content: space-between;
}
/* Footer */

/* Contact Page */
.contactPage {
  padding-top: 200px;
  padding-bottom: 100px;
}
/* Contact Page */
/* Resonsive Styling */
@media (max-width: 1024px) {
  .commonLeftRightPadding {
    padding-left: 70px;
    padding-right: 70px;
  }
  .contactPage {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .whatWeDo-item {
    width: 45%;
  }
  .ourTeam-item {
    width: 45%;
  }
  .sectionMainTitle {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .commonLeftRightPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactPage {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .navbar-nav {
    margin-left: 0 !important;
  }
  .nav-link {
    color: var(--color-white) !important;
  }
  .commonTopBottomPadding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .colInnerWrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .contactSectionInner {
    flex-direction: column;
  }
  .contactSectionDetailCol {
    position: relative;
    width: 100%;
  }
  .contactFormCol {
    width: 100%;
  }
  .contactFormColInner {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .header .navbar {
    padding-top: 10px;
  }
  .logoImg {
    width: 90px;
  }
  .whatWeDo-item {
    width: 100%;
  }
  .commonLeftRightPadding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .commonTopBottomPadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ourTeam-item {
    width: 100%;
  }
  .ourClientsItem {
    width: 100%;
  }
  .contactSectionDetailCol {
    padding: 20px;
  }
  .contactFormCol {
    padding: 30px 20px;
  }
  .contactPage {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media (max-width: 375px) {
  .copyrightCol {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
