/** Web Site Special Variables **/
@import "../fonts/fontawesome/css/all.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, img, li, div, button, input, svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

strong {
  font-weight: 600;
}

.errorBox {
  display: none;
}

.succesData {
  font-size: 16px;
  color: #fff;
  background: #34bfa3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.errorData {
  font-size: 16px;
  color: #fff;
  background: #c0392b;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clearfix {
  clear: both;
}

/**************/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#homePage {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #0A0A0C;
  justify-content: center;
  justify-items: center;
  align-content: center;
}
#homePage .content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --animate-duration: 2500ms;
}
#homePage .content .sliderTop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#homePage .content .sliderTop svg, #homePage .content .sliderTop span {
  margin: 5px;
}
#homePage .content .sliderTop span {
  color: #fff;
  font-size: 16px;
}
#homePage .content .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  max-width: 1024px;
  text-align: center;
}
#homePage .content .texts h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  margin: 5px 0;
  background: #FFFFFF;
  background: linear-gradient(to right, #FFFFFF 31%, #9B9B9B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#homePage .content .texts h3 {
  font-size: 72px;
  font-weight: 400;
  line-height: 74px;
  margin: 5px 0;
  background: #FFFFFF;
  background: linear-gradient(to right, #FFFFFF 31%, #464646 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#homePage .content .texts p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
}
#homePage .content .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#homePage .content .buttons a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #D3F71E;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px;
}
#homePage .content .buttons a:first-child {
  background: #D3F71E;
  color: #000;
}
#homePage .content .buttons a:last-child {
  background: none;
  border: 1px solid #D3F71E;
  color: #D3F71E;
}
#homePage .contentProject {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  margin-bottom: 75px;
  width: 100%;
  --animate-duration: 2500ms;
}
#homePage .contentProject .container-fluid {
  padding: 0 40px;
}
#homePage .contentProject .inProject {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#homePage .contentProject .inProject .left {
  display: flex;
  flex-direction: row;
  padding: 50px;
}
#homePage .contentProject .inProject .left .leftContent {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#homePage .contentProject .inProject .left .leftContent h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
#homePage .contentProject .inProject .left .leftContent .links {
  display: flex;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
  margin: 10px 0;
  font-size: 12px;
}
#homePage .contentProject .inProject .left .leftContent .links a {
  margin: 2.5px;
  border: none;
  padding: 5px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #e0e0e0;
  color: #000;
  font-weight: 700;
}
#homePage .contentProject .inProject .left .leftContent .links a:hover {
  background: #D3F71E;
}
#homePage .contentProject .inProject .right {
  --animate-duration: 5250ms;
  --animate-delay: 2s;
}
#homePage .contentProject .inProject .right .picture {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#homePage .contentProject .inProject .right .picture img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 800px;
}
#homePage canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000;
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#homePage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  --animate-delay: 2s;
  animation: fadeOut 2s forwards; /* 2 saniyede kaybolacak */
}
#homePage .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#homePage .image img {
  display: none;
}
#homePage video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0.18;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
#homePage #neuro {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 9;
  --animate-duration: 1250ms;
  --animate-delay: 1s;
}
#header .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#header .container-fluid .leftMenu {
  display: flex;
  flex-direction: row;
}
#header .container-fluid .leftMenu .menuBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .container-fluid .leftMenu .menuBtn .menuIcon {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
#header .container-fluid .leftMenu .menuBtn .menuIcon .line {
  height: 2px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#header .container-fluid .leftMenu .menuBtn .menuIcon .line:nth-child(1) {
  width: 10px;
}
#header .container-fluid .leftMenu .menuBtn .menuIcon .line:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}
#header .container-fluid .leftMenu .menuBtn .menuIcon .line:nth-child(3) {
  width: 14px;
}
#header .container-fluid .leftMenu .menuBtn .menuText {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
#header .container-fluid .leftMenu .menuBtn:hover .menuIcon .line {
  width: 20px;
}
#header .container-fluid .leftMenu .logo {
  margin-left: 50px;
}
#header .container-fluid .leftMenu .logo h1 {
  display: none;
}
#header .container-fluid .rightMenu {
  display: flex;
  flex-direction: row;
}
#header .container-fluid .rightMenu .rmenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
#header .container-fluid .rightMenu .rmenu span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
#header .container-fluid .rightMenu .rmenu svg {
  margin-left: 10px;
}
#header .container-fluid .rightMenu .offerButton {
  background: #D3F71E;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  margin-left: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#header.subpage {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.1);
}
#header.scrolled {
  background: rgba(0, 0, 0, 0.9);
}

