/*font*/
@font-face {
  font-family: "main-font";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "main-font";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "main-font";
  src: url("../fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "main-font";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "main-font";
  src: url("../fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "main-font";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "main-font";
  src: url("../fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
body {
  font-family: "main-font", sans-serif;
  font-weight: normal;
  background-color: #000;
  background-image: url(../images/bodyBG.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@keyframes bodymovment {
  50% {transform:scale(1.1);}
}

html {
  font-size: 16px;
}
/*bootstrap*/

.btn.btn-brown {
  background-color: #c99552 !important;
  color: #fff !important;
}
/*slick slider*/
.slick-track * {
  outline: none !important;
}

.slick-dots li button:before {
  display: none;
}

[dir=rtl] .slick-next {
  left: 50px;
}

button.slick-prev.slick-arrow {
  right: 50px;
  z-index: 999;
}

ul.slick-dots {
  bottom: -32px;
}

.slick-dots li button {
  background-color: #6c6c6c;
  height: 16px;
  padding: 0px;
  width: 16px;
  margin: 0px !important;
  overflow: hidden;
  transition: all ease 0.3s;
  border-radius: 0;
  border-radius: 50%;
}

.slick-dots li {
  width: auto !important;
  height: auto;
}

.slick-active button {
  background-color: #ee5b00 !important;
}

[dir=rtl] .slick-prev:before {
  content: "ï”";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 40px;
}

[dir=rtl] .slick-next:before {
  content: "ï“";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 40px;
}

/*bootstrap*/
ul.navbar-nav {
  padding: 0px;
}

a.btn:not(.btn-sm .btn-lg):not(.btn-group-sm > .btn .btn-lg):not(.btn-sm .btn-group-lg > .btn):not(.btn-group-sm > .btn .btn-group-lg > .btn) {
  line-height: 42px;
}

html[dir=rtl] .dropdown-menu.show {
  left: unset;
  right: 0;
}

html[dir=rtl] .dropdown-menu.show {
  text-align: right;
}

.dropdown-toggle::after {
  font-size: 11px;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 80%;
  -ms-transform-origin: 0% 80%;
  transform-origin: 0% 80%;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0% 40%;
  -ms-transform-origin: 0% 40%;
  transform-origin: 0% 40%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*header*/
div#navbarSupportedContent {
  flex-direction: column;
  align-items: end;
}

.header-tools-cont {
  direction: ltr;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  padding: 0px 8px;
  margin-bottom:5px ;
  padding-top: 10px;
}
nav.navbar {
  transition: all ease 0.3s;
}

nav.navbar.move {
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(22px);
}
.services-section-footer {
  margin-bottom: 100px;
}
.header-tools-cont a {
  color: #fff;
  font-size: 12px;
  display: flex;
  gap: 5px;
}
.header-tools-cont>div {
  display: flex;
  gap: 20px;
}
.header-logo-c{
  height: 40px;
}
.header-logo-w {
  height: 50px;
  margin-top: 10px;
}
nav.navbar.navbar-expand-lg.fixed-top.navbar-dark:not(.move) div#navbarSupportedContent {
  margin-top: 40px;
}
nav.navbar.move .header-logo-w{
  display: none;
}
nav.navbar.move .header-logo-c{
  display: block;

}
nav.navbar .header-logo-w{
  display: block;

}
nav.navbar .header-logo-c{
  display: none;

}
nav#main-navbar a.nav-link {
  color: var(--bs-gray-600);
  font-size: 14px;
}

nav#main-navbar a.nav-link.active {
  background-color: transparent;
  color: white;
  font-weight:bold;
}
a.nav-link.navbar-download-profile {
  font-weight: bold;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

a.nav-link.navbar-download-profile img {
  height: 14px;
}
/*big hero*/
.home-slider-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.home-slider-shape {
  position: absolute;
  top: 190px;
  right: 150px;
  width: 1260px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: flex;
  text-align: right;
}
.home-slider-shape img {
  height: 90px;
  margin-left: auto;
}

.home-slider-title {
  position: absolute;
  bottom: 150px;
  left: 150px;
}

.home-slider-js-item img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.home-slider-section ul.slick-dots {
  bottom: 100px;
  left: 150px;
  text-align: left;
}


/*home sections height*/
.home-sections-mh-cont{
  min-height: calc(100svh - 66px);
  display: flex;
  align-items: center;
}
/*about us section*/
.home-whoarewe-cont {
  padding: 70px 0px;
}
.home-aboutus-content-cont {
  color: #fff;
  max-width: 900px;
  padding: 0px 16px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  position: relative;
  gap: 40px;
}

.home-aboutus-content-txt-title {
  font-size: 50px;
  font-weight: bold;
  color: #ee5b00;
  line-height: 60px;
}

.home-aboutus-content-txt-des {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

div#home-aboutus-section {
  position: relative;
  margin: 120px 0px;
}

.home-aboutus-shape-cont {
  position: absolute;
  top: -50px;
  right: 100px;
}
.home-aboutus-content-img img {
  height: 300px;
}
.home-ourvalues-cont {
  background-image: url(../images/ourvalues-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
  margin: 100px 0px;
}

.home-ourvalues-title {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: #ee5b00;
  margin-bottom: 60px;
}

.home-ourvalues-content-ico {
  margin-bottom: 20px;
  height: 80px;
  position: relative;
  z-index: 2;
}

.home-ourvalues-content-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.home-ourvalues-content-des {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: justify;
}

.home-ourvalues-content-cont .row .col-md-4 {padding: 0px 60px;position: relative;}

.home-ourvalues-content-shape {
  position: absolute;
  top: -20px;
  right: 80px;
  z-index: 1;
}

/*services*/
.home-services-group-cont {
  min-height: calc(100svh - 66px);
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  padding-top: 100px;
  justify-content: center;
}
div#servicesCollapse2-1 
 span.badge.rounded-pill {
    font-weight: bold !important;
    width: 32%;
    text-align: start !important;
}
.home-services-group-cont-1{
background-image: url(../images/services-bg1.webp);
}
.home-services-group-cont-2{
  background-image: url(../images/services-bg2.webp);
}
.home-services-group-cont-3{
  background-image: url(../images/services-bg3.webp);
}
.home-services-group-cont-4{
  background-image: url(../images/services-bg4.webp);
}
.home-services-section-cont {
  font-size: 50px;
  font-weight: bold;
  color: #ee5b00;
  margin-bottom: 100px;
}

.home-services-group-content {
  display: flex;
}

.home-services-group-content-title {
  width: 40%;
}

.home-services-group-collapse-cont {
  width: 60%;
}

.home-services-group-content-title {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 80px;
  gap: 30px;
}

.home-services-group-content-title-num {
  font-size: 80px;
  font-weight: normal;
  width: 90px;
  position: relative;
  z-index: 2;
  color: #ee5b00;
}

.home-services-group-content-title-bg {
  position: absolute;
  right: 90px;
  font-size: 50px;
  color: #ee5b00;
  z-index: 1;
  top: -17px;
  font-weight: 200;
}

.home-services-group-content-title-txt {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 92px;
}
.home-services-group-collapse-cont .accordion {
  background-color: transparent !important;
}

.home-services-group-collapse-cont .accordion-item {
  border: 1px solid #444444;
  background-color: transparent !important;
}

.home-services-group-collapse-cont .accordion-button {
  background-color: transparent !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-gray-800);
  color: var(--bs-gray-600);
}
.home-services-group-collapse-cont .accordion-button:not(.collapsed) {
  font-weight: bold;
  color:#ee5b00;
}
.home-services-group-collapse-cont button.accordion-button.collapsed:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/*projects*/
.home-projects-section-title {
  font-size: 50px;
  font-weight: bold;
}

div#home-projects-section {
  padding: 100px 0px;
}

.home-projects-section-des {
  margin-bottom: 40px;
}
.project-slider-item-content-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: auto;
  filter: grayscale(100%);
  transition: all ease 0.3s;
}
.project-slider-item-cont:hover img{
  filter: none;
}
.project-slider-item-content-name {
  position: absolute;
  bottom: 0;
  background-color: #ee5b00dd;
  left: 10px;
  right: 10px;
  padding: 20px;
  padding-top: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  transition: all ease 0.3s;
  transform: translateY(50px);
  visibility: hidden;
  opacity: 0;
  background-image: url(../images/shape3.svg);
  background-position: right top;
  background-repeat: no-repeat;
}

.project-slider-item-content {
  position: relative;
  padding: 0px 10px;
  overflow: hidden;
}

.project-slider-item-content:hover .project-slider-item-content-name {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.home-projects-section-tabs .nav-tabs {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-color: #666;
}

.home-projects-section-tabs .nav-tabs .nav-link {
  border: none !important;
  color:#666
}

.home-projects-section-tabs .nav-tabs .nav-link.active {
  background-color: transparent !important;
  color: #ee5b00 !important;
  font-weight: bold;
}

.home-projects-section-tabs .nav-tabs .nav-link.active:after {
  content: '';
  width: 21px;
  height: 21px;
  background-color: #ee5b00;
  display: block;
  margin: auto;
  border-radius: 50%;
  margin-bottom: -18px;
}

/*home video gallery*/
div#home-gallery-section {
  padding-bottom: 100px;
}
.home-gallery-slider-item iframe {
  width: 100% !important;
  padding: 10px;
}
.home-gallery-slider-item img {
  width: 100%;
}
.home-gallery-slider-item  {
  padding: 0px 10px;
}

/*partners*/
.home-clints-section-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}

.home-clints-title img {
  height: 70px;
  margin-bottom: 50px;
}
div#home-partners-section {
  padding: 50px 0px;
}

