/*
========================
Header area start
========================
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(360deg, #000000 0%, #252525 100%);
  color: #fff;
  scroll-behavior: smooth;
}

body.body-project {
  background: #212121;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

::selection {
  color: white;
  background: #ff7675;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

.custom_container {
  width: 100%;
  max-width: 1320px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.custom_container.custom_container--xxl {
  max-width: 1472px;
}

.scrolltotop_container {
  position: sticky;
  bottom: 0;
}

.scrolltotop {
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 16px;
  background: #676767;
  border: 1px solid #787878;
  border-radius: 4px;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.75);
  visibility: hidden;
  margin-bottom: 16px;
  margin-right: 4px;
  margin-left: auto;
}

.scrolltotop img {
  width: 17px;
  opacity: 0.75;
}

.scrolltotop:hover {
  box-shadow: none;
  background: #494949;
  border-color: #676767;
}

.scrolltotop:hover img {
  opacity: 0.5;
}

/*=== header-area start ===*/
.header-area {
  padding: 20px 0;
  /*position: sticky;
    width: 100%;
    display: block;
    top: 0;
    z-index: 9999999999;
    background: #252525;*/
}

.header-area.scrolled {
  background: #252525;
  transition: 0.4s all ease;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left a {
  font-size: 16px;
  font-weight: 400;
  color: #eb5757;
}

.header-left a i {
  font-size: 14px;
  margin-right: 10px;
}

.header-right ul li {
  display: inline-block;
  padding-right: 38px;
  position: relative;
}

.header-right ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 12px;
}

.header-right ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.header-right ul .active a {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff !important;
  background: #eb5757;
  display: inline-block;
  padding: 5px 32px;
  border-radius: 3px;
}

.header-right ul .active::after {
  display: none;
}

.humber-btn button {
  border: none;
  outline: none;
  background: none;
}

.humber-btn button img {
  max-width: 50px;
}

/*=== side-bar start ===*/
#offcanvasRight {
  display: flex;
  flex-direction: column;
}

#offcanvasRight .offcanvas-header {
  flex: 0 0 auto;
}

#offcanvasRight .offcanvas-body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#offcanvasRight .offcanvas-linkedin {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 2rem 1rem;
}

#offcanvasRight .offcanvas-linkedin i {
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
  vertical-align: middle;
  transition: 0.2s all ease;
}

#offcanvasRight .offcanvas-linkedin i:hover {
  opacity: 1;
}

.offcanvas {
  background: #333333;
  background-image: url(images/circle.png);
  background-repeat: no-repeat;
  background-size: 260px;
  background-position: left 25%;
  width: 100%;
}

.offcanvas-header {
  display: block;
  text-align: right;
  padding: 2rem 1rem;
}

.offcanvas-body ul li {
  padding: 10px 0;
  text-align: right;
}

.offcanvas-body ul li a {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  text-align: right;
  color: #ffffff;
  transition: 0.2s all ease;
}

.offcanvas-body ul li a:hover {
  opacity: 0.7;
}

.offcanvas-header button {
  border: none;
  background: none;
  outline: none;
}

.offcanvas-header button img {
  max-width: 25px;
}

.modal-backdrop {
  background: none;
}

.modal-backdrop.show {
  opacity: 1;
}

/*=== banner-part start ===*/

.banner-part {
  padding-top: 40px;
}

.banner-item img {
  width: 100%;
}

/*=== main-part start ===*/
.main-leftpart {
  background: #414141;
  border-radius: 0px 0px 0px 12px;
}

.main-rightpart {
  background: #333333;
  border-radius: 0 0 12px 0;
}

.main-left {
  padding: 32px 0;
  position: sticky;
  display: block;
  width: 100%;
  top: 0px;
}

.main-right {
  padding: 32px 100px 20px 80px;
}

.left-item {
  margin-bottom: 25px;
  padding: 0 16px;
}

.left-item h4 {
  font-weight: bold;
  font-size: 14px;
  color: #bdbdbd;
}

.left-item p {
  font-weight: normal;
  font-size: 14px;
  color: #bdbdbd;
}