#menuPopup {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  background: #0A0A0C;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 10;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#menuPopup .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100%;
}
#menuPopup .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#menuPopup .header .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#menuPopup .header .left a:first-child {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#menuPopup .header .left ul {
  display: flex;
  flex-direction: row;
  margin-left: 54px;
}
#menuPopup .header .left ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #929292;
  margin: 5px;
  padding-right: 10px;
  border-right: 1px solid #929292;
  -webkit-border-radius: 0% !important;
  -moz-border-radius: 0% !important;
  border-radius: 0% !important;
}
#menuPopup .header .left ul li a:hover {
  color: #fff;
}
#menuPopup .header .left ul li:last-child a {
  border: none;
}
#menuPopup .header .right .closeMenu {
  background: none;
  border: none;
}
#menuPopup .center {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#menuPopup .center .menu {
  padding: 0;
  display: flex;
  flex-direction: column;
}
#menuPopup .center .menu li {
  margin: 5px 0;
}
#menuPopup .center .menu li a {
  padding: 5px 30px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#menuPopup .center .menu li a:hover {
  color: #000;
  margin-left: 20px;
}
#menuPopup .center .menu li a:after {
  background-color: #D3F71E !important;
}
#menuPopup .center .text {
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  margin-top: 58px;
  margin-left: 30px;
}
#menuPopup .center .text strong {
  font-weight: 600;
}
#menuPopup .center .text strong a {
  color: #929292;
}
#menuPopup .center .text strong a:hover {
  color: #D3F71E;
}
#menuPopup .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #929292;
  font-size: 20px;
}
#menuPopup .footer .left a {
  color: #929292;
}
#menuPopup .footer .left a:hover {
  color: #D3F71E;
}
#menuPopup .footer .right {
  display: flex;
  flex-direction: row;
  padding: 0;
}
#menuPopup .footer .right li a {
  padding: 5px;
  color: #929292;
}
#menuPopup .footer .right li a:hover {
  color: #D3F71E;
}
#menuPopup .header, #menuPopup .center, #menuPopup .footer {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease, transform 1s ease;
}
#menuPopup .header {
  transition-delay: 0.1s;
}
#menuPopup .center {
  transition-delay: 0.3s;
  margin-left: -29px;
}
#menuPopup .footer {
  transition-delay: 0.5s;
}
#menuPopup.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
#menuPopup.active .container-fluid .header, #menuPopup.active .container-fluid .center, #menuPopup.active .container-fluid .footer {
  opacity: 1;
  transform: translateX(0);
}

#homeClients {
  background: #F5F5F5;
}
#homeClients .container-fluid .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}
#homeClients .container-fluid .row .left {
  font-size: 24px;
  color: #222222;
}

#homeBlock1 .container-fluid .row {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
#homeBlock1 .container-fluid .row .first {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin: 100px 0;
}
#homeBlock1 .container-fluid .row .first h1 {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#homeBlock1 .container-fluid .row .first h2 {
  font-weight: 800;
  font-size: 48px;
  color: #262626;
  margin: 10px 0;
}
#homeBlock1 .container-fluid .row .first .text {
  color: #616161;
  font-size: 18px;
  width: 50%;
  text-align: center;
  line-height: 28px;
  margin: 10px 0;
}
#homeBlock1 .container-fluid .row .first a {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  color: #000;
}
#homeBlock1 .container-fluid .row .first a svg {
  margin-left: 5px;
}
#homeBlock1 .container-fluid .row .first a:hover {
  color: #000;
  background: #D3F71E;
}
#homeBlock1 .container-fluid .row .first a:hover svg {
  margin-left: 20px;
}
#homeBlock1 .container-fluid .row .first a:hover svg path {
  /*
                  fill: white;*/
}
#homeBlock1 .container-fluid .row .second {
  display: flex;
}
#homeBlock1 .container-fluid .row .second ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#homeBlock1 .container-fluid .row .second ul li {
  width: calc(25% - 10px);
  margin: 10px;
}
#homeBlock1 .container-fluid .row .second ul li a {
  display: flex;
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#homeBlock1 .container-fluid .row .second ul li a h3 {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 18px !important;
  width: 45%;
}
#homeBlock1 .container-fluid .row .second ul li a picture {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#homeBlock1 .container-fluid .row .second ul li a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homeBlock1 .container-fluid .row .second ul li .overlay {
  display: none;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.1);
}
#homeBlock1 .container-fluid .row .second ul li:hover {
  width: 50%;
}
#homeBlock1 .container-fluid .row .second ul li:hover a .overlay {
  display: block;
}