div#home-clints-section {
  padding: 50px 0px;
}


/*join us*/
div#home-joinus-section {

}
div#home-joinus-section .container{
  background-image: url(../images/shape-1.svg);
  background-repeat: no-repeat;
  background-position: right top;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div#home-joinus-section a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff4f;
  border-radius: 10px;
  height: 104px;
  text-decoration: none !important;
  gap: 10px;
  transition: all ease 0.3s;
  color:#fff !important;
}
div#home-joinus-section .home-clints-title {
    margin-bottom: 40px;
}
div#home-joinus-section a img {10px: !important;10px: !important;10px: !important;10px: !i;10px: !;height: 13px;}

div#home-joinus-section a:hover {
  transform: scale(1.05);
}

/*contact us*/
div#home-contactus-section {
  padding-top: 150px;
  padding-bottom: 100px;
}

.contact-us-channels-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}

.contact-us-channels-item-cont {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-us-channels-item-cont a {
  color: #fff;
  text-decoration: none !important;
}
.home-contactus-content {
  display: flex;
  justify-content: space-between;
}

.home-contactus-site-links-list {
  display: flex;
  flex-wrap: wrap;
}

.home-contactus-site-links-list li {
  width: 50%;
  text-align: end;
}

.home-contactus-site-links-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  padding:0px;
  justify-content: flex-end;
}