.dlv-item {
  border-top: 1px solid #4f4f4f;
  padding-top: 25px;
}

.dlv-item ul li {
  font-weight: normal;
  font-size: 14px;
  color: #bdbdbd;
  padding: 7px 0;
  position: relative;
  padding-left: 20px;
}

.dlv-item ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #4f4f4f;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 14px;
}

.tool-item {
  border-top: 1px solid #4f4f4f;
  padding-top: 25px;
}

.tool-item ul li {
  display: inline-block;
  margin-right: 8px;
  margin-top: 12px;
}

.tool-item ul li img {
  max-width: 50px;
  border-radius: 6px;
}

.tool-item ul .holud img {
  max-width: 48px;
  border-radius: 6px;
}

.right-top p {
  font-size: 14px;
  font-weight: 400;
  color: #bdbdbd;
  margin-bottom: 0;
}

.right-top p img {
  max-width: 16px;
  margin-right: 10px;
}

.right-item h2 {
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  margin: 40px 0 50px;
}

.right-item h2 span {
  font-weight: 500;
  font-size: 24px;
  color: #eb5757;
}

.right-item p {
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
  margin-bottom: 25px;
  margin-left: 42px;
}

.right-item img {
  max-width: 100%;
  margin-left: 42px;
}

.right-item {
  padding-bottom: 20px;
}

.right-item ul li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
  margin-left: 42px;
  position: relative;
  padding: 3px 0;
  padding-left: 10px;
}

.right-item ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}

.right-item ul {
  margin-bottom: 45px;
}

.right-item h6 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #e0e0e0;
  margin-left: 42px;
  margin-bottom: 50px;
}

.right-item li .holud {
  display: inline-block;
  background: #f2994a;
  padding: 0px 8px;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
}

.right-item li .green {
  display: inline-block;
  background: #27ae60;
  padding: 0px 8px;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
}

.right-itm2p p {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.right-itm2p img {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

/*=== project-area start ===*/

.project-area {
  padding: 80px 0px 50px;
}

.project-part {
  padding: 0 45px;
}

.project-part h4 {
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
}

.project-part p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
  margin: 20px 0 50px;
}

.project-part img {
  width: 100%;
  transition: 0.2s all ease;
}

/*=== footer-area start ===*/
.footer-main {
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  padding: 80px 0;
}

.footer-main h4 {
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
}

.footer-main p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  margin: 20px 0 54px;
}

.footer-main a {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #eb5757;
  display: inline-block;
  padding: 10px 99px;
  background: #ffffff;
  border-radius: 6px;
  transition: 0.2s all ease;
}

.footer-main a:hover {
  opacity: 0.8;
}

.copy-part {
  background: #2c2b2b;
  padding: 30px 0;
}

.copy-part p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #e0e0e0;
  margin-bottom: 0;
}

/*=== home-page start ===*/
.footer-mainhm {
  background-color: #eb5757;
  background-image: url(images/ftr-bg.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: 100% -40%;
  padding: 150px 0 120px;
}

.footer-itemhm h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #f9cdcd;
}

.footer-itemhm h2 strong {
  font-weight: 900;
  color: #fff;
}