#homeBlock2 .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#homeBlock2 .container-fluid h2 {
  font-size: 44px;
  font-weight: 800;
  color: #262626;
}
#homeBlock2 .container-fluid .text {
  color: #262626;
  font-size: 22px;
  text-align: center;
  width: 70%;
  line-height: 38px;
  margin: 20px 0;
}
#homeBlock2 .container-fluid a {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #C2C2C2;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  color: #C2C2C2;
}
#homeBlock2 .container-fluid a svg {
  margin-left: 5px;
}
#homeBlock2 .container-fluid a:hover {
  color: #000;
  background: #D3F71E;
  border: 1px solid #D3F71E;
}
#homeBlock2 .container-fluid a:hover svg {
  margin-left: 15px;
}
#homeBlock2 .container-fluid a:hover svg path {
  fill: black;
}

.videoArea .container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoArea .container-fluid video {
  height: 800px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.titleBlock .container-fluid .row {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.titleBlock .container-fluid .row .first {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin: 100px 0;
}
.titleBlock .container-fluid .row .first h1 {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.titleBlock .container-fluid .row .first h2 {
  font-weight: 800;
  font-size: 48px;
  color: #262626;
  margin: 10px 0;
}
.titleBlock .container-fluid .row .first .text {
  color: #616161;
  font-size: 18px;
  width: 50%;
  text-align: center;
  line-height: 28px;
  margin: 10px 0;
}
.titleBlock .container-fluid .row .first a {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  color: #000;
}
.titleBlock .container-fluid .row .first a svg {
  margin-left: 5px;
}
.titleBlock .container-fluid .row .first a:hover {
  color: #000;
  background: #D3F71E;
}
.titleBlock .container-fluid .row .first a:hover svg {
  margin-left: 15px;
}
.titleBlock .container-fluid .row .first a:hover svg path {
  /*
                  fill: white;*/
}

.homeContactBanner .container-fluid .row {
  padding: 40px;
}
.homeContactBanner .container-fluid .row .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #D3F71E;
  padding: 40px 0;
}
.homeContactBanner .container-fluid .row .content h1 {
  font-weight: 800;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
}
.homeContactBanner .container-fluid .row .content h2 {
  font-weight: 800;
  font-size: 44px;
  color: #262626;
  margin: 10px 0;
  text-align: center;
}
.homeContactBanner .container-fluid .row .content a {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #000;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  color: #000;
}
.homeContactBanner .container-fluid .row .content a svg {
  margin-left: 5px;
}
.homeContactBanner .container-fluid .row .content a:hover {
  color: #fff;
  background: #000;
}
.homeContactBanner .container-fluid .row .content a:hover svg {
  margin-left: 15px;
}
.homeContactBanner .container-fluid .row .content a:hover svg path {
  fill: white;
}

#homeSolutions .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 50px;
  margin-bottom: 70px;
  /**
  #solutionTabContent {
    width: 68%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    .tabinside {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      .left {
        display: flex;
        flex-direction: column;
        width: 100%;
        h3 {
          display: flex;
          flex-direction: row;
          align-items: center;
          align-content: center;
          font-size: 45px;
          font-weight: 800;
          margin: 25px 0;
          color:#000;
          svg {
            margin-right: 10px;
          }
        }
        p {
          text-align: left;
          color:#616161;
          font-size: 18px;
          line-height: 32px;
        }
        .preview {
          color:#000;
          margin-top: 25px;
          font-weight: 700;
          svg {
            margin-left: 10px;
          }
          &:hover {
            svg {
              margin-left: 20px;
            }
          }
        }
        ul {
          display: flex;
          flex-direction: row;
          padding: 0;
          flex-wrap: wrap;
          margin-top: 25px;
          li {
            display: flex;
            margin-right: 10px;
            margin-bottom: 10px;
            a {
              color:#A0A0A0;
              border:1px solid #A0A0A0;
              padding: 5px 20px;
              @include radius(30px);
              font-weight: 700;
              &:hover {
                color: #000;
                background: $color1;
                border:1px solid $color1;
              }
            }
          }
        }
        picture {
          width: 100%;
          height: 530px;
          @include radius(10px);
          overflow: hidden;
          margin: 20px 0;
          img {
            width: 100%;
            object-fit: cover;
          }
        }
      }
    }
  }**/
}
#homeSolutions .container-fluid ul.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  border: none !important;
  padding: 0;
  margin: 0;
  height: 510px;
}
#homeSolutions .container-fluid ul.nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 20px);
  margin: 10px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 480px;
  background-color: #fff;
  transition: background-color 0.5s, height 0.2s;
}
#homeSolutions .container-fluid ul.nav li button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding: 45px;
  cursor: auto;
  background: none;
  border: none;
  height: 100%;
}
#homeSolutions .container-fluid ul.nav li button h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0;
  color: #000;
  width: 100%;
}
#homeSolutions .container-fluid ul.nav li button p {
  text-align: left;
  color: #6B7280;
  font-size: 16px;
  margin-bottom: 5px;
}
#homeSolutions .container-fluid ul.nav li button .preview {
  color: #000;
  margin-top: 25px;
  font-weight: 700;
}
#homeSolutions .container-fluid ul.nav li button .preview svg {
  margin-left: 10px;
}
#homeSolutions .container-fluid ul.nav li button .preview:hover svg {
  margin-left: 20px;
}
#homeSolutions .container-fluid ul.nav li button ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
  margin: 10px 0;
}
#homeSolutions .container-fluid ul.nav li button ul li {
  display: flex;
  margin: 5px !important;
  width: auto;
  border: none;
  height: auto !important;
  margin: 5px !important;
}
#homeSolutions .container-fluid ul.nav li button ul li a {
  border: none;
  padding: 5px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 700;
}
#homeSolutions .container-fluid ul.nav li button ul li a:hover {
  color: #000;
}
#homeSolutions .container-fluid ul.nav li button ul li:nth-child(odd) {
  background: #D3F71E;
}
#homeSolutions .container-fluid ul.nav li button ul li:nth-child(odd) a {
  color: #000;
}
#homeSolutions .container-fluid ul.nav li button ul li:nth-child(even) {
  background: #D3F71E;
}
#homeSolutions .container-fluid ul.nav li button ul li:nth-child(even) a {
  color: #000;
}
#homeSolutions .container-fluid ul.nav li button ul li:hover {
  height: auto !important;
  margin: 5px !important;
}
#homeSolutions .container-fluid ul.nav li:hover {
  height: 510px;
  background-color: #000;
  color: #fff;
}
#homeSolutions .container-fluid ul.nav li:hover button a {
  color: #fff;
}
#homeSolutions .container-fluid ul.nav li:hover button h3 {
  color: #fff;
}
#homeSolutions .container-fluid ul.nav li:hover button p {
  color: #fff;
}
#homeSolutions .container-fluid ul.nav li:hover button svg path {
  fill: white;
}

