:root {
    /* CSS HEX */
    --primary: #d5c7c2;
    --red: #e0342d;
    --black: #191818;
    --dark-red: #b45b42;
    --dove-gray: #746c6b;
    --stack: #838483;
    --nandor: #505953;
    --tundora: #484848;
    --jewel: #19904c;
    --como: #50846c;

      }
*{
    text-align:left;
    direction:ltr !important;
}
      *,
      *::before,
      *::after {
        direction: rtl;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      @font-face {
        font-family: "Cairo"; /* A name to be used later */
        src: url("../Cairo-VariableFont_slnt\,wght.ttf"); /* URL to font file */
        }

      html {
        font-family:'Cairo';
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      }

.btn-slide-contact{
    background-color:var(--red);
    color:white;
}
.btn-slide-contact:hover{
    background-color:var(--red);
    color:white;
}
       /*start of nav*/
  .navbar {

    background-color: rgba(255, 255, 255, 0.644) !important;
    width: -webkit-fill-available;
    z-index: 1000;
    position: absolute;
    height: 8rem;

  }


  .navbar a {
    color: var(--black) !important;
  }

  .nav-link{
    font-family: 'Cairo' !important;
      font-weight: bolder;
  }
  .open{
    border: none;
    border-top: 2px solid var(--red);
  }
#perspective:hover {
  transform: unset !important;
/*transform: perspective(1500px) rotate3D(0, -1, 0, 133deg);*/
}


  .nav-link:hover ,.nav-link.active{
      transition-duration: 0s;
      font-weight: normal;
      color: var(--red) !important;}

  /*end of nav*/

  nav li:hover > ul.dropdown-menu {
    display: block;
}
 .dropdown-menu {
  float: right !important;

    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {

    text-decoration: underline;
    transform: rotate(-90deg);
}
.navbar-toggler-icon{

    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.swiper-slide-active .mainheading {
    animation: fadeInUp 1.5s;
}

    .swiper-slide-active .subheading {
    animation: zoomIn 1.5s;
}



/*start of slider*/
.swiper .item {
    width: 100%;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
  }

  .img_slider {
    width: 100%;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    position: relative;
    z-index: 0;
  }

  .swiper-cube {
    overflow: hidden !important;
  }

  .swiper .slider-text {

    height: 100vh;

  }



  .swiper-pagination-bullet.active {
    background-color: var(--red) !important;
  }


  @media screen and (max-width: 768px) {
   nav.navbar {  margin: unset !important;}

    .swipe_textt{  padding-top: 3rem!important;}


  }

  .swiper-pagination-bullet-active {
    background-color:var(--red) !important;
  }


  section.swiper div.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary);
    opacity: 0.4;
  }


  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot span {
    background-color: var(--red)!important;
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--red) !important;
  }

  /*end of slider*/


  .containertwo {
    position: relative;
    height: 75vh;
    border-radius: 0.1vw;
    box-shadow: 1px 1px 1px 1px #f7f7f745;
  }

  .containertwo .imageone {
    /* margin-right: 4vw;
    margin-top: 10vh; */
    position: absolute;
    border: 2vw;
    border-color: var(--dove-gray);
  }

.par{
  line-height:2.5rem;
}

  .containerimage {
    overflow: hidden;
    /* background-position: center; */
    /* background-size: cover; */
    /* background-image: url(../images/altayas.jpg); */
    transform: rotate(45deg);
    border-radius: 3rem;
    box-shadow: 2px 2px 5px 5px rgba(117, 117, 117, 0.096);
    height: 300px;
    width: 300px;
}
  

  .im-person {   transform: rotate(-45deg) !important; /* object-fit: fill; */
    /* border-radius: 7rem; */
    /* height: -webkit-fill-available; */
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin-top: 5%;
  }

  .section-header {
    text-align: center;
  }

  .section-header h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: var(--black);
  }
 .textbord{
    border-right: 5px solid var(--red) !important;
}
  .section-header h4 {

    position: relative;
    color: var(--black);
  }

  .section-header h2:before,
  .section-header h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--red);
    display: inline-block;
  }

  .section-header h2:before {
    margin: 0 15px 10px 10px;
  }

  .section-header h2:after {
    margin: 0 10px 10px 15px;
  }

  .section-header h4:before,
  .section-header h4:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--red);
    display: inline-block;
  }

  .section-header h4:before {
    margin: 0 15px 10px 10px;
  }

  .section-header h4:after {
    margin: 0 10px 10px 15px;
  }

  .section-header p {
    margin: 0 auto 0 auto;
  }


  .read{
    border-radius: 4px;
    border: none;
    background-color: white;
    color: var(--red);
    text-align: center;
 padding: 1rem;
    cursor: pointer;
  }

  .read span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .read span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  .read:hover span {
    padding-right: 25px;
  }

  .read:hover span:after {
    opacity: 1;
    right: 0;
  }