.home-contactus-site-links-list ul a {
  text-decoration: none !important;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.contact-us-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.contact-us-channels-icons a {
  text-decoration: none !important;
}
.contact-us-channels-icons a img{
  margin:0px 4px;
}
.footer-copy-cont {
  color: #ee5b00;
}


@media (max-width: 700px){
  ul.nav.nav-pills {
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}
div#navbarSupportedContent {
  margin-top: 10px !important;
}
.home-slider-shape {
    width: auto;
    top: 140px;
    right: 50px;
}

.home-slider-shape img {
    height: 50px;
}

.home-slider-title {
    left: 20px;
    bottom: 200px;
}

.home-slider-title img {
    width: 95%;
}

.home-slider-section ul.slick-dots {
    left: 18px;
    bottom: 150px;
}

.home-aboutus-content-cont {
    flex-direction: column;
}

.home-aboutus-content-img img {
    height: 150px;
}

.home-aboutus-shape-cont {
    display: none;
}

div#home-aboutus-section {
    margin: 30px 0px;
}

.home-ourvalues-content-cont .row .col-md-4 {
    margin-bottom: 70px;
    padding: 0px 16px;
}

.home-services-group-content {
    flex-direction: column;
}

.home-services-group-content-title {
    width: 100%;
    margin-bottom: 20px;
}