#homeBlog {
  margin-bottom: 10px;
}
#homeBlog .container-fluid .row {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
#homeBlog .container-fluid .row .first {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#homeBlog .container-fluid .row .first h1 {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#homeBlog .container-fluid .row .first h2 {
  font-weight: 800;
  font-size: 48px;
  color: #262626;
  margin: 10px 0;
}
#homeBlog .container-fluid .row .first .preview {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  color: #000;
}
#homeBlog .container-fluid .row .first .preview svg {
  margin-left: 5px;
}
#homeBlog .container-fluid .row .first .preview:hover {
  color: #000;
  background: #D3F71E;
}
#homeBlog .container-fluid .row .first .preview:hover svg {
  margin-left: 15px;
}
#homeBlog .container-fluid .row .first .preview:hover svg path {
  /*
                  fill: white;*/
}
#homeBlog .container-fluid .row .first ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 45px 0;
}
#homeBlog .container-fluid .row .first ul li {
  width: calc(25% - 30px);
}
#homeBlog .container-fluid .row .first ul li a {
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #CDCDCD;
  padding: 45px;
  height: 300px;
  margin: 10px 0;
}
#homeBlog .container-fluid .row .first ul li a h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
#homeBlog .container-fluid .row .first ul li a p {
  font-weight: 600;
  font-size: 14px;
  color: #141414;
  margin-top: 10px;
}
#homeBlog .container-fluid .row .first ul li a time {
  color: #D9D9D9;
  margin-top: auto;
}
#homeBlog .container-fluid .row .first ul li a:hover {
  height: 320px;
  background: #161616;
  margin: 0;
  border: 1px solid #000;
}
#homeBlog .container-fluid .row .first ul li a:hover h3 {
  color: #D3F71E;
}
#homeBlog .container-fluid .row .first ul li a:hover p {
  color: #fff;
}