.service-item {

  /* background: linear-gradient(219deg, #31adbf, #8dcdd7d9); */
  background: linear-gradient(219deg, #d5c7c2, #d5c7c26c);
  transition: .5s;
  /* height: 20vw; */
}

.service-item:hover {
  margin-top: -10px;
  /* background: var(--safety-orange); */
}

.service-item * {
  transition: .5s;
  color: #fff;
}

.service-item:hover * {
  /* color: #068B9E  !important; */
}

.service-item:hover img {
  /* color: #068B9E  !important; */
  width: 11rem;
  height: 11rem;
}

.service-item img {
  width: 10rem;
  height: 10rem;
  /* background: black; */
  /* border-radius: 10px; */
  margin: -3.125rem auto 0;
  box-shadow: -2px 2px 3px #000000bf;
  transition: .5s;
}








.application .icon-box {
  height: -webkit-fill-available;
  padding: 1.875rem;
  position: relative;
  /*width: 26vw;*/
  margin: 0 0 2.5rem 0;
  background: #ffffff;
  box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.336);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
  border-bottom: 0.188rem solid #fff;
}


.icon-box img {
  margin-top: -1.25rem;
  width: 7rem;
  height: 7rem;
  /* background: black; */
  border-radius: 10px;
  margin: -3.125rem auto 0;
  box-shadow: -1px 1px 1px #00000065;
}


.application .icon-box:hover {
  transform: translateY(-0.313rem);
  border-color: var(--dove-gray);
}

.application .icon i {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.938rem;
  border-color: var(--safety-orange);
}

.application .title {
  font-weight: 700;
  margin-bottom: 0.938rem;
  font-size: 1.125rem;
}

.application .title a {
  color: #111;
}

.application .description {
  font-size: 0.938rem;
  color: #9b9a9a;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.application a {
  color: var(--safety-orange);
}








/* start of footer */
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
  padding: 0;
	list-style: none;
}
.footer{
  border-top:4px solid var(--red) ;
	background-color: rgba(0, 0, 0, 0.021);
    padding: 70px 0;
}
.footer-col{
   /* width: 25%; */
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: var(--black);
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;

	bottom: -10px;
	background-color: var(--red);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: var(--black);
	text-decoration: none;
	font-weight: 300;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
  font-weight: normal;
	color: black;
	padding-left: 8px;
}
.footer-col .social-links i{
	display: flex;
	align-items:center;
	justify-content:center;
	height: 40px;
	width: 40px;
	background-color: var(--black);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links svg{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: var(--black);
	margin:0 10px 10px 0;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}









.ad-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  text-align: center;
  overflow: hidden;
}

.ad-image {
  width: 100%;
  height: auto;
}

.ad-content {
  padding: 20px;
}

.ad-title {
  font-size: 1em;
  margin: 0.5em 0;
}

.ad-description {
  color: #666;
  font-size: 0.8em;
}

.read-more-btn {
  background: #e0332db2;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

.read-more-btn:hover {
  background: #0056b3;
}

.more-text {
  display: none;
  margin-top: 15px;
  color: #333;
}




/*gallery styling*/
[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption {
  background-color: linear-gradient(219deg, #d5c7c2,#191818) !important;
  color: #000000 !important;
}

[class*=" imghvr-"] figcaption h1,
[class*=" imghvr-"] figcaption h2,
[class*=" imghvr-"] figcaption h3,
[class*=" imghvr-"] figcaption h4,
[class*=" imghvr-"] figcaption h5,
[class*=" imghvr-"] figcaption h6,
[class^=imghvr-] figcaption h1,
[class^=imghvr-] figcaption h2,
[class^=imghvr-] figcaption h3,
[class^=imghvr-] figcaption h4,
[class^=imghvr-] figcaption h5,
[class^=imghvr-] figcaption h6 {
  color:  linear-gradient(219deg, #d5c7c2,#191818)!important;
}
[class*=" imghvr-"] figcaption h3{    font-size: 1.5rem;}
.projects [class*=" imghvr-"]>img,
.projects [class^=imghvr-]>img {
  height: 28.125rem;
  width: 100%;
}


[class*=" imghvr-"] figcaption,
[class*=" imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:after
{
  background:#13131338!important ;
}
[class*=" imghvr-"]:hover{
  background:linear-gradient(219deg, #d5c7c2,#191818)!important ;
}
.grid-sizer,
.grid-item {
  width: 33.333%;
}

@media screen and (max-width: 768px) {

  /* 5 columns for larger screens */
  .grid-sizer,
  .grid-item {
    width: 20%;
  }
}
.dropdown-item.active{
  background-color: white !important;
  color: var(--red) !important;
}
