/*font*/
@font-face {
  font-family: "main-font";
  src: url("../fonts/Effra_Trial_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "main-font";
  src: url("../fonts/Effra_Trial_Bd.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: "main-font";
  font-weight: normal;
  background-color: #000;
  
  background-size: 550px;
}
.body-bg {
  position: absolute;
  width: 100vw;
  overflow: hidden;
  height: 200vh;
  z-index: -234243234;
  transform: scaleX(-1);
}
.body-bg img {
    position: absolute;
    top: 0;
    animation: bodymovment 30s infinite;
}
@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: #e9ecef;
  height: 16px;
  padding: 0px;
  width: 16px;
  margin: 0px !important;
  overflow: hidden;
  transition: all ease 0.3s;
  border-radius: 0;
}

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

.slick-active button {
  width: 40px !important;
  background-color: #b00e1b !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: 65px;
  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;

}
/*big hero*/
div#bighero-section{
  height: 700px;
}
div#bighero-section .container {
  position: relative;
}
.bighero-title {
  right: 0;
  top: 230px;
  position: absolute;
}
.bighero-slider {
  position: absolute;
  left: 0;
  width: 65%;
  z-index: -1;
  top: 175px;
}
.bighero-slider img {
  width: 100%;
}
/*about us*/
div#ourhistory-section {
  margin-top: 130px;
  padding-bottom: 100px;
}

.ourhistory-des {
  color: #fff;
  max-width: 500px;
  margin-top: 20px;
  text-align: justify;
}
.spicial-content-title {
  margin-bottom: 20px;
}
div#aboutus-section {
  margin-top: 50px;
  margin-bottom: 130px;
}
.aboutus-titl.aos-init img {
  width: 100%;
}
div#aboutus-section .container {
  max-width: 500px;
}

.aboutus-des {
  color: #fff;
  margin-top: 20px;
  text-align: justify;
}
div#spicial-section {
  background-color: #fff;
}

.spicial-section-title.text-center {
  font-weight: 600;
  font-style: italic;
  font-size: 90px;
  padding: 50px 0px;
}


.spicial-content-cont {
  margin-bottom: 80px;
  text-align: justify;
}
.services-section-title {
  padding: 70px 0px;
}
.spicial-content-des{
  text-align: justify;
}
.services-item-cont {
  display: flex;
  margin-bottom: 90px;
  gap: 70px;
}
.services-item-content {
  width: 100%;
}
.services-item-img img {
  filter: grayscale(100%);
  height: 300px;
}

.services-item-content-des {
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
.services-item-content-title h1{
  font-weight: 100;
  font-size: 141px;
  font-style: italic;
  height: 90px;
  overflow: hidden;
  color: #b00e1b;
}
.services-item-content-title h2{
  font-weight: 600;
  font-size: 50px;
  font-style: italic;
  color:#fff;
  max-width: 470px;
}

.services-item-content-des p{
  max-width: 570px;
  text-align: justify;
  font-size: 20px;
}
.services-item-content-des b {
  font-weight: 600;
  max-width: 305px;
  width: 100%;
  display: block;
  margin-right: 52%;
  text-align: justify;
}
.services-item-content-title img {
  margin-bottom: 20px;
  margin-top: -30px;
}






.projects-slider-item img {
  width:100%;
}

.projects-slider-item  {
  margin:0px 30px;
}

.text-center.projects-section-title {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}

div#projects-section {
  padding-bottom: 80px;
}
.contact-channel-title {
  color: #fff;
  font-size: 30px;
}

.contact-channel-cont {
  margin-bottom: 20px;
}
.contact-channel-val {
  display: flex;
  gap: 16px;

}

.contact-channel-val img {
  height: 40px;
  margin-top:10px;
}
.contact-channel-val a {
  color: #B00E1B;
  font-size: 24px;
  font-style: italic;
}
.rights-footer-cont {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-top: 1px solid #4B4B4B;
}
.together-img-cont img {
  margin-left: -27px;
  width:100%;
  max-width:350px;
}

@media (max-width: 700px){
  .body-bg{
    display: none;
  }
  .header-logo-w {
    height: 40px;
}

.bighero-title img {
    width: 96vw;
}

.bighero-title {
    left: 10px;
}

.bighero-slider.aos-init {
    width: 90%;
    top: 350px;
}

div#bighero-section {
    height: 500px;
}
body {
    background-size: 200px;
    background-size: 0px;
}
@keyframes bodymovment {
  50% {background-size: 0px;}
}
.ourhistory-title.aos-init img {
    width: 100%;
}

.aboutus-titl.aos-init img {
    width: 100%;
}

div#ourhistory-section {
    padding-bottom: 10px;
}

div#aboutus-section {
    margin-top: 50px;
}

.spicial-section-title {
    font-size: 50px !important;
}

.spicial-content-title img {
    width: 100%;
}
.spicial-content-des{
  text-align: justify;
}
.spicial-side-title img {
    width: 130%;
}
.services-section-title img {
  width: 100%;
}

.services-item-cont {
  flex-direction: column;
}

.services-item-content-title img {
  width: 100%;
}

.services-item-img img {
  width: 100%;
  height: auto;
}

.together-img-cont img {
  margin-left: -12px;
  margin-bottom: 30px;
}
.aboutus-titl img {
  width: 100%;
}

.ourhistory-title img {
  width: 100%;
}
nav.navbar {
  max-width: 100vw;
  overflow: hidden;
}
div#spicial-section .col-md-6 {
  overflow: hidden;
}
div[id*="section"] {
  max-width: 100vw;
  overflow: hidden;
}
.services-item-content-des b {
  margin: 0px;
}
}