footer {
  background: #0F0F0F;
}
footer .container-fluid {
  display: flex;
  flex-direction: column;
  padding: 50px 50px;
}
footer .container-fluid .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #252525;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
}
footer .container-fluid .top .left {
  display: flex;
  flex-direction: column;
  width: 20%;
  color: #fff;
}
footer .container-fluid .top .left h1 {
  font-weight: 800;
  font-size: 24px;
  margin: 20px 0;
}
footer .container-fluid .top .left p {
  color: #9b9b9b;
}
footer .container-fluid .top .right {
  display: flex;
  flex-direction: row;
}
footer .container-fluid .top .right ul {
  display: flex;
  flex-direction: column;
  margin: 0 40px;
}
footer .container-fluid .top .right ul h3 {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
footer .container-fluid .top .right ul li {
  margin: 2px 0;
}
footer .container-fluid .top .right ul li a {
  color: #fff;
}
footer .container-fluid .top .right ul li a:hover {
  color: #D3F71E;
}
footer .container-fluid .top .right ul:last-child {
  margin-right: 0;
}
footer .container-fluid .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  color: #fff;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
footer .container-fluid .bottom ul {
  display: flex;
  flex-direction: row;
}
footer .container-fluid .bottom ul p {
  margin-right: 20px;
  border-right: 1px solid #252525;
  padding-right: 20px;
}
footer .container-fluid .bottom ul li a {
  color: #fff;
  padding: 5px;
}
footer .container-fluid .bottom ul li a:hover {
  color: #D3F71E;
}
footer .container-fluid .bottom .contact ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
footer .container-fluid .bottom .contact ul h3 {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
footer .container-fluid .bottom .contact ul li {
  display: flex;
}
footer .container-fluid .bottom .contact ul li a {
  border-right: 1px solid #252525;
  padding: 5px 20px;
  color: #fff;
}
footer .container-fluid .bottom .contact ul li a:hover {
  color: #D3F71E;
}
footer .container-fluid .bottom .contact ul li:last-child a {
  border-right: none;
}
footer .container-fluid .bottom .contact ul:last-child {
  margin-right: 0;
}
footer .container-fluid .copyright {
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  border-top: 1px solid #252525;
  padding-top: 40px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

#kvkk {
  display: none;
  position: fixed;
  left: 20%;
  right: 20%;
  bottom: 50px;
  z-index: 99;
}
#kvkk .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 30px 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 9px 24px;
}
#kvkk .content .left {
  font-size: 12px;
  width: 72%;
  line-height: 20px;
}
#kvkk .content .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#kvkk .content .buttons button {
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 20px;
}
#kvkk .content .buttons button:first-child {
  border: 1px solid #D3F71E;
  background: #D3F71E;
  color: #000;
  margin-right: 10px;
}
#kvkk .content .buttons button:last-child {
  border: 1px solid #C2C2C2;
  color: #000;
}

#subpageContent {
  position: relative;
  z-index: 3;
  background: #fff;
}
#subpageContent .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#subpageContent .container-fluid h2 {
  font-size: 44px;
  font-weight: 800;
  color: #262626;
}
#subpageContent .container-fluid .text {
  color: #262626;
  font-size: 22px;
  text-align: center;
  width: 70%;
  line-height: 38px;
  margin: 20px 0;
}

#homeBlock1 .preview {
  width: auto;
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  color: #000;
  margin-top: 50px;
}
#homeBlock1 .preview svg {
  margin-left: 5px;
}
#homeBlock1 .preview:hover {
  color: #000;
  background: #D3F71E;
}
#homeBlock1 .preview:hover svg {
  margin-left: 20px;
}
#homeBlock1 .preview:hover svg path {
  /*
                  fill: white;*/
}
#homeBlock1.aboutus .container-fluid .row {
  align-items: center;
}
#homeBlock1.aboutus .container-fluid .row .second ul li a {
  height: 700px;
}