.footer-itemhm p {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-itemhm span {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
}

.footer-itemhm form {
  padding-top: 62px;
}

.footer-itemhm input {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 20px;
  color: #fbdddd;
  background: transparent;

  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 62px;
}

.footer-itemhm input::placeholder {
  color: #fbdddd;
  opacity: 1;
}

.footer-itemhm [type="submit"] {
  max-width: 424px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #eb5757;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 0;
  margin-top: 120px;
  transition: 0.2s all ease;
}

.footer-itemhm [type="submit"]:hover {
  opacity: 0.8;
}

.header-lefthm a i {
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
  vertical-align: middle;
  transition: 0.2s all ease;
}

.header-lefthm a i:hover,
.header-lefthm a:hover {
  opacity: 1;
}

.header-lefthm a i {
  margin-right: 0;
}

.body-2 {
  display: flex;
  flex-direction: column;
}

.design-part {
  background-image: url(images/header-bg2.png);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: left top;
}

.design-partbg2 {
  background-image: url(images/header-bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  min-height: calc(((100vh - 40px) / 3 * 2));
  display: flex;
  align-items: flex-end;
}

.design-cnt p {
  font-weight: 500;
  font-size: 32px;
  color: #bdbdbd;
}

.design-cnt h2 {
  font-weight: 900;
  font-size: 64px;
  color: #ffffff;
}

.design-cnt ul li {
  padding-left: 0;
  padding-right: 36px;
}

.design-cnt ul li::after {
  right: 12px;
}

.proces-part {
  background: #3d3d3d;
  padding: 72px 76px;
  border-radius: 12px;
}

.proces-upper h2 {
  font-weight: 300;
  font-size: 48px;
  color: #dbdbdb;
  margin-bottom: 30px;
}

.proces-upper h2 strong {
  font-weight: 900;
  color: #fff;
}

.proces-upper p {
  font-weight: 400;
  font-size: 16px;
  color: #f2f2f2;
  margin-top: 20px;
}

.proces-upper {
  padding-bottom: 50px;
}

.process-box {
  background-image: url(images/border-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 80px;
}

.proces-item {
  background: #252525;
  margin: 25px 0;
  padding: 30px 20px;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  min-height: 270px;
}

.proces-item h4 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}

.proces-item h4 span {
  font-weight: 500;
  font-size: 32px;
  color: #eb5757;
}

.proces-item p {
  font-weight: 500;
  font-size: 16px;
  color: #f2f2f2;
  margin-top: 45px;
  margin-bottom: 0;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .proces-item p {
    font-size: 15px;
  }

  .proces-item {
    min-height: 275px;
    margin: 20px 0;
  }

  .process-box {
    padding-top: 40px;
  }

  .proces-part {
    padding: 50px 50px;
  }

  .tab-links li a {
    font-size: 15px !important;
  }

  .tab-links li {
    padding-right: 25px !important;
  }
}

/*=== accordian-area start ===*/
.accordian-area {
  padding: 70px 0 170px;
}

.ziehharmonika h3 {
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding: 15px 0;
  cursor: pointer;
  margin-bottom: 16px;
  padding-right: 40px;
  transition: 0.25s all;
  position: relative;
  background: #252525;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.ziehharmonika h3 span {
  font-weight: 500;
  font-size: 20px;
  color: #eb5757;
}

.ziehharmonika h3.active {
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}

.ziehharmonika h3::before {
  content: attr(data-prefix);
  font-size: 18px;
  margin-right: 9px;
}

.ziehharmonika h3.alignLeft {
  padding-left: 35px;
}

.ziehharmonika > div {
  margin-top: -16px !important;
  margin-bottom: 16px !important;
  display: none;
  text-align: left;
  padding: 15px 15px;
  background: #252525;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 8px 8px;
}

.ziehharmonika > div p {
  font-size: 14px;
  font-weight: 400;
  color: #f2f2f2;
}

.ziehharmonika .arrowDown {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #272e35 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 40px;
  transition: 0.25s all;
  opacity: 0;
}

.ziehharmonika .collapseIcon {
  position: absolute;
  right: 20px;
  top: 45%;
  font-size: 18px;
  font-weight: 300;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ziehharmonika .collapseIcon.alignLeft {
  right: initial;
  left: 20px;
}

.proces-area {
  background-image: url(images/header-bg2.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 0% 70%;
}

/*=== carosol-area start ===*/
.carosol-area {
  padding: 220px 0 275px;
  background-image: url(images/header-bg1.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: top right;
}

.caro-upper h4 {
  font-weight: 300;
  font-size: 48px;
  color: #bdbdbd;
}

.caro-upper {
  padding-bottom: 124px;
}

.caro-upper h4 strong {
  font-weight: 900;
  color: #fff;
}

.caro-item {
  background: #212121;
  padding: 15px 15px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  transition: 0.2s all ease;
}

.caro-item img {
  width: 100%;
}

.caro-item span {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  background: #343434;
  border-radius: 2px;
  margin: 15px 0;
  padding: 2px 12px;
}

.caro-item h4 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin-top: 15px;
}

.caro-item p {
  font-size: 16px;
  color: #f2f2f2;
}

.caro-item a {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #eb5757;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-top: 50px;
  transition: 0.2s all ease;
}

.caro-item:hover {
  background: #282828;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.75);
}

.owl-theme .owl-dots {
  display: none;
}

.caro-upper h4 br {
  display: none;
}

/*=== tab-area start ===*/
.tab-area {
  padding-top: 50px;
}

.tab-upper h4 {
  font-weight: 300;
  font-size: 48px;
  color: #bdbdbd;
}

.tab-upper {
  padding-bottom: 60px;
}

.tab-upper h4 strong {
  font-weight: 900;
  color: #fff;
}

.tab-links:after {
  display: block;
  clear: both;
  content: "";
}

.tab-links li {
  display: inline-block;
  padding-right: 36px;
  cursor: pointer;
}

.tab-links li a {
  font-weight: 500;
  font-size: 16px;
  color: #bdbdbd;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-bottom: 10px;
  transition: 0.21s all ease;
  pointer-events: none;
}

.tab-links li.active a,
.tab-links li:hover a {
  color: #eb5757 !important;
  border-color: #eb5757;
}

.tab-content {
  background: #212121;
  padding: 70px 0px 50px;
  border-top: 1px solid #323232;
}

.tab-itemmn {
  display: flex;
  padding: 0 30px;
}

.tab-left {
  padding-right: 20px;
  text-align: right;
}

.tab-left h2 {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.tab-right {
  margin-left: 30px;
  border-left: 1px solid #323232;
  padding-left: 20px;
  max-width: 600px;
}

.tab-right h4 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.tab-right h4 span {
  color: #eb5757;
  font-weight: 500;
}

.tab-right p {
  font-size: 16px;
  font-weight: 400;
  color: #bdbdbd;
  margin-bottom: 30px;
}

.tabright-cnt p {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}

.tab-right ul li {
  position: relative;
  padding-left: 20px;
}

.tab-right ul li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #4f4f4f;
  border-radius: 50%;
  position: absolute;
  top: 8.5px;
  left: 0;
}

.tab-right h6 {
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
  margin-bottom: 40px;
}

.tab-right h5 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

.tab-upper h4 br {
  display: none;
}

.tab-right {
  min-height: 645px;
}

.lft2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.lft2 img {
  max-width: 51px;
  margin-top: 15px;
}

.tab-itemmn {
  padding-left: 0;
}

.tab-left {
  width: 350px;
  padding-right: 30px;
  padding-top: 20px;
}

.tab-right {
  margin-left: 0;
  padding-left: 30px;
  padding-top: 20px;
}

.footer-itemhm h2 br {
  display: none;
}

.other-proitem {
  position: relative;
}

.other-proinner {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
  border-radius: 7.8px;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 10px 15px 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.3s;
}

.other-proinner h4 {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}

.other-proinner p {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 8px;
}

.other-proitem:hover .other-proinner {
  opacity: 1;
}

/*update part*/
.header-left {
  position: absolute;
  top: 0;
  right: 0.75rem;
  z-index: 99999999999;
}

.menu-partup {
  width: 100%;
  display: block;
  z-index: 999999999;
  position: sticky;
  top: 0;
  margin-bottom: calc(((100vh - 40px) / 3) - 74px);
  padding: 20px 0;
}

.header-right ul li a:hover {
  color: #eb5757;
}

.header-right ul .active a:hover {
  color: #fff;
  opacity: 0.8;
}

.header-fixed {
  background: #252525;
  padding: 20px 0;
  /* position: fixed; */
  /* top: 0; */
  transition: 0.4s all ease;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

/* .proces-area {
  margin-top: 400px;
} */

.head-back {
  position: initial;
}

.footer-main {
  padding: 0;
}

.ftr-circle {
  background-image: url(images/squeeze.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 0%;
  padding: 80px;
}
