/* ===========FONT FAMILY START================== */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 200 to 800 */

/* .plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900 */

/* .raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* ==========FONTS FAMILY END=================== */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
body,
html {
  overflow-x: hidden !important;
  /* -ms-overflow-style: hidden; */
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}
p {
  font-size: 15px;
  margin-bottom: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 10px auto;
}
h2 {
  font-size: 40px;
}
/* h4 {
  font-size: 35px;
}
h6 {
  font-size: 20px;
} */

.bg-light {
  background-color: #ffffffeb;
}

.btn {
  padding: 10px 25px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  cursor: pointer;
}

.btn-primary {
  background-color: #ed3237;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #660000;
}

.btn-light {
  background-color: #ffffff;
  color: #000000;
}
.btn-light:hover {
  background-color: #b6b6b6;
}
.btn-dark {
  background-color: #000000;
  color: #ffffff;
}
.btn-dark:hover {
  background-color: #1c1c1c;
}

.text-dark {
  background-color: #000000;
}

.text-light {
  color: #ffffff;
}

.shadow-light {
  box-shadow: 2px 2px 5px #d0d0d0;
  -webkit-box-shadow: 2px 2px 5px #d0d0d0;
  -moz-box-shadow: 2px 2px 5px #d0d0d0;
  -ms-box-shadow: 2px 2px 5px #d0d0d0;
}

.text-center {
  text-align: center;
}

.text-primary {
  background-color: blue;
}
.text-underline {
  text-decoration: underline;
}

li {
  list-style: none;
}
/* ============================================ */
/* ============================================ */
.menu-container {
  z-index: 2;
  position: fixed;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 100vh;
  width: 100vw;
  pointer-events: none;
}

.menu {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  visibility: hidden;
  overflow-y: auto;
}
.menu ul li {
  /* font-family: "Roboto", sans-serif; */
  /* font-weight: 100; */
  font-size: 20px;
  color: white;
  min-height: 20px;
  padding: 15px;
  text-align: center;
}
.menu ul li a {
  cursor: pointer;
  font-weight: 500;
}
.menu ul li a:hover {
  color: #876666;
}

.menu-sliders {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: flex 0.45s;
  -webkit-transition: flex 0.45s;
  -moz-transition: flex 0.45s;
  -ms-transition: flex 0.45s;
}
.menu-sliders:nth-child(2) {
  flex: 1 0 100%;
  background: transparent;
}
.menu-sliders:nth-child(odd) {
  background: #000000f3;
}

body.menu-open .menu-sliders:nth-child(2) {
  flex: 0 0 0%;
}
body.menu-open .menu {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}
body.menu-open .plus-btn .r1 {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.menu-open .plus-btn .r2 {
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
/* ============================================ */
.trial {
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /* z-index: 9; */
  letter-spacing: 1px;
  word-spacing: 2px;
}
.trial a {
  text-decoration: underline;
  /* color: #ff0000; */
  /* font-size: 14px; */
  font-weight: 600;
}
/* ============================================ */
header {
  padding: 10px 1rem;
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  /* z-index: 99; */
  /* background-color: #000000e8; */
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scrolled {
  top: 0;
  background-color: #000000e8;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
}
.toggle-nav {
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  display: none;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
nav ul li a {
  font-size: 15px;
  color: #ffffff;
}
nav ul li a:hover {
  color: #b6b6b6;
}
/* ============================= */
#product {
  position: relative;
  transition: display 0.3s ease-in-out;
}
#product:hover div {
  transition: display 0.3s ease-in-out;
  display: block;
}
.drop-p {
  cursor: pointer;
}
#product div {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  background-color: #ffffff;
  color: #000000;
  display: none;
  transition: display 0.3s ease-in-out;
}
#product div a {
  color: #000000;
  padding: 10px 8px;
  border-bottom: 1px solid #d1d1d1;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
#product div a:hover {
  color: #000000;
  background-color: #c9c9c9;
}
@media (max-width:768px) {
  #product div {
    position: relative;
    /* width: 120px; */
    background-color: transparent;
    color: #000000;
    display: block;
    margin: auto;
    margin-top: 10px;
  }
  #product div a {
    color: #ffffff;
    padding: 10px 8px;
    border-bottom: 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    /* text-align: start; */
  }
}
/* ---------------------------------------------- */
.fa-github {
  padding: 3px 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.fa-instagram {
  padding: 3px 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.fa-twitter {
  padding: 3px 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.fa-linkedin {
  padding: 3px 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.fa-youtube {
  padding: 3px 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.fa-github:hover {
  background: #ffffff;
  color: #000000;
}
.fa-instagram:hover {
  /* color: blue !important; */
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.fa-twitter:hover {
  background-color: #1da1f2 !important;
}
.fa-linkedin:hover {
  background-color: #0a66c2 !important;
}
.fa-youtube:hover {
  background-color: #ff0000 !important;
}
/* =========================================================== */
/* =========================================================== */
/* main{
  
} */
section {
  padding-top: 5rem;
  background-color: #f2f2f2;
  min-height: 100vh;
  /* overflow-y: scroll; */
  /* background: linear-gradient(#0000007f, #0000007f), url(img/bg/bg-14.jpg); */
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  /* position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; */
}

.row {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
.col-3 {
  width: 30%;
  padding: 15px;
  box-shadow: 2px 2px 1px #343434;
  -webkit-box-shadow: 2px 2px 1px #343434;
  -moz-box-shadow: 2px 2px 1px #343434;
  -ms-box-shadow: 2px 2px 1px #343434;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.col-3:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.col-2 {
  width: 45%;
  padding: 15px;
  box-shadow: 2px 2px 1px #343434;
  -webkit-box-shadow: 2px 2px 1px #343434;
  -moz-box-shadow: 2px 2px 1px #343434;
  -ms-box-shadow: 2px 2px 1px #343434;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.col-2:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.case-study {
  padding: 2rem 1rem;
}

.case-study .card {
  max-width: 1000px;
  padding: 1rem;
  margin: 1rem auto;
  border: 1px solid #18181886;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}

.footer {
  background-color: #000000;
  padding: 2rem 1rem;
  padding-bottom: 5rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.footer h5 {
  font-size: 20px;
}
.footer li a {
  font-size: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.footer li a:hover {
  text-decoration: underline;
}

.icons {
  font-size: 25px;
}
.impact {
  color: #000000;
}

@media (max-width: 768px) {
  .col-3,
  .col-2 {
    width: 100%;
  }
  header nav ul {
    display: none !important;
  }
  .toggle-nav {
    display: flex;
  }
}
@media (max-width: 600px) {
  nav {
    gap: 15px;
  }
  nav ul li a {
    font-size: 14px;
  }
  nav ul {
    gap: 10px;
  }
}