#projectList {
  width: 100%;
}
#projectList .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}
#projectList .container-fluid .nav-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: none !important;
  width: 70%;
  margin-bottom: 20px;
}
#projectList .container-fluid .nav-tabs .nav-link {
  border: none !important;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 700;
  color: #000;
  padding: 7.5px 20px;
  font-size: 18px;
}
#projectList .container-fluid .nav-tabs .nav-link:focus, #projectList .container-fluid .nav-tabs .nav-link:hover, #projectList .container-fluid .nav-tabs .nav-link.active {
  background: #D3F71E;
  font-weight: 700;
  color: #000;
}
#projectList .container-fluid .tab-content {
  width: 100%;
}
#projectList .container-fluid .tab-content .tab-pane {
  width: 100%;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 30px;
  margin: 20px 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .left {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 40%;
  border-right: 1px solid #e0e0e0;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .left h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .left .links {
  display: flex;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
  margin: 10px 0;
  font-size: 12px;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .left .links a {
  margin: 2.5px;
  border: none;
  padding: 5px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #e0e0e0;
  color: #000;
  font-weight: 700;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .left .links a:hover {
  background: #D3F71E;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .right {
  width: calc(60% - 20px);
  --animate-duration: 5250ms;
  --animate-delay: 2s;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .right .picture {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .right .picture img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li .preview {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 9;
  background: #D3F71E;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 700;
  color: #000;
  padding: 7.5px 20px;
  font-size: 18px;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li:hover {
  /*
  .left {
    width: 20%;
    p,
    h2 {
      display: none;
    }
  }
  .right {
    width: calc(80% - 20px);
    --animate-duration: 1250ms;
    --animate-delay: 2s;
    .picture {
      height: 600px;
    }*/
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li:hover .preview {
  display: block;
}
#projectList .container-fluid .tab-content .tab-pane .projectListTabContent li:hover .right .picture {
  height: 750px;
}

#projeDetailContent {
  position: relative;
  z-index: 3;
  background: #fff;
  margin-top: -100px;
}
#projeDetailContent .container-fluid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px;
  gap: 5%;
}
#projeDetailContent .container-fluid .left {
  width: 70%;
  box-shadow: 3px 4px 25px -11px rgba(0, 0, 0, 0.25);
}
#projeDetailContent .container-fluid .left img {
  width: 100%;
  display: block;
}
#projeDetailContent .container-fluid .right {
  width: 25%;
  position: sticky;
  top: 150px;
  font-size: 18px;
  line-height: 24px;
}

#runBrands {
  position: relative;
  z-index: 3;
  background: #fff;
}
#runBrands .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#runBrands .container-fluid h2 {
  font-size: 24px;
  color: #222222;
  font-weight: 500;
}
#runBrands .container-fluid h2 strong {
  font-weight: 800;
}
#runBrands .container-fluid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
  width: 100%;
}
#runBrands .container-fluid ul li {
  flex: 0 0 calc((100% - 40px) / 5);
  background: #F5F5F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#runBrands .container-fluid ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
#runBrands .container-fluid ul li a picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
#runBrands .container-fluid ul li a picture img {
  max-width: 100%;
  height: 30px;
  display: block;
}
#runBrands .container-fluid ul li:hover {
  background: #D3F71E;
}

#informationSolution {
  position: relative;
  z-index: 3;
  background: #fff;
}
#informationSolution .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#informationSolution .container-fluid h2 {
  font-size: 36px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
#informationSolution .container-fluid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#informationSolution .container-fluid ul li {
  flex: 0 0 calc((100% - 40px) / 3);
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}
#informationSolution .container-fluid ul li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}
#informationSolution .container-fluid ul li p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}
#informationSolution .container-fluid ul li:hover {
  background: #eaeaea;
}

#subReferances {
  position: relative;
  z-index: 3;
  background: #fff;
}
#subReferances .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#subReferances .container-fluid h2 {
  font-size: 36px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
#subReferances .container-fluid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
#subReferances .container-fluid ul li {
  flex: 0 0 calc((100% - 80px) / 3);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
#subReferances .container-fluid ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
#subReferances .container-fluid ul li a picture {
  display: block;
  height: 350px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#subReferances .container-fluid ul li a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#subReferances .container-fluid ul li a h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 15px;
  margin-bottom: 5px;
  color: #111;
}
#subReferances .container-fluid ul li a p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 15px 15px;
  color: #444;
}
#subReferances .container-fluid .preview {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  margin-top: 40px;
  color: #000;
}
#subReferances .container-fluid .preview svg {
  margin-left: 5px;
}
#subReferances .container-fluid .preview:hover {
  color: #000;
  background: #D3F71E;
}
#subReferances .container-fluid .preview:hover svg {
  margin-left: 15px;
}
#subReferances .container-fluid .preview:hover svg path {
  /*
                  fill: white;*/
}