.home-services-group-collapse-cont {
    width: 100%;
}

.home-services-group-cont {
    min-height: unset;
    padding: 40px 0px;
}

.home-services-section-cont {
    margin-bottom: 30px;
}

.home-projects-section-title {
    font-size: 40px;
}

.home-clints-title img {
    width: 100%;
}

div#home-joinus-section a {
    margin-bottom: 30px;
}
.home-contactus-content {
  flex-direction: column;
}

.contact-us-bottom {
  flex-direction: column;
  gap: 18px;
}

div#home-contactus-section {
  padding-top: 50px;
  padding-bottom: 30px;
}

.home-contactus-site-links-list ul {
  padding: 0px;
  width:100%;
}
.home-clints-section-title {
  font-size: 30px;
}

.home-projects-section-tabs .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 21px;
  border: 0;
  gap: 10px;
  position: relative;
}

.home-projects-section-tabs .nav-tabs li:before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #464646;
  display: block;
  top: 42px;
  z-index: -12;
  right: -22px;
  left: -21px;
}

.home-projects-section-tabs .nav-tabs li {
  position: relative;
  height: 50px;
}
div#home-joinus-section {
  padding-top: 20px;
}

div#home-partners-section {
  padding: 20px 0px;
}

div#home-clints-section {
  padding: 20px 0px;
}

div#home-gallery-section {
  padding-bottom: 50px;
}

.home-projects-section-des {
  width: 100% !important;
}

.home-services-section-cont {
  font-size: 40px;
}

.home-aboutus-content-txt-title {
  font-size: 40px;
}

.home-ourvalues-title {
  font-size: 40px;
}

.home-whoarewe-cont {
  padding: 30px 0px;
}

.home-ourvalues-cont {
  margin: 50px 0px;
  padding: 50px 0px;
}
.home-contactus-site-links-list li {
  width: 50%;
}
.wrapper {
  width: 100vw !important;
  overflow-x: hidden;
}
.home-projects-section-tabs .slick-dots li button {
  width: 16px;
  height: 16px;
}
.home-projects-section-tabs .slick-dots li {
  margin: 0 3px;
}
div#home-joinus-section .container {
  height: 100vh;
  background-size: 80px;
}
.home-contactus-site-links-list li{
  text-align: start;
}
.home-contactus-site-links-list ul {
  justify-content: flex-start;
  margin-top: 30px;
}
.services-talented-items-cont {
  display: flex;
  flex-wrap: wrap;
}

div#servicesCollapse2-1 span.badge.rounded-pill {
  width: 50%;
  display: flex;
  flex-direction: column;
  white-space: break-spaces;
}

div#servicesCollapse2-1 span.badge.rounded-pill.more {
  order: 111111;
}
.home-aboutus-content-img {
  text-align: end;
}
.home-aboutus-content-txt {
  margin-top: -140px;
}
}

@media (max-width: 400px){
  .home-services-group-content-title-bg {
    font-size: 40px;
    left: 120px;
  }
  .home-services-group-cont.home-services-group-cont-1 .home-services-group-content-title-bg {
      left: 108px;
  }
}