#whyUs {
  position: relative;
  z-index: 3;
  background: #fff;
}
#whyUs .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#whyUs .container-fluid h2 {
  font-size: 36px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
#whyUs .container-fluid .textContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#whyUs .container-fluid .textContent .preview {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  margin-top: 40px;
  color: #000;
}
#whyUs .container-fluid .textContent .preview svg {
  margin-left: 5px;
}
#whyUs .container-fluid .textContent .preview:hover {
  color: #000;
  background: #D3F71E;
}
#whyUs .container-fluid .textContent .preview:hover svg {
  margin-left: 15px;
}
#whyUs .container-fluid .textContent .preview:hover svg path {
  /*
                  fill: white;*/
}
#whyUs .container-fluid .textContent .text {
  font-size: 16px;
  line-height: 2;
  width: 50%;
  text-align: center;
}
#whyUs .container-fluid .statistics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
#whyUs .container-fluid .statistics li {
  flex: 0 0 calc((100% - 60px) / 4);
  text-align: center;
  padding: 30px 10px;
}
#whyUs .container-fluid .statistics li span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #555;
}
#whyUs .container-fluid .statistics li .counter {
  font-size: 96px;
  font-weight: 700;
  color: #222;
}
@media (max-width: 768px) {
  #whyUs .container-fluid .statistics li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  #whyUs .container-fluid .statistics li {
    flex: 0 0 100%;
  }
}

#bottomInformation {
  position: relative;
  z-index: 3;
  background: #fff;
}
#bottomInformation .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#bottomInformation .container-fluid .tab-content {
  width: 100%;
}
#bottomInformation .container-fluid .nav-tabs {
  border: none;
}
#bottomInformation .container-fluid .nav-item, #bottomInformation .container-fluid .nav-link {
  border: none !important;
  font-size: 40px;
  font-weight: 800;
  color: #ADADAD;
}
#bottomInformation .container-fluid .nav-item.active, #bottomInformation .container-fluid .nav-link.active {
  color: #000;
}
#bottomInformation .container-fluid .tab-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#bottomInformation .container-fluid .tab-boxes .box {
  flex: 0 0 calc((100% - 20px) / 3);
  background: #f8f8f8;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}
#bottomInformation .container-fluid .tab-boxes .box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}
#bottomInformation .container-fluid .tab-boxes .box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
#bottomInformation .container-fluid .tab-boxes .box:hover {
  background: #eaeaea;
}
#bottomInformation .container-fluid .tab-boxes .box2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 calc((100% - 20px) / 3);
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}
#bottomInformation .container-fluid .tab-boxes .box2 h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}
#bottomInformation .container-fluid .tab-boxes .box2 p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
#bottomInformation .container-fluid .tab-boxes .box2 time {
  margin: 10px 0;
  color: #7e7e7e;
}
#bottomInformation .container-fluid .tab-boxes .box2 .preview {
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D3F71E;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0;
  margin-top: 40px;
  color: #000;
}
#bottomInformation .container-fluid .tab-boxes .box2 .preview svg {
  margin-left: 5px;
}
#bottomInformation .container-fluid .tab-boxes .box2 .preview:hover {
  color: #000;
  background: #D3F71E;
}
#bottomInformation .container-fluid .tab-boxes .box2 .preview:hover svg {
  margin-left: 15px;
}
#bottomInformation .container-fluid .tab-boxes .box2 .preview:hover svg path {
  /*
                  fill: white;*/
}
#bottomInformation .container-fluid .accordion {
  border: none !important;
  --bs-accordion-border-color:#fff;
}
#bottomInformation .container-fluid .accordion-button {
  color: #000;
  background: none;
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 18px;
  padding: 20px;
}
#bottomInformation .container-fluid .accordion-button:not(.collapsed) {
  color: #000;
  background: none;
  box-shadow: none;
  border: none;
}
#bottomInformation .container-fluid .accordion-item {
  background: #f5f5f5;
  margin-bottom: 10px;
}
#bottomInformation .container-fluid .accordion-body {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  padding-top: 0 !important;
}

/*# sourceMappingURL=style.css.map